I’m loading swf file from a server. For some reason i can’t access movieclips that are not instantiated on the first frame, more than this - all movieclips that are not instantiated on the first frame and have some animation inside of them, won’t stop looping, like there is no stop() action inside, but it is there. And even more than this - everything works fine when i’m using other server.
Both servers have crossdomain.xml file that looks the same.
I don’t get no crossdomain errors and no other warnings.
I’m using Security.allowDomain(’*’) function in both files.
Any ideas?