Knowledge Base |
Important! All new questions are usually answered within the next business day.
MCTE V3 (MovieClip Transition Effect V3)
(views: 7817)
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 V3 using videoclips
(2007-11-14 - views: 907)
Q: Hello !
First of all let me congratulate You on some very nice components :-)
I am using the MCTE V3 engine with several patterns that i purchased. I have experimented with them some now, and they work well. However i cannot figure out a way to use the transition effects with videoclips, such as flv files.
My guess is that the components use the Bitmap class to do the transitions between clips, and therefor the content is therefor just a "snapshot" of the actual MC.
Is there any way to go around this so that You for instance could do a Swap thransition between 2 flv clips ??
Thank You in advance for Your help.
Best regards
Anders
First of all let me congratulate You on some very nice components :-)
I am using the MCTE V3 engine with several patterns that i purchased. I have experimented with them some now, and they work well. However i cannot figure out a way to use the transition effects with videoclips, such as flv files.
My guess is that the components use the Bitmap class to do the transitions between clips, and therefor the content is therefor just a "snapshot" of the actual MC.
Is there any way to go around this so that You for instance could do a Swap thransition between 2 flv clips ??
Thank You in advance for Your help.
Best regards
Anders
A: Anders, you're right in your supposition. These patterns use the Bitmap class to do the transitions between clips and the content (as you assumed) it's just a "snapshot" of the actual MC. The bad news is that the Swap pattern can't be used on animated contents (animated movieclips, video files embedded into a movieclip, interactive mc's). The good news is that all other patterns we have can be used to display animated content because the "effect" is removed and the content became interactive when transition ends.
User Comments
swap effect - snapshot
Yes Andres, ONLY the Swap pattern have this behavior. Of course there are many patterns that are using the "snapshot" technique but because of the reflection effect, the Swap pattern cannot "play" the content when the transition ends.
posted by jumpeyecomponents
on 2007-11-16
Yes Andres, ONLY the Swap pattern have this behavior. Of course there are many patterns that are using the "snapshot" technique but because of the reflection effect, the Swap pattern cannot "play" the content when the transition ends.
Thank You :-)
One last question. What would be the correct way to play the content after the transition end ? Let´s say i use the Loader Pro V3 with the 3D cube pattern. Do i use the Loaders built in transition end listener and then simply:
my_mc_instance.gotoAndPlay(2);
I supose also that i will need to have a "stop();" command in the first frame of that clip ?
Thank You in advance
posted by andersj on 2007-11-19
One last question. What would be the correct way to play the content after the transition end ? Let´s say i use the Loader Pro V3 with the 3D cube pattern. Do i use the Loaders built in transition end listener and then simply:
my_mc_instance.gotoAndPlay(2);
I supose also that i will need to have a "stop();" command in the first frame of that clip ?
Thank You in advance
You're right
I created a demo for you :)
You can find it <a href='http://www.jumpeyecomponents.com/knowledgebase/MCTE-V3-%28MovieClip-Transition-Effect-V3%29/Using-animated-movieClips~187/'>here</a>
posted by demiurgu on 2007-11-19
I created a demo for you :)
You can find it <a href='http://www.jumpeyecomponents.com/knowledgebase/MCTE-V3-%28MovieClip-Transition-Effect-V3%29/Using-animated-movieClips~187/'>here</a>
Thanks :-)
Great example. Can You load an flv directly into the loader or does it have to be embedded in a SWF ?
posted by andersj on 2007-11-19
Great example. Can You load an flv directly into the loader or does it have to be embedded in a SWF ?
Loader and FLV
The Loader Pro V3 is only a "simple" loader component not a flv player so you must embed the flv inside a SWF as you assumed :).
posted by jumpeyecomponents
on 2007-11-20
The Loader Pro V3 is only a "simple" loader component not a flv player so you must embed the flv inside a SWF as you assumed :).
Login to post your comment
Other questions in this item:
MCTE + Loader Pro V3 slide show Apply 3D Cube transition without using actionscript Apply Flip transition using code how to instantiate the MCTE component through Actionscript MCTE is working, but not properly MCTE+Loader Pro+3DCube Create MCTE and Loader v3 using code Apply 3D Cube transition using actionscript Multiple transitions using ActionScript code Apply the MCTE by pressing a button Transition between two movie clips using Blur 3D Cube effect Apply Flip transition with no code Remove MC after it plays Use SquareLight Transtion using AS to create slideshow Component Now Showing up in AS3? Multiple transitions using frame by frame animation Using animated movieClips tweenDuration:Number Using MCTE in a class based environment Apply Flip transition using code MCTE + LoaderProV3 + Multiple transitions Trial version message Solid Red Window Set up MCTE with a XML file Shadow to target clip Shadow to target clip Setup MCTE from .xml file MCTE hides text written with Arial from stage MCTE hides text written with Arial from stageMenu |
|
|


I see. Could You please state what other patterns (if any), has this limitation. I guess that for example the "Switch" or "3D cube" patterns also use the Bitmap Class and therefor has this limitation also ??
Or is it only the "Swap" effect ?
Thank You in advance :-)
Anders