Knowledge Base |
MCTE V3 (MovieClip Transition Effect V3)
(views: 26779)
A transition effect component with lots lots of flash animation effects already included and lots of patterns sold separately. Here are all known common issues for MCTE V3, the custom patterns are treated here too. If you have any questions that you think we should discuss here please let us know. Write to support.
MCTE + LoaderProV3 + Multiple transitions
(2008-05-13 - views: 10634)
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
MCTE + Loader Pro V3 slide show as3
posted by juank2 on 2008-05-29
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
using buttons to control functions
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
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
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
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).
MCTE with Flash's native Loader Object
var myLoader:loader= new loader();
then make myLoader the target object for the MCTE transitions. I tried it but the error message explicitly said I cannot apply MCTE to Flash's loader object. So now I'm thinking maybe I can edit the code in the SDK to apply the MCTE to be applied to flash's loader object.
Jumpeye staff, please provide some directions. Thanks...
posted by xFLASHSTUDENTx on 2009-09-18
Is it possible to apply the MCTE to flash's loader object? Can the Developer's SDK from jumpeye be edited to make this possible? Right now, as we know, you can only apply the MCTE transition effects the jumpeye's LoaderPro component, via actionscript or manually. But I would rather be able to apply it to Flash's loader object. To be sure, like thisvar myLoader:loader= new loader();
then make myLoader the target object for the MCTE transitions. I tried it but the error message explicitly said I cannot apply MCTE to Flash's loader object. So now I'm thinking maybe I can edit the code in the SDK to apply the MCTE to be applied to flash's loader object.
Jumpeye staff, please provide some directions. Thanks...
MCTE can also be applied to a Loader object
Please make sure that you are applying the MCTE over the loader only after the loader content is finished loaded.
posted by florodebat on 2009-09-23
Does not exists such an error message , which explicitly says that MCTE cannot be applied to Flash's loader object.Please make sure that you are applying the MCTE over the loader only after the loader content is finished loaded.
Loader Object
Thanks...
posted by xFLASHSTUDENTx on 2009-10-18
So florodebat, you're saying the the MCTE can be applied to a loader object ONLY after the content is loading? I just want to thoroughly undestand.Thanks...
IMAGES FROM THE LIBRARY
posted by gangsta101 on 2009-11-13
what's going on everyone? I'm trying use the Loader Pro to load images from the library instead of loading them externally. Can anyone show me the route?
IMAGES FROM THE LIBRARY
Please open a new support ticket and write there what exactly are you trying to achieve and someone will get back to you as soon is possible.
http://www.jumpeyecomponents.com/support/open.php
posted by florodebat on 2009-11-18
Sorry for the late reply - it's more advisable to write us using the ticket system because we don't guarantee 100% response here. Please open a new support ticket and write there what exactly are you trying to achieve and someone will get back to you as soon is possible.
http://www.jumpeyecomponents.com/support/open.php
Login to post your comment









