I am making a audio flash player which will play a sound passed to it.
How can i pass the values from a browser url?
like i have to write
http://domain/folder1/folder2/player.swf?file=http://domain/folder1/folder3/mymp3file.mp3
in browser and swf will parse it to play the file from the location passed as GET parameter 'file'. How i can do it in as i am using Adobe Flash CS4 Professional with actionscript 3.0
Any help or idea or link to this will be highly appreciated.