Anyone know how to add a song to a page, that plays automatically, then loops?
: )
Most recent blog posts from Donovan Chee... | |
Feedback | |
![]() |
Suskie - July 17, 2007 (11:43 PM) I'm assuming that you know HTML basics, so just replace the {} with <>. This should work, if I have my facts stright. It should produce hidden music that starts automatically, then loops. Let me know if you want to add a music player, rather than keeping the music hidden. {embed src="filename" hidden=true autostart=true loop=true} {noembed} {bgsound src="filename" loop=infinite} {/noembed} |
![]() |
evilpoptart937 - July 17, 2007 (11:54 PM) The music file also has to be somewhere online; The song can't just be on your computer. |
![]() |
Suskie - July 18, 2007 (08:34 AM) Right -- like posting an image. |