softsteddy
08-15-2002, 06:41 AM
I would like to know if it is possible to play music directly from the server instead it being downloaded to my page.
I use the following code to play it now, but it has to be downloaded to the page and with more than 1 song its taking me to long.
If you know a way to do it i would be very happy to hear it.
this is what i use now:
<a HREF="" onMouseover="javascript:jsPlay('idElement2wavEmbed');window.status='';return true"; onmouseout=javascript:jsStop('idElement2wavEmbed')>
<EMBED name="idElement2wavEmbed" src="world.mp3" autostart="false" mastersound hidden="" volume=100 width=16 height=0 >
I use the following code to play it now, but it has to be downloaded to the page and with more than 1 song its taking me to long.
If you know a way to do it i would be very happy to hear it.
this is what i use now:
<a HREF="" onMouseover="javascript:jsPlay('idElement2wavEmbed');window.status='';return true"; onmouseout=javascript:jsStop('idElement2wavEmbed')>
<EMBED name="idElement2wavEmbed" src="world.mp3" autostart="false" mastersound hidden="" volume=100 width=16 height=0 >