Tagged Questions
0
votes
1answer
112 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
3answers
108 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
2answers
199 views
Flex Spark VideoDisplay: rewind seek backward
How could i rewind video back for, let's say, 5 seconds?
I tried player.seek(player.currentTime - 5) but this gives no effect except small pauses (like freezing while seeking - while left arrow key ...
0
votes
0answers
276 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 ...
0
votes
1answer
2k 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.