Hi Dominick,
You have to attempt to access the video stream from the camera using an
attachCamera() method before you get the popup settings dialog. For example:

_camera = Camera.getCamera();
if(_camera){
   _outStream.attachCamera(_camera);
   _video.attachCamera(_camera);
}

So as soon as _outStream.attachCamera(_camera); is called the dialog
will pop up.
If you removed the _outStream.attachCamera(_camera); call, then
_video.attachCamera(_camera);  would also make the popup appear.

Yours truly,
-Brian


Dominick Accattato wrote:

> Beta2
>
> I can't get the dialog box to pop up asking if I want to access my
> camera.
> Is this known?
>


--
______________________________________________________________________
Brian Lesser
Assistant Director, Teaching and Technology Support
Computing and Communications Services
Ryerson University
350 Victoria St.
Toronto, Ontario                   Phone: (416) 979-5000 ext. 6835
M5B 2K3                            Fax: (416) 979-5220
Office: AB48D                      E-mail: [EMAIL PROTECTED]
(Enter through LB66)               Web: http://www.ryerson.ca/~blesser
______________________________________________________________________



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to