Sneaky
Veteran Member
Pirate Ninja Communazi
Posts: 155
|
music
Dec 6, 2004 16:01:55 GMT -5
Post by Sneaky on Dec 6, 2004 16:01:55 GMT -5
is there a code that allows me to add multiple songs to be played in the background of my board?
|
|
Sneaky
Veteran Member
Pirate Ninja Communazi
Posts: 155
|
music
Dec 7, 2004 12:09:11 GMT -5
Post by Sneaky on Dec 7, 2004 12:09:11 GMT -5
please??
|
|
|
music
Dec 7, 2004 22:08:58 GMT -5
Post by Tommy Huynh on Dec 7, 2004 22:08:58 GMT -5
Multiple songs simoutaneously or alternately?
|
|
Sneaky
Veteran Member
Pirate Ninja Communazi
Posts: 155
|
music
Dec 7, 2004 22:46:49 GMT -5
Post by Sneaky on Dec 7, 2004 22:46:49 GMT -5
alternately or possibly randomly
|
|
|
music
Dec 15, 2004 17:20:12 GMT -5
Post by Bradley on Dec 15, 2004 17:20:12 GMT -5
is there a code that allows me to add multiple songs to be played in the background of my board? Add a new one of these for every song. Make sure to add 1 to the number in the[] URLs[0] = "alarm.wav"Now the actual code. Headers<script type="text/javascript" language="javascript"> <!-- var URLs = new Array() URLs[0] = "alarm.wav" URLs[1] = "hellsbells.mid"
var num = Math.round(Math.random()*(URLs.length))
document.write('<embed src="'+URLs[num]+'" hidden="true" autostart="true"></embed>') // --> </script>
|
|
Sneaky
Veteran Member
Pirate Ninja Communazi
Posts: 155
|
music
Dec 15, 2004 17:27:16 GMT -5
Post by Sneaky on Dec 15, 2004 17:27:16 GMT -5
thank you
|
|
|
music
Dec 16, 2004 11:17:28 GMT -5
Post by Bradley on Dec 16, 2004 11:17:28 GMT -5
No problem.
|
|