[flexcoders] mx:VideoDisplay /

2009-09-04 Thread Barry Gee
Hi all. I am putting together a very simple webcam app. In Flex 3 I would have used the mx:VideoDisplay / component, however in Flex 4 this doesnt seem to be present, or at least not in Flash Builder 4 Beta. Can anyone tell me what I should be using instead of VideoDisplay in order to display

[flexcoders] mx:VideoDisplay does not return QuickTime metadata

2009-06-10 Thread Michael Slinn
The docs say that mx:VideoDisplay should play MOV files with Flash Player 10. I created a file with QuickTime Pro 7. I can see that the MOV file loads, but the metatdata property is null, and videoHeight and videoWidth are zero. Not only that, but onMetaDataReceived(event) is never invoked:

Re: [flexcoders] mx:VideoDisplay does not return QuickTime metadata

2009-06-10 Thread Danilo Souza
I once had a problem like this. My problem was this http://renaun.com/blog/2007/08/22/234/ On Wed, Jun 10, 2009 at 7:30 PM, Michael Slinn msl...@mslinn.com wrote: The docs say that mx:VideoDisplay should play MOV files with Flash Player 10. I created a file with QuickTime Pro 7. I can see

Re: [flexcoders] mx:VideoDisplay myVid.play();

2007-06-08 Thread Manish Jethani
On 6/6/07, Rohan Pinto [EMAIL PROTECTED] wrote: mx:VideoDisplay id=videoDisplay height=350 width=450 source={video} autoPlay=true/ [snip] I have 2 issues. 1. the play/pause/stop buttons dont work... Hard to say why, but maybe it's because binding is firing on the source property and since

[flexcoders] mx:VideoDisplay [3rd try]

2007-06-08 Thread Rohan Pinto
I am using mx:VideoDisplay to display a video in my app @ http://opentube.info the video is displayed within a tile window. mx:TitleWindow width=800 height=500 autoLayout=true layout=absolute title=Video Viewer showCloseButton=true xmlns:mx=http://www.adobe.com/2006/mxml;

[flexcoders] mx:VideoDisplay myVid.play();

2007-06-05 Thread Rohan Pinto
Could someone please advise me on this. I have the mx:VideoDisplay component; code as follows encapsulated in (mx:TitleWindow ): mx:VideoDisplay id=videoDisplay height=350 width=450 source={video} autoPlay=true/ mx:Button label=Play click=videoDisplay.play(); cornerRadius=0 bottom=10