November 2nd, 2007
AS3: Getting the path of the HTML hosting the SWF
I was trying to get the full path of the HTML that is hosting the SWF in ActionScript 3. I found this post by Abdul Qabiz detailing how to use ExternalInterface to call JS and return the location. In his post, Abdul also details how to get any of the query string variables as well.
Since [...]
