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.



How to create Loader Instance with AS3?

(2007-12-26 - views: 4504)
Q: How to use AS3 Code to create Loader Instance?
A: Since the new AS3 has an improved way of instantiating classes, you only need to use the new keyword to create an instance of the loader component:

// create a new LoaderProV3 instance
var myLoader:LoaderProV3AS3 = new LoaderProV3AS3();
// add the loader instance to the display list
addChild(myLoader);



User Comments

adding MCTE with as3 to the Loader instance
posted by moverend on 2008-01-19
how can we add to the above code to call add a MCTE?
See the knowledge base item
posted by negush on 2008-01-21
Check out this knowledge base item that shows you how to do that: http://www.jumpeyecomponents.com/knowledgebase/Loader-Pro-V3/Create-MCTE-and-Loader-v3-using-code~289/
Same in AS2
posted by benstyles on 2008-01-25
Hi - I can't find any docs on creating a Loader instance using AS2.



See the knowledge base item
posted by negush on 2008-01-25
I've posted an item in the knowledge base to answer this question: https://www.jumpeyecomponents.com/knowledgebase/Loader-Pro-V3/Create-loader-with-AS2~303/


Login to post your comment login to post your comment

Back