Knowledge Base |
Important! All new questions are usually answered within the next business day.
Loader Pro V3
(views: 9270)
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: 3495)
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/
Can't get it to work
I set the path but it does not work. Do you delete all settings in component inspector since they are set in XML file?
posted by dsmflash on 2008-11-24
I set the path but it does not work. Do you delete all settings in component inspector since they are set in XML file?
Can't get it to work
@dsmflash
If the properties are set from the xml file than the component will disregard the values from the Component Inspector. Also, please make sure that the xml file structure is correct. You can see the structure of the xml file here: http://www.jumpeyecomponents.com/Flash-Components/User-Interface/Loader-Pro-V3-38/xml.htm.
posted by negush on 2008-11-25
@dsmflash
If the properties are set from the xml file than the component will disregard the values from the Component Inspector. Also, please make sure that the xml file structure is correct. You can see the structure of the xml file here: http://www.jumpeyecomponents.com/Flash-Components/User-Interface/Loader-Pro-V3-38/xml.htm.
Login to post your comment



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.