HTML help

wickedstangs

Well-known member
Trying to embed music in a website.. I like to have an image to link to turn it off.. Anyone know how to accomplish this..

<embed src="http://www.wickedwebcreation.com/TestSites/music/15 Zorba The Greek.mp3" autostart="true" loop="false">

sound_off.png


Thanks
 
Alright still fighting with this:) How can I make this video redirect to another URL after the video ends?

HTML:
<object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" width="700" height="500" codebase="http://www.microsoft.com/Windows/MediaPlayer/">
<param name="Filename" value="http://www.wickedwebcreation.com/TestSites/movie/GIC.wmv">
<param name="AutoStart" value="true">
<param name="ShowControls" value="false">
<param name="BufferingTime" value="2">
<param name="ShowStatusBar" value="true">
<param name="AutoSize" value="true">
<param name="InvokeURLs" value="false">
<embed src="http://www.wickedwebcreation.com/TestSites/movie/GIC.wmv" type="application/x-mplayer2" autostart="1" enabled="1" showstatusbar="1" showdisplay="1" showcontrols="1" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,0,0" width="700" height="500"></embed>
</object>
 
Top Bottom