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 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 fl.managers::FocusManager()
    at class::SWF_A()

This is baffling me, apparently it's dying out at the constructor of SWF B
itself right after I instantiate with

focusManager:FocusManager = new FocusManager(this);

Works just splendid in SWF B on its own, allowing me to go to
NextFocusManagerComponent and all. I don't get it, can anybody shed some
light on this?

-- 
Thanks & Best regards,
Daniel Boey
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to