|
Home > Archive > Macromedia Flash Server > November 2005 > detecting if camera is allowed before asking the user
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
detecting if camera is allowed before asking the user
|
|
| Baudouin, Onno 2005-11-13, 5:45 pm |
| Got a simple issue:
i upload live video to a server. needless to say the security thing pops up to allow access to camera.
i now wanna be able to detect wether or not this will do it to begin with or not (ie is there a way for flash client to find out if the security thing will be displayed, so i can add a nice 'warning messager with explenation in my app'...
can't get anything to work...
thx for answering previous questions btw.
| |
| abrar ahmed 2005-11-14, 2:45 am |
| Hi,
You can check like
if (cam_array.length>1)
{
System.showSettings(3);
}
Regards,
Abrar.
On 11/14/05, Baudouin, Onno <O.P.Baudouin-jaN14CXMxB61Qrn1Bg8BZw@public.gmane.org> wrote:
>
> Got a simple issue:
>
> i upload live video to a server. needless to say the security thing pops
> up to allow access to camera.
>
> i now wanna be able to detect wether or not this will do it to begin with
> or not (ie is there a way for flash client to find out if the security th=
ing
> will be displayed, so i can add a nice 'warning messager with explenation=
in
> my app'...
>
> can't get anything to work...
>
> thx for answering previous questions btw.
>
>
>
> =3D-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>
>
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|
|
|
|
|