hi frnds..
i m struggling 4 a long time...i dont know anything regarding flash..
i m using the below code for playing audio files in my website...this is working fine...but i need to stop playing for 10 sec while buffering (starting of the song) the song.audio file should be playing contineously(with out any breaks).so, the first 10 sec i need to stop playing...plz set the properties ...
<object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_multi.swf" width="300" height="200">
<param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_multi.swf" />
<param name="bgcolor" value="#ffffff" />
<param name="FlashVars" value="mp3=<?php echo $playlist; ?>&width=300&height=200&autoplay=1&loop=1&showvolume=1&showloading=always&volumewidth=40&volumeheight=8&buttonwidth=30" />
</object>
Thanks in advance..
Sari K