Re: [Flashcoders] FocusManager in External SWF

2008-10-30 Thread Ian Thomas
Never encountered it; but try compiling a reference to FocusManager into swf A. This sometimes solves that sort of odd problem with Adobe code. i.e. in SWF A, something like: import fl.managers.FocusManager; : // in class def private static var _dummy:FocusManager; On Thu, Oct 30, 2008 at

[Flashcoders] FocusManager in External SWF

2008-10-29 Thread Daniel Boey
Hi people, I was able to get FocusManager to work properly in let's call it, SWF B. But when I load SWF B into SWF A, I get an error, TypeError: Error #1009: Cannot access a property or method of a null object reference. at fl.managers::FocusManager/activate() at

[Flashcoders] FocusManager in External SWF

2008-10-29 Thread Daniel Boey
Hey people, Light please? -- Forwarded message -- From: Daniel Boey [EMAIL PROTECTED] Date: Wed, Oct 29, 2008 at 11:30 PM Subject: FocusManager in External SWF To: flashcoders@chattyfig.figleaf.com Hi people, I was able to get FocusManager to work properly in let's call