/ Published in: ActionScript 3
A simple trick I use when developing locally to determine if the swf is the parent or loaded in its shell.
Expand |
Embed | Plain Text
if (parent.parent == null) developerLoad ();
You need to login to post a comment.
