Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Flash player crash while using flv videos

New Here ,
Dec 21, 2017 Dec 21, 2017

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

TOPICS
ActionScript
239
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 21, 2017 Dec 21, 2017
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines