We're writing an extension for Google Chrome, which only consists of inserting a Flash object in the HTML content. This FLash object generate public external events that can be trapped in JavaScript. Events are correctly trapped if in a normal HTML page, but inside the Chrome extension, it doesn't work.
It's like Chrome is blocking any events generated from a Flash application when inside an extension. Even if I set "allowScriptAccess" to "always", it's doesn't work.
Anyone has seen this behavior and did you found a fix?