Hi, > The Ardisia example sizing problem feels like a SecurityDomain issue. > After you force a resize with the divided box, the app scales down to fit > instead of resizing. Third-party content may not size correctly unless > “import loaded” which I don’t think is the default.
Tour De Flex uses mx:SWFLoader to load content and doesn't set trustContent (which defaults to false) so I believe that means that content isn't being "import loaded". [1] Setting it to true would make it "import load" but that has other implications. (see line 1896 of SWFloader.as which sets the loaded contents securityDomain to be the.current domain) Scale content default s to true [2] so I'm not sure that explains the odd clipping. Thanks, Justin 1. http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf619ab-7ff0.html 2. http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/controls/SWFLoader.html