apache-flexvideodisplay

FLEX, VideoDisplay: how to autoload without autorunning


I'm using videoDisplay MXML component for my Flex app.

I would like to autoload videos (in order to display the first frame) without automatically run them.

What's the easiest way to do it ?

thanks


Solution

  • There are 2 options:

    a)FLV movie - set autoPlay="false" in VideoDisplay

    b)Live stream - call player.play();player.stop() in this order