html experts
http://www.highway100.com/audio/track01.mp3
i'm trying to do a webpage for a friend and i want that^^ as the background music. what would be the html code that i should use if i want it to loop constantly?
i'm trying to do a webpage for a friend and i want that^^ as the background music. what would be the html code that i should use if i want it to loop constantly?
show me how to link to some moaning sounds or something:lmfao:
i'm doing this asianavenue.com page for my friends lil bro. that would be funny if i put some moaning sounds on his page
i'm doing this asianavenue.com page for my friends lil bro. that would be funny if i put some moaning sounds on his page
Originally posted by Kaspin
try:
I know it's something like that...
try:
Code:
<embed filename.mp3 autoplay=true loop=true>
the <EMBED> is NOT a netscape specific tag. there are almost no netscape specific tags, only IE specific tags.
use embed like this:
<EMBED SRC="filename.mp3" WIDTH=150 HEIGHT=44 AUTOSTART="true" loop="false" hidden="true">
however, the use of an MP3 depends on the server. it may or may not work, and probably won't work if you try it on your own computer without running a webserver. otherwise, use a WAV or midi file.
use embed like this:
<EMBED SRC="filename.mp3" WIDTH=150 HEIGHT=44 AUTOSTART="true" loop="false" hidden="true">
however, the use of an MP3 depends on the server. it may or may not work, and probably won't work if you try it on your own computer without running a webserver. otherwise, use a WAV or midi file.
Originally posted by spankaveli
<embed src="filename.mp3" autoplay="true" loop="true" height="45" width"145">
</embed>
<embed src="filename.mp3" autoplay="true" loop="true" height="45" width"145">
</embed>
and the music still doesn't work on the page:dunno:


