Hi
MovieA.swf (contains no greensock classes at all)
MovieB.swf (uses TweenMax)
When i load MovieB.swf (online) from MovieA.swf (local) i get some warnings in the FlashEditor output. ( 3 x "MovieB.swf tried to access incompatible context "MovieA.swf")
Using System.security.allowDomain("*") does not solve or affect the problem at all.
Everything works as expected, i just wish to get rid of the warnings.
I'm trying to streamline a small banner production framework for others/colleagues to use, and i'd rather have a "warning-free" setup =)