Hi, I have a external.swf set up with custom event firing after certain process. I tried to capture the event in the parent.swf but it fires "TypeError: Error #1034: Type Coercion failed: cannot convert". sample.events::[EMAIL PROTECTED] を sample.events.TestEvent.
So I guessing, having same namespace/class name in parent and child swf will generate an error. I tried changing the ApplicationDomain but that didn't help either. Is there anyway to solve this or should i just simply give up casting it and set the listeners function's argument type to flash.events.Event.? Thanx in advance! Gen _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

