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?
AYes, for any event
BYes, but only for MouseEvent.CLICK
CNo, events that occur in the Child.swf do not propagate outside that swf
DNone of these
Note: Not available