retrieve parameter value from URL query string
this seems like it should be simple but for some reason i can't figure out how to get the value of a variable out of a URL query string.
if this is in my location bar: http://www.whyu.com/whyplayer.html?chosenCLIP=movie
and i just want the value of "chosenCLIP" to use in my loaded SWF file, how do i do it in AS3?