Bohatir Posted March 30, 2006 Posted March 30, 2006 I am full of questions!!! I would like to install a media player on my main site. i would like to have a mp3 play if users want it to. I want to have a play button, and pause, and stop. basicly i dont want it to start playing by it self, only if users want to. I have been googling and googling for an hour... and I cannot find anything... can someone assist me? Quote
Madmanmcp Posted March 30, 2006 Posted March 30, 2006 (edited) I think the Media Player is not part of the website, its an application installed on the visiting computer. And this is usually the choice of the visitor and they control how it plays. You just supply the media file and the visitor plays it with what ever application they perfer, they could have multiple choices. There maybe a Java or plugin you try but you should wait for someone else who may know more about them to reply. Edited March 30, 2006 by Madmanmcp Quote
Bohatir Posted March 30, 2006 Author Posted March 30, 2006 No I have seen sites with media players installed, and people hit play and the website plays music Quote
TCH-Thomas Posted March 30, 2006 Posted March 30, 2006 I found a few ways to do this through google using the word "embedding media player" without the ". However, keep in mind that this can eat your bandwidth very fast. Quote
Bohatir Posted March 30, 2006 Author Posted March 30, 2006 I found a few ways to do this through google using the word "embedding media player" without the ". However, keep in mind that this can eat your bandwidth very fast. I know it can eat bandwidth... I want to test it however... we might be growing as a club, and a suggestion was to have a song of the day, I give them my Russian techno music to listen too Thanks!! Quote
abinidi Posted March 30, 2006 Posted March 30, 2006 Let me know if you got it to work. I did something similar when I was doing my wife's thesis. She had to have students listen to a 2-minute long passage. I embedded the mp3 files into a web page. I didn't want the students to be able to control the files, though, so I ended up putting the embedded mp3 player onto a 1px by 1px iframe, and used a button control on the top page to control the content in the iframe. It wasn't an elegant solution, but it worked. Anyway, if you need help, let me know. Quote
TCH-JimE Posted March 31, 2006 Posted March 31, 2006 Hello, Hope you have found your solution. Remember the embedded media player assumes the client has that on thier computer. If you get stuck, let us know! JimE Quote
kfordham281 Posted March 31, 2006 Posted March 31, 2006 At one time I remember seeing an embedded player for wordpress. Not sure how your side is designed; but if you are using WP that might be an option. Quote
JTD Posted April 2, 2006 Posted April 2, 2006 (edited) This is what you are wanting I take it? <p align="center"><object id='mediaPlayer' width="300" height="75" classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95' codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701' standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'> <param name="src" value=http://www.the'>http://www.the'>http://www.the path to your file here.com"> <param name='fileName' value="http://www.the path to your file here.com"> <param name='animationatStart' value='true'> <param name='transparentatStart' value='true'> <param name='autoStart' value="true"> <param name='showControls' value="true"> <param name='loop' value="false"> <embed type='application/x-mplayer2' pluginspage='http://microsoft.com/windows/mediaplayer/en/download/' id='mediaPlayer' displaysize='4' autosize='-1' bgcolor='black' showcontrols="false" showtracker='-1' showdisplay='0' showstatusbar='1' videoborder3d='-1' width="300" height="75" src="http://www.the path to your file here.com" autostart="true" designtimesp='5311' loop="false"> </embed></object> Edited April 2, 2006 by JTD Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.