korben
12-05-2008, 12:45 AM
I am sure there is an easy way around this issue but I am very new to AS so I am at a loss.
The Situation: I have a FLV player contained in a movie clip which is in turn contained in another movie clip (for organization. etc.) that is dynamically loading and playing an flv. This movie clip shows up on frame 4 of my main timeline. The other 3 frames have other content that can be accessed through the simple navigation. Anyway. Once the user gets to frame 4 the video plays as it should but if the user goes back to frame 1 for example the audio for the flv still plays. So, is there a way to stop that? The quick fix I have found was to use the SoundMixer.stopAll(); command on all the other frames. This works but I would like to learn a more proper way of doing this. Hopefully that all makes sense :confused:
thanks
The Situation: I have a FLV player contained in a movie clip which is in turn contained in another movie clip (for organization. etc.) that is dynamically loading and playing an flv. This movie clip shows up on frame 4 of my main timeline. The other 3 frames have other content that can be accessed through the simple navigation. Anyway. Once the user gets to frame 4 the video plays as it should but if the user goes back to frame 1 for example the audio for the flv still plays. So, is there a way to stop that? The quick fix I have found was to use the SoundMixer.stopAll(); command on all the other frames. This works but I would like to learn a more proper way of doing this. Hopefully that all makes sense :confused:
thanks