Hi there,
I have a parent swf called Main.swf that loads a child Registration.swf via a regular loader class then adds it to the stage. This child has a webcam function that captures an image but before that happens it prompts the user for permission to allow the webcam to be turned on.
The problem I’m having is that in my IDE the prompt works like a charm and continues through to capturing image data. When I plop the files on a live server, here: http://tinyurl.com/3yx2fr4 the entire security prompt and the allow/deny buttons are not clickable.
A friend recommended that it’s most likely an issue with how I’m requesting permission from the child, so instead I’m calling an event to the parent telling IT to prompt and still no luck. Having the same issues.
I’m wondering what the heck I might be doing wrong.
Thanks!