views:

14

answers:

0

Hi,

I have movieclips containing FLV video sequences.

When this FLV plays in a SWF compiled from mxmlc, the video is completely corrupted - all different coloured blocks. If I compile from the IDE the video plays fine.

It's a bit more involved than this:

  • if I play multiple copies of the same FLV at the same time, they're fine, whereas if I play various FLVs at the same time, they corrupt
  • they don't always corrupt on every playthrough - it's not consitent
  • if I zoom into the corrupted video, or move the player window, the corrupted image remains intact - i.e. it's not like a screen redrawing error where the corrupted area will often change or clear

Does anyone know of any Flex compiler options, or SWC authoring strategies to get around this?

Many thanks, James