I have an index (Frame 1) of different videos that lists various videos one can select. When a title is selected it goes to a certain frame (frame 10) and plays the selected video.
After the video plays I WOULD LIKE to return to the index.
I have all the "play selected video" stuff working, but I am not able to get the movie to continue playing (go back to frame 1) after the FLV is finished.
How it's set-up:
I have an FLV that is linked into a MovieClip using the "Media Display" controller. I have an instance of the MovieClip on my Timeline. On my parent timeline I have a "stop();" on an Action layer in the same frame as the MovieClip instance. In the MovieClip I have a "stop();" action on an Action layer in the same frame as as the MediaDisplay component.
How can I get the main movie to continue after the FLV finishes?
Thank you in advance for any assistance.
-Bob
After the video plays I WOULD LIKE to return to the index.
I have all the "play selected video" stuff working, but I am not able to get the movie to continue playing (go back to frame 1) after the FLV is finished.
How it's set-up:
I have an FLV that is linked into a MovieClip using the "Media Display" controller. I have an instance of the MovieClip on my Timeline. On my parent timeline I have a "stop();" on an Action layer in the same frame as the MovieClip instance. In the MovieClip I have a "stop();" action on an Action layer in the same frame as as the MediaDisplay component.
How can I get the main movie to continue after the FLV finishes?
Thank you in advance for any assistance.
-Bob