I have an flv embeded in a movieclip on my main timeline. It plays/pauses fine, but for some unknown reason, any of the navigation functions on the main timeline, cause the video to start playing it’s audio.
For example:
Video is embeded in mc_video
mc_video starts on frame 1, and ends on frame 1200. the mc_video is no longer on stage after this, as 1201 is a blank keyframe.
gotoAndStop(1400) triggers the audio on the video to play. nested in the first frame of mc_video, there is a stop function, but the audio plays anyway. This problem persists across multiple swfs, and I’m stumped. Any thoughts would be greatly appreciated. Thanks.