[flexcoders] Re: IE8/ActiveX FlashPlayer Bug?

2010-07-02 Thread jamesfin
Follow-up... As a test, I set loadForCompatibility=false. Voila, everything works. This indicates a clear defect in the loadForCompatibility functionality with the ActiveX Flash Player. However, I will no longer be able to use cross-SDK SWF's in parallel. ;( --- In

Re: [flexcoders] Re: IE8/ActiveX FlashPlayer Bug?

2010-07-02 Thread Alex Harui
Is the loaded SWF also built with 3.5? On 7/2/10 10:18 AM, jamesfin james.alan.finni...@gmail.com wrote: Follow-up... As a test, I set loadForCompatibility=false. Voila, everything works. This indicates a clear defect in the loadForCompatibility functionality with the ActiveX Flash

[flexcoders] Re: IE8/ActiveX FlashPlayer Bug?

2010-07-02 Thread jamesfin
Sorry bout that...foo is being passed... var foo:fooEdit = PopUpManager.createPopUp(systemManager.getSandboxRoot(), fooEdit, true) as fooEdit; foo.fooID = 123; PopUpManager.centerPopUp(foo); The loaded SWF is also 3.5. Thanks! --- In flexcoders@yahoogroups.com, Alex Harui aha...@...

Re: [flexcoders] Re: IE8/ActiveX FlashPlayer Bug?

2010-07-02 Thread Alex Harui
Try passing in just systemManager instead of systemManager.getSandboxRoot On 7/2/10 11:11 AM, jamesfin james.alan.finni...@gmail.com wrote: Sorry bout that...foo is being passed... var foo:fooEdit = PopUpManager.createPopUp(systemManager.getSandboxRoot(), fooEdit, true) as fooEdit;

[flexcoders] Re: IE8/ActiveX FlashPlayer Bug?

2010-07-02 Thread jamesfin
Tried this and got the same 1009 error in the same place. --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: Try passing in just systemManager instead of systemManager.getSandboxRoot On 7/2/10 11:11 AM, jamesfin james.alan.finni...@... wrote: Sorry bout

Re: [flexcoders] Re: IE8/ActiveX FlashPlayer Bug?

2010-07-02 Thread Alex Harui
Create the simplest test case you can and if the problem reproduces, file a bug. Note that Adobe is closed next week so we won’t be able to assist you until 7/12. The support folks will be working though. On 7/2/10 3:45 PM, jamesfin james.alan.finni...@gmail.com wrote: Tried this and