Video in Flash
Out of context: Reply #9
- Started
- Last post
- 14 Responses
- koko0
sorry gpop, I guess i didn't explained very well what i was trying to accomplish because the confussion with theterm mov for both the quicktime movie and the flash movie. Let me see:
1. I have a main flash movie.
2. This flash movie starts running and gets to a point where it stops.
3. On the frame where this flash movie stops there is a button to open a quicktime movie.So far so good.
4. Now I have two options to load the quicktime movie:
a. I embed the quicktime inside a flash movie, so it will run on a flash timeline. At the end of this flash movie I can add an action to tell my main flash movie to keep running. Then I will load this external swf with my quicktime movie embedded into a movie clip on my main flash movie, and the actionscript will run perfect, telling my main movie to start playing once the embeded quicktime is finish. This works, but I have to wait for the all external flash movie with the quicktime to download so it starts playing (too much time of waiting).
option b. I load-stream my quicktime movie as an external file inside my external flash movie, that will work the same that the firt case, loading it on a mc in my main flash movie.
This is my preffered choice, but then, because i am referring to an external quicktime movie, where do i put the scrpting to communicate with my main flash movie?
Hipe this helps:(