Knowledge Base |
Important! All new questions are usually answered within the next business day.
Loader Pro V3
(views: 4161)
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.
MCTE + LoaderProV3 + Multiple transitions
(2008-05-13 - views: 2007)
Q: How can I change the MCTE + Loader Pro V3 slide show example so that the slide show uses different effects on the images ?
A: The only thing you need to do is change the settings of the MCTE instance to suite your needs (pattern name, new pattern settings...). In this example, the embedded patterns are applied randomly on the newly loaded images.
Files: MCTE_LdrMultipleTransitions.zip
Files: MCTE_LdrMultipleTransitions.zip
User Comments
using buttons to control functions
Hi! I setup buttons on this sample to control the transition playback -- but if you click one too many times, it locks into a seizure-inducing loop. Do I need to clear the interval each click? THANKS!
My buttons are as follows ( calling the functions already defined in your example AS )
btn_prev.onRelease = function() {
showPreviousImage()
};
btn_pause.onRelease = function() {
stopSlideShow()
};
btn_play.onRelease = function() {
startSlideShow()
};
btn_next.onRelease = function() {
showNextImage()
};
posted by BHCWebTeam on 2008-08-08
Hi! I setup buttons on this sample to control the transition playback -- but if you click one too many times, it locks into a seizure-inducing loop. Do I need to clear the interval each click? THANKS!
My buttons are as follows ( calling the functions already defined in your example AS )
btn_prev.onRelease = function() {
showPreviousImage()
};
btn_pause.onRelease = function() {
stopSlideShow()
};
btn_play.onRelease = function() {
startSlideShow()
};
btn_next.onRelease = function() {
showNextImage()
};
using buttons to control functions
In this example a new interval is set each time the transition ends. So you should wait until the transition ends.
You could also use another approach to create such a slideshow with control buttons.
posted by negush on 2008-08-18
In this example a new interval is set each time the transition ends. So you should wait until the transition ends.
You could also use another approach to create such a slideshow with control buttons.
buttons to control functions
How can I create a gallery presentation with 2 or more buttons, linking images with the swap transition?
posted by jprieto on 2008-08-31
How can I create a gallery presentation with 2 or more buttons, linking images with the swap transition?
buttons to control functions
All you have to do is apply the MCTE component on the LoaderPro instance and set up the MCTE component to use the MCTESwap pattern. You should also have all your images in an Array object to be able to load them sequentially or just use one of our thumbnail components: ThumbnailSlider (AS2 only), ThumbnailList (AS2 only) and XMLSlideShow (AS2 and AS3).
posted by negush on 2008-09-01
All you have to do is apply the MCTE component on the LoaderPro instance and set up the MCTE component to use the MCTESwap pattern. You should also have all your images in an Array object to be able to load them sequentially or just use one of our thumbnail components: ThumbnailSlider (AS2 only), ThumbnailList (AS2 only) and XMLSlideShow (AS2 and AS3).
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 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 Set up loader with XML Loaded content starts playing while preloader still showing Loaded content starts playing while preloader still showingMenu |
|
|

I just buys the component and is very difficult to use since I can do MCTE + Loader Pro V3 slide show with as3 can you help me plese