My experience is mostly in graphic design and in video editing. I am working on this website for this non-profit children's center and they wanted me to post a song that the children sing at the beginning of each day. I ripped the song from the CD and converted it to MP3 format. Now I'm trying to embed it on the website and make it available for playback but I'm not sure how to do that.
Here's my code:
[ <OBJECT ID="MediaPlayer1" 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" width="280" height="46">
<param name="fileName" value="http://www.laughlinchapel.org/website/mp3/music.m3u">
<param name="animationatStart" value="true">
<param name="transparentatStart" value="true">
<param name="autoStart" value="true">
<param name="showControls" value="true">
<param name="Volume" value="-300">
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="http://www.laughlinchapel.org/website/mp3/music.m3u" name="MediaPlayer1" width=280 height=46 autostart=1 showcontrols=1 volume=-300>
</OBJECT>]
My web URL is
http://www.laughlinchapel.org If someone can assist me that would be greatly appreciated.
Thanks!
tBAN31