Returning the url a flash movie is embedded on
Took me a while to discover this gem. I am writing a movie which will be licenced, with the licence tied to an individual web sites domain name. So I needed a way for teh flash moive to communicate back to the server (via web services) where it was sat.
The variable I was after is
_url
.... so simple.
trace(_url);
<< Home