Hi Dominick,
I ran a test swf from the desktop and got the allow dialog.
Is it possible you have the Remember box checked in the Settings >
Privacy dialog?

If you can get video from the camera and publish it on a stream or
display it in a video area without getting the allow dialog and you
don't have the remember box checked then it sounds like a bug.

Yours truly,
-Brian

Dominick Accattato wrote:

> Brian:
>
> no i had it all setup correctly, but after reading that its supposed to
> work, i started to bang away more.  I realized that the you don't get
> prompted for security at all if you are testing from the local
> filesystem,
> only from an http address did it work propery.  Not sure if this
> intended.
> What do you think?
>
> On 5/7/06, Brian Lesser <[EMAIL PROTECTED]> wrote:
>
>>
>> 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
>> Yahoo! Groups Links
>>
>>
>>
>>
>>
>>
>>
>>
>


--
______________________________________________________________________
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