Unclickable right-click settings menu - Mac OS X
Hi all,
When using Air 3+, on Mac OS X, the settings menu is unclickable. This happens when you load SWF flash content into <mx:HTML.
The example below demonstrates the bug.
<?xml version="1.0" encoding="utf-8"?>
<s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx">
<fx:Declarations>
<!-- Place non-visual elements (e.g., services, value objects) here -->
</fx:Declarations>
<mx:HTML width="100%" height="100%" location="http://www.testwebcam.com/webcam.swf" />
</s:WindowedApplication>
Thanks in advance.
