2008/6/24 Gen <[EMAIL PROTECTED]>: > 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.
Gen - it shouldn't generate an error to have exactly the same class in parent and child swfs. It's much more likely that you're either hitting an ApplicationDomain issue of some sort (or a security error). The two SWFs should be in the same application domain and security sandbox (however you achieve that - I've no idea what your setup is). Ian _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

