TheSheriff
01-11-2007, 03:30 PM
I am currently developing a plan of attack for a video project I am working on and would love feedback on how to accomplish this -- AS question included.
I have created a 3D interface that I plan on using in flash. I am going to have it rotate based on button clicks inside of Flash. The rotating will be accomplished by playing 3 movies (.flv) that I imported.
Now on to the AS question. How would I code this? I imagine I would have lets say 6 keyframes. Frame 1 would be a jpg of the first frame of movie01. This would allow me to set up animation and navigation more precisly without overlaying on video.
When I click a button in frame 1, flash goes to frame 2 which plays movie01 showing a transition to a different part of the 3D model. When movie01 is done playing, I want flash to go to frame 3 where I would have more animations/navigations. This would be the set up for a jpg of movie 02. Then I could continue the pattern similarly.
Does this sound like the best way to set this up? If so how can you check to see if a movie (.flv) has played entirely, and if it did perform an action such as gotoAndPlay().
Any help on this would be much appreciated as I haven't worked with video too much. Tutorials and samples are welcomed.
Thanks
I have created a 3D interface that I plan on using in flash. I am going to have it rotate based on button clicks inside of Flash. The rotating will be accomplished by playing 3 movies (.flv) that I imported.
Now on to the AS question. How would I code this? I imagine I would have lets say 6 keyframes. Frame 1 would be a jpg of the first frame of movie01. This would allow me to set up animation and navigation more precisly without overlaying on video.
When I click a button in frame 1, flash goes to frame 2 which plays movie01 showing a transition to a different part of the 3D model. When movie01 is done playing, I want flash to go to frame 3 where I would have more animations/navigations. This would be the set up for a jpg of movie 02. Then I could continue the pattern similarly.
Does this sound like the best way to set this up? If so how can you check to see if a movie (.flv) has played entirely, and if it did perform an action such as gotoAndPlay().
Any help on this would be much appreciated as I haven't worked with video too much. Tutorials and samples are welcomed.
Thanks