Knowledge Base |
Important! All new questions are usually answered within the next business day.
Loader Pro V3
(views: 4241)
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.
Set up loader with XML
(2008-06-09 - views: 814)
Q: How can I use XML to set up the loader component ?
A: Simply create a .xml file with the properties you want to set (use the correct structure) and set the loader's xmlPath property from the Components panel or from code. The same goes for the AS3 version loader.
Files: Loader_XMLSetup.zip
Files: Loader_XMLSetup.zip
User Comments
Load multiple images or swf's in sequence
For this, you would have to write some code. You need to set a new image or .swf file through the loader's contentPath (AS2) or source (AS3) property. You should do this after the previous content has finished loading and after it was displayed for a few seconds.
This is a slide show example that uses the LoaderProV3 component to load the content and the MCTE component to apply transitions between the contents: http://www.jumpeyecomponents.com/knowledgebase/MCTE-V3-(MovieClip-Transition-Effect-V3)/MCTE-%2B-Loader-Pro-V3-slide-show~107/
posted by negush on 2008-07-21
For this, you would have to write some code. You need to set a new image or .swf file through the loader's contentPath (AS2) or source (AS3) property. You should do this after the previous content has finished loading and after it was displayed for a few seconds.
This is a slide show example that uses the LoaderProV3 component to load the content and the MCTE component to apply transitions between the contents: http://www.jumpeyecomponents.com/knowledgebase/MCTE-V3-(MovieClip-Transition-Effect-V3)/MCTE-%2B-Loader-Pro-V3-slide-show~107/
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 How to create Loader Instance with AS3? Access the loader's content Accordion Panel communicates with a loader Borders for the loader content Loaded content starts playing while preloader still showing Loaded content starts playing while preloader still showingMenu |
|
|

I downloaded the example and understand how it works. Pretty simple and straightforeward. However, I am not able to figure out how to structure the xml to make 2 swf's or images load one after the other. Any help would be greatly appreciated.