Here! put this code on the radioblog.php
put this code above RadioBlog.start();
[quote]RadioBlog.autoplay.tracknum = '1';[/quote]
Now your radioblog.php code should look like this
[quote]<html>
<head>
<script type="text/javascript" src="http://stat.radioblogclub.com/radio.blog/radio.blog.js"></script>
</head>
<body>
<script type="text/javascript">
RadioBlog.playlist = '
http://h1.ripway.com/mama0114/wvm/sounds/playlist.php';
RadioBlog.width = '350px';
RadioBlog.height = '150px';
RadioBlog.color.body = '#000000';
RadioBlog.color.border = '#ffffff';
RadioBlog.color.button = '#ff99cc';
RadioBlog.color.player_text = '#ffffff';
RadioBlog.color.playlist_text = '#ffffff';
RadioBlog.autoplay.tracknum = '1';
RadioBlog.start();
</script>
</body>
</html>[/quote]
tracknum = '1' means it will autoplay starting from track 1
Last edited by diabolicious (2007-08-06 11:48:39)