if anyone has suggestions
this is my code/script:
Code: Select all
<embed src="C:\Documents and Settings\Dani\Bureaublad\Website\muziek\Sonic - I Am All Of Me (Shadow the Hedgehog theme).mp3"
"C:\Documents and Settings\Dani\Bureaublad\Website\muziek\sonic - Theme Of Sonic The Hedgehog ~2006 E3 Version~.mp3"
autostart="false" width="1024" height="24" loop="true">i need to get like a playlist of 5 songs or so, but it just loops the first song and doesnt notice the 2nd song.
also for videos, how do i get my videoplayer to play a video without loading a to a new page. just click and play.
this is my video palyer code:
Code: Select all
<OBJECT id="VIDEO" width="352" height="300"
CLASSID = "CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
type="application/x-oleobject">
<PARAM NAME="URL" VALUE="C:\Documents and Settings\Dani\Bureaublad\Website\video\sonic short trailer.wmv">
<PARAM NAME="AutoStart" VALUE="false">
<PARAM name="uiMode" value="full">
</OBJECT>
</script>*waits for cruor*


