Hi,
I have to say I didn't post on this forum for a while. So I have one problem AS3 related.
I want to play some of my games locally. So I made AIR container and load swf files from remote host.
Everything is OK but I have problems with animation and dynamic classes.
Let's say in my swf I have MovieClip related with Class Symbol (created in Flash IDE). Class Symbol have some addFrame Script() methods. When I load that swf from remote URL Symbol class isn't recognized. When I load same file from localhost, everything is OK. So, I suppose it's some ApplicatioDomain issue but I'm not sure. Any clue?