Question:Suppose we have two swf's named Parent.swf and Child.swf (in the same domain), where the Child.swf is loaded inside the Parent.swf as a module, can an Event listener be registered in the Parent.swf to detect mouse click events inside the Child.swf?
A Yes, for any event
B Yes, but only for MouseEvent.CLICK
C No, events that occur in the Child.swf do not propagate outside that swf
D None of these
+ AnswerA
+ Report