// This little trick allows a Flash movie (swf) to find out the URL of the page in which it's embedded. 

import flash.external.ExternalInterface;
 
var pageURL:String =
	ExternalInterface.call('window.location.href.toString');