Hi.

I have a Shell.swf that loads a Game.swf into a seperate ApplicationDomain. Whenever I pass objects between the two Domains I get an error saying it cant cast the object type. Obviously this is because the two SWF files are loaded into seperate ApplicationDomains and therefore each contain their own definition of the object types == Object types do not compare and cant be cast.

Is there any fix to this issue or do I simply have to use the passed objects in an un-typed manner like treating events as Object - thereby loosing the benefits of having stong typing.

Been reading quite a bit about this and just thought it would be interesting to hear your thoughts on this.

Thanks in advance