I have an application with a WPF WebBrowser control which displays a Flash file. The flash file is used for WebCam/Microphone chat. At the moment, everytime the flash is loaded it displays a dialog box asking for permission to use the microphone and camera.
How can I fake a click on the allow button to stop hassling users with this question? Its obviously not possible natively within flash or the WebBrowser, but I think I can send events/messages to the ActiveX object in the WebBrowser control.