My account
Shopping cart
Knowledge base
Support

Knowledge Base

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

Loader Pro V3

(views: 22201)

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: 12740)
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 


Back