What is the javascript code to play a mp3, its loop & things like that? How to avoid a download window?
<One can forget things if they dun use it often> ^^
Printable View
What is the javascript code to play a mp3, its loop & things like that? How to avoid a download window?
<One can forget things if they dun use it often> ^^
i don't know of any javascript to do this, but you might wanna try html first:
<embed width=0 height=0 hidden="true" autostart="true" volume="5" loop="false" src="your_song.mp3">
hope this is what you're looking for
Don't work.... I put <scirpt></script> in front and behind...... juz dun work
you're not supposed to put <script> in front of it, cause it's just plain html
Also check if your browser is capable of playing sound.
check this for more info
http://www.webreference.com/js/column20/embed.html