vote up 0 vote down star

I'm looking for a way to find out the URL of a SWF using ActionScript 2.

In ActionScript 3 this is done by using root.loaderInfo.loaderURL, but I haven't found any equivalent in ActionScript 2.

Please note that I'm not looking for the URL to the page where the SWF is embedded, but the URL of the actual SWF, and that using ActionScript 3 is not an option (although I wish it were).

flag

45% accept rate

2 Answers

vote up 0 vote down check

in every MovieClip is the _url property available.

example: trace (_url);

link|flag
vote up 0 vote down

I found it myself:

_root._url;

Very simple!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.