I\'m trying to get the current URL that the Flash player is on. Not the URL of the .swf file, but the URL that the browser is pointing to. Thus far I\'ve used:
ExternalInterface.call('window.location.href.toString');