0
votes

I have a as3 project, a magazine like project. I have like 10 pages, and some of those pages, has a FLVPlayback component to stream flv videoes. I have one problem, and it goes like this:

When i enter a frame, with a FLVPlayback component and start playing the video, everything works fine. But when i then switch to another page, the video file keeps playing in the background.

Is this a common problem ?

Thanks in advance!

1

1 Answers

0
votes

Yes, FLVPlayback component keeps playing until you call stop(). It's not enough to remove it from the display list.