Knowledge Base

Important! All new questions are usually answered within the next business day.

Loader Pro V3

(views: 10631)

The Loader Pro V3 is a professional loader that features scale modes (scale, crop, scale-crop, resize), align modes, built in preloaders and customized transition tweens. Here are all known issues for Loader Pro V3. If you have any questions that you think we should discuss here please let us know.



Access loader parent from within loader content

(2008-12-26 - views: 3029)
Q: Is there a possibility to call functions found on the loader's parent from within the loaded content ?
A: Yes, there is. All you have to do is reference the parent of the loader object from the content .swf file like this:

loaderParent = this._parent._parent._parent._parent._parent;

where <i>this</i> is the root of the content.

Please see the example for more details.
Files: Ldr_AccessParent.zip 


User Comments

Access loader parent from within loader content AS3
posted by user401663 on 2010-08-26
Is there an AS3 example for this available?
RE:Access loader parent from within loader content AS3
posted by kneo on 2010-08-31
Is similar in as3, you just need to change the loaderParent.

loaderParent=this.parent.parent.parent.parent.parent.parent.parent


Login to post your comment login to post your comment

Back