Flex - does anyone have an example of using VideoDisplay control events

Flex 3 docs are pretty straightforward. Can anyone post a more complete example that uses control events? I am still trying to make out the ActionScript events.

0


source to share


1 answer


You can find an interesting article on stateChange and playheadUpdate events at http://blog.flexexamples.com/2008/01/01/determining-a-videodisplay-controls-current-playback-state-using-the-state-property-and -statechange-event /



For a more complex example, check out the FXVideo source code (in the main FXVideo.as block).

+1


source







All Articles