Skip to main content
mdgani11
Participant
December 21, 2017
Question

Flash player crash while using flv videos

  • December 21, 2017
  • 1 reply
  • 261 views

I have imported 18 flv videos by using this following way from local drive.

'Embed FLV in SWF and play in timeline'

The videos are works fine. But after more than 5 minutes, the flash player got crash in browser.

I have placed all 18 videos in one movieclip timeline. And Iam using gotoAndPlay('labelName') to jump one video from another.  I noted the system memory is increasing when video's are playing more time.

May I know why this error appears? And How to fix this?

Advance thanks for your help

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
December 21, 2017

you should be playing your videos in one flvplayback component.

but if you need to sync other timeline animation/text with your videos and absolutely have to import them to a timeline, each video should be in its own movieclip and those movieclips should be added and removed from the stage so memory can be cleared.