On Sep 11, 2008, at 12:22 PM, markflex2007 wrote:
which component in Flex to take place the Video component in Flash.
mx.controls.VideoDisplay I believe.
Has no UI components associated with it. You'll need to add those
yourself. Or, you can always output an SWF of a video player built in
Flash and import that into Flex, passing it the required params.
Or you could even use the updated CS3 video player and export it as
an SWC and use that in code, if you need that level of control (note,
I haven't actually tried that yet).
cheers,
jon