Is there some other simple method to redirect mouse/keyboard input from one object to an object behind it. I have used mouseEnabled = false where the object in front is only a UIComponent and it works. However mouseEnabled,mouseChildren=false is not working for an SWFLoader.
A:
The answer is actually, that when I added the new object on top, I failed to set the object behind it to be visible, (and non visible object don't recieve input either). So nevermind.
Mark
2009-10-09 19:31:57