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
3answers
87 views
get dimension of video in VideoDisplay
I'm trying to get the dimensions of the videosource in a VideoDisplay:
private function loadMovie () : void {
vid = new VideoDisplay();
vid.source = _item.itemLg;
vid.play();
...
0
votes
1answer
225 views
Buffering in Video Display in Flex
I'm new to Flex and currently working on the Video Component in Flex. The problem is:
Buffering starts only after the specified time. So, if i have specified the Buffer Time to be 2 s, then the video ...
0
votes
0answers
258 views
Plugin Container for Firefox crashes when using videodisplay
I'm using mx:videodisplay to play video files (.flv and .mp4), and it works fine. It does what it's supposed to do - it plays the video file perfectly. But every time I reload the page, the source ...