Tagged Questions

3
votes
3answers
1k 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' …
1
vote
0answers
183 views

Flex: stop loading a VideoDisplay whitout losing loaded buffer

Hi, Is there a way to stop the download of a flv file started by the VideoDisplay object after calling the VideoDisplay.load() method ? And most important : without losing the pr …
0
votes
1answer
23 views

Scrollable display of multiple video icons

Hello, I want to have multiple video icons at the top my website's front page. I will have about 20 or so which won't fit on one line (I want to keep the videos on one like) so I …
0
votes
1answer
624 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.