HTML pass parameter from url to Embed flash object

Alunnyexculge

New Member
I would like to get FilePath parameter from url example:http://www.example.com/index.html?FilePath=LetsGobrowsing this will pass it to html flash player script ("LetsGo" will play instead of "autoload"):\[code\]<html><body><.......<object classid="123456...." codebase="http://123457" id="test" height="300" align="middle" width="300"> <param name="allowFullScreen" value="http://stackoverflow.com/questions/12770968/true"> <param name="movie" value="http://stackoverflow.com/questions/12770968/123.swf"> <param name="FlashVars" value="http://stackoverflow.com/questions/12770968/MP3=autoload.mp3&JPG=autoload.jpg&repeats=200"> <embed src="http://stackoverflow.com/questions/12770968/123.swf" allowfullscreen="true" name="MP3JPG" flashvars="MP3=autoload.mp3&JPG=autoload.jpg&repeats=200" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" height="300" align="middle" width="300"></object><......</html>\[/code\]How can i do that currectly?Many thanks,Bentzy.
 
Back
Top