|
|
|
briggs,
I was not able to reproduce this using Flex 201, 3.0, 3.1, 3.2 or 4.0 using Flash Player 10 and IE7/Firefox. Can you tell me which version of the Flex SDK and Flash Player you are using? Peter Flex 4 example:
<?xml version="1.0" encoding="utf-8"?> <FxApplication xmlns="http://ns.adobe.com/mxml/2009"> <Panel title="I'm a SWFLoader Panel"> <SWFLoader source="http://flipside.corp.adobe.com/testing/overlayAd/swfs/text.swf" /> </Panel> </FxApplication> Flex 201/Flex 3.x example:
<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"> <mx:Panel title="I'm a SWFLoader Panel"> <mx:SWFLoader source="http://flipside.corp.adobe.com/testing/overlayAd/swfs/text.swf" /> </mx:Panel> </mx:Application> Looks like this is specific to setting SWFLoader.source from a variable. I've updated the bug with a sample app that demonstrates the problem.
In terms of versions, I'm using: FP 10.0.2.54 Flex SDK 3.2.0 build 3614 Not a regression. Able to repro w/ brigg's code in 201, 3.0, 3.1, 3.2.0.3928, and 4.0.0.3934.
Definitely something strange going on as you can type into the text field if you tab into the control (which oddly doesn't happen for me when i hit Tab, but does work if I hit Shift+Tab). IRB -> Deferred in Flex 4. If this seems to cause more troubles for other customers, we can reconsider looking at this in the future.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
201 Hotfix 3
3.0.0.477
3.1
3.2.0.3817
4.0.0.3934