click to play another song, 
		random
click to play another song, 
		random

<iframe src="/mp3/mp3bar.html" name="aa" border="0" frameborder="0" width="775" height="74" scrolling="no"></iframe>
<iframe src="/mp3/mp3bar2.html" name="aa" border="0" frameborder="0" width="775" height="74" scrolling="no"></iframe>

¡¡

mp3 random play for web page,html, javascript, free, using flash, swf

Free web disn Code: mp3 random play javascript for web page (html), free, using flash, swf ¡¾http://km2000.us/mp3/mp3.html¡¿play mp3, midi, list randomly, embed, script,

¡¡

<script language="javascript">
var list = new Array;
list[0] = "mp3/1.mp3";
list[1] = "mp3/2.mp3";
list[2] = "mp3/3.mp3";

... ...


list[13] = "mp3/13.mp3";


var choice = Math.floor(Math.random() * 13);


document.write("<object type='application/x-shockwave-flash' data='player_mp3.swf'
width='400' height='15'> ");
document.write("<param name='movie' value='player_mp3.swf' /> ");
document.write("<param name='bgcolor' value='#333333' /> ");
document.write("<param name='FlashVars' value='mp3=http://yoursite.us/" + list[choice] + "&amp;autoplay=0&amp;bgcolor=dddddd&amp;bgcolor1=0044ff
&amp;buttoncolor=ffff00&amp;showvolume=1
&amp;width=400&amp;height=15&amp;textcolor=111111' /> ");
document.write("</object> ");


</script>

¡¡

¡¡

¡¡

mp3 random play for web page (html), javascript, free, using flash, swf

Free web disn Code: mp3 random play javascript for web page (html), free, using flash, swf ¡¾http://km2000.us/mp3/mp3.html¡¿play mp3, midi, list randomly, embed, script,

<script language="javascript">
var list = new Array;
list[0] = "mp3/1.mp3";
list[1] = "mp3/2.mp3";
list[2] = "mp3/3.mp3";

... ...


list[13] = "mp3/13.mp3";


var choice = Math.floor(Math.random() * 13);


document.write("<object type='application/x-shockwave-flash' data='player_mp3.swf'
width='400' height='15'> ");
document.write("<param name='movie' value='player_mp3.swf' /> ");
document.write("<param name='bgcolor' value='#333333' /> ");
document.write("<param name='FlashVars' value='mp3=http://yoursite.us/" + list[choice] + "&amp;autoplay=0&amp;bgcolor=dddddd&amp;bgcolor1=0044ff
&amp;buttoncolor=ffff00&amp;showvolume=1
&amp;width=400&amp;height=15&amp;textcolor=111111' /> ");
document.write("</object> ");


</script>

¡¡