Click to See Complete Forum and Search --> : another damn music ?


firebomb™
10-05-2003, 02:43 AM
Aight guys this is my situation i have a page on a site and this is the tag i was using this tag what am i doin wrong?


<tr><EMBED SRC="cyberfella.wmp" BGCOLOR="#ffffff" WIDTH=322 HEIGHT=258 PLUGINSPAGE="http://www.microsoft.com/windows/windowsmedia/download/default.asp" AUTOPLAY="TRUE" VOLUME="100"></tr>

firebomb™
10-05-2003, 02:45 AM
nvmd now how do i get them to play one after another?

S1L3NC3
10-05-2003, 12:41 PM
As in multiple sound files? Or looping one sound file? If you want the same one to loop, just add another property called loop.

<EMBED SRC="cyberfella.wmp" loop="true">
or
><EMBED SRC="cyberfella.wmp" loop="infinite">
Cant remember exactly which does it, but one does i know.

firebomb™
10-05-2003, 01:16 PM
multiple sound files (they are all mp3 formt too)