Check out christophe’s demo here: http://www.coenraets.com/viewarticle.jsp?articleId=90

 

Matt

 


From: [email protected] [mailto:[EMAIL PROTECTED]
Sent: Friday, April 29, 2005 9:18 PM
To: [email protected]
Subject: [flexcoders] Using the Camera object

 

I want to get a feed from a camera connected to the client's computer
using Camera.get(). I know this works in Flash MX 2004, but I'm not
sure how to go about getting the feed and displaying it in a Panel, or
something similar? Any ideas? I have no need to actually capture the
video feed, I just need to show it inside a Panel in my Flex app along
with some Flex functionality.

I think it would have something to do with the mx:MediaDisplay, but
I'm not sure...

Here's what I have in my Flash movie, now how do I do this in Flex?

myCam= Camera.get();
myCam.setMode(800, 400, 20);
myVideo.attachVideo(myCam);

Where myVideo is an EmbeddedVideo. There's no mx:EmbeddedVideo, so I'm
at a loss....

-Josh






Yahoo! Groups Links

Reply via email to