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
There are 2 options:
a)FLV movie - set autoPlay="false" in VideoDisplay
b)Live stream - call player.play();player.stop() in this order