Audio Player Royalty Free Music (dynamic audios )?

Posted by Surya sasidhar on Stack Overflow See other posts from Stack Overflow or by Surya sasidhar
Published on 2010-04-08T11:38:24Z Indexed on 2010/04/08 11:43 UTC
Read the original article Hit count: 161

Filed under:

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

© Stack Overflow or respective owner

Related posts about ASP.NET