Archive for March 1st, 2008

01
Mar

Displaying a video in Flex using the NetConnection, NetStream, and Video classes

The following example shows how you can display a FLV file in a Flex application using the NetConnection, NetStream, and Video classes, as well as how to use the onMetaData and onCuePoint event handlers to handle video meta data and cue points.

Full code after the jump.

Continue reading ‘Displaying a video in Flex using the NetConnection, NetStream, and Video classes’