FLVs on timeline are glitching out
Posted
by TandemAdam
on Stack Overflow
See other posts from Stack Overflow
or by TandemAdam
Published on 2009-11-12T22:26:58Z
Indexed on
2010/04/14
22:03 UTC
Read the original article
Hit count: 205
I have a Movieclip with about five FLV movies embedded on its timeline, one after another.
I am loading multiple instances (about 5-10) of this movieclip onto the stage. Once added to the stage, they each play there timelines in a loop.
The problem is that when one of the instances switch over to playing a new FLV, then some of the other instances "glitch out"! See this image for what the glitch looks like:
This glitch also happens when they first start playing (first load).
More details of Flash:
- 24fps
- FlashPlayer 10
- Actionscript 3
More details of the FLVs:
- Encoded with On2 VP6
- 24fps
- transparent background (alpha channel)
- dimensions 640x480
- filesize are about 150KB each
- FLVs are imported using option: "Embed video in SWF and play in timeline"
Has anyone seen this before? Does anyone have a reason for why this might be happening? And any possibly ways to stop it from happening.
EDIT* It seems to only "glitch" when an FLV is started from a random frame (a frame that is not the first frame). I don't think it always does it, but it does it quite often.
© Stack Overflow or respective owner