So I want to get the domain where the flash swf is being played and not the location of the file.
If only I could get ExternalInterface
to return the value like so:
var domain:String = ExternalInterface.call("document.domain");
But the above produces null
....
Its an banner ad so I can't pass any flashvars
to it or call custom js
functions