This content has been marked as final.
Show 2 replies
-
1. Re: Playing 2 Consecutive Movies Seemlessly
Rob Dillon Oct 12, 2007 6:59 AM (in response to OgreOne)This "flick" is probably the QT player instantiating in the new frame. There are several ways that you can solve this. One is to place the QT sprite off the visible area of the stage for at least one frame and then move it on to the position where you want it play. You can also start the movie behind another sprite with the QT member's directToStage property set to false, then change the directToStage property to true to have the sprite show through the other sprite. -
2. Re: Playing 2 Consecutive Movies Seemlessly
OgreOne Oct 15, 2007 11:52 AM (in response to Rob Dillon)Actually, all I had to do was to place a background or a screenshot of the 1st frame underneath it and run it for the entire length. Works great! The other worked too, so I guess it's a matter of preference :) Thanks!


