Knowledge Base |
Important! All new questions are usually answered within the next business day.
Loader Pro V3
(views: 4162)
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: 1402)
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);
// create a new LoaderProV3 instance
var myLoader:LoaderProV3AS3 = new LoaderProV3AS3();
// add the loader instance to the display list
addChild(myLoader);
User Comments
See the knowledge base item
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/
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
Hi - I can't find any docs on creating a Loader instance using 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
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/
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
Other questions in this item:
MCTE is working, but not properly MCTE+Loader Pro+3DCube Create MCTE and Loader v3 using code MCTE + LoaderProV3 + Multiple transitions How to create your own preloader Create loader with AS2 Loader scale modes and alignment Bitmap smoothing Access the loader's content Preloader for a whole movie that has lots of Loader Pro V3s in it Access the loader's content Accordion Panel communicates with a loader Borders for the loader content Set up loader with XML Loaded content starts playing while preloader still showing Loaded content starts playing while preloader still showingMenu |
|
|

how can we add to the above code to call add a MCTE?