Embed Video

Hi,

When I embed a video on a timeline and then call stop() the video portion stops but the sound continues to play(is if it weren’t synced with the video).

How can I also stop the sound within in the embedded timeline video?

I changed the video properties from stream to event and my video has the same framerate as my Fla.

Does the audio continue to play endlessly or is it just a few hairs of a second over the video stopping?

I believe if you put it inside a MovieClip in the library and dynamically created it and added it to the stage/removed it from the stage it would most likely solve your sound bug. It sounds as if the sound bug is related to the same one existing in player 9,0,45 and earlier.

What’s going on is that I am loading a movieclip from the library that wasn’t exported on first frame(was preloaded). that loaded movieclip has a movieclip library symbol on its stage which in turn has a video embed directly onto the timeline. when i call stop() or play() on that movieclip the visuals for the movieclip stop but the sound keeps going. so when i start my app up it loads this thing and i can’t stop the sound from starting(playing the video isn’t the first thing that happens).

Have you tried sending that movie clip to a frame in which the video layer has empty keyframes?