Hello everybody,
I’ve written some code for a small webcam application. It’s working well within Flash, there are just some minor adjustments I’d like to make to ‘fine tune’ the application.
Let me explain the issue:
- I have a button on screen, to call/activate the webcam.
- When that button is clicked, (you guessed it) it activates the webcam.
- It also displays two new buttons on stage (Click and Cancel)
- A warning msg pops up, asking you to Allow/Deny flash webcam access.
- If I click Deny, the Two new buttons on stage (Click and Cancel), remain there.
So what I’d like to do, is to display Click and Cancel, only if the user allows webcam access.
How can I go about this?
Thanks!