hi,
I am using Royalty Free Music player for playing the audio. ya it is playing perfect but i need to play it dynamically, i mean the audio will come from database how can i write the code for that. This is the royalty free music code.....
var so = new SWFObject("playerSingle.swf", "mymovie", "192", "67", "7", "#FFFFFF");
so.addVariable("autoPlay", "yes");
so.addVariable("soundPath","song.mp3");
so.addVariable("overColor","#000044")
so.addVariable("playerSkin","1")
so.write("flashPlayer");
this above code is written in source code with in the script tag, then how can i write for dynamic audios please help me thanking you
and this is the link for that site..
http://www.premiumbeat.com/flash_resources/free_flash_music_player/single_track_flash_mp3_player.php