Tagged Questions
5
votes
3answers
6k views
Flex: Dynamically create a preview image for a video
I'm using the VideoDisplay to play flv's, mov's, and mp4's and everything is working great. They are all being loaded via progressive download and are not being streamed. What I'd like to do is to ...
0
votes
1answer
66 views
Seek playhead to specific location in Flash Video?
If you load up a FLVPlayback component in Flash or VideoDisplay in Flex and try to seek to a specific location or set playheadTime to a specific location, the movie always rounds up or down by very ...
0
votes
0answers
128 views
Flex 4.5 How to get XMPData events in mx:VideoDisplay?
I have to say using cue points with Flex components sure wasn't easy to discover! With much searching I determined how to get cuePoint events in my mx:VideoDisplay component. But the CuePointEvent ...
0
votes
1answer
1k views
Flex - does anyone have an example of the use of the VideoDisplay control events
The Flex 3 docs are fairly basic. Can someone post a more complete example that uses the control's events? I'm still trying to get my head around ActionScript events.