fuknbob / flash-videoio

Automatically exported from code.google.com/p/flash-videoio
0 stars 0 forks source link

Deny Permission Event Not Fired #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Place Control in DIV on Page
2. Load Page
3. Flash Component Dialog Appears
4. Click radio button "Allow"
5. See event fired, video appears in window
6. BEFORE clicking the Flash "Close" button, change "Allow" radio button 
selection to "DENY"
7. No event fired - Video on window "freezes", but component is not updated to 
"know" that it shouldn't do anything.  For instance, getFramerate() starts at 
0, select "Allow", getFramerate() is 12, change to "Deny", getFramerate() still 
shows 12.

What is the expected output? What do you see instead?
Maybe publish a "denied" event or wait until user closes Flash permissions 
dialog and publish an event then?

What version of the product are you using? On what operating system?
Latest.  Windows 7, Chrome (latest)

Original issue reported on code.google.com by scohen28...@gmail.com on 2 Aug 2012 at 2:54