I need your help
my problem:
I have a file in animate cc that loads an external swf using this code
PHP Code:
stop();
var myloader:Loader = new Loder();
var url:URLRequest = new URLRequest("myswf.swf");
myloader.load(url);
myloader.x=0;
myloader.y=0;
addChild(myloader);
When i test my project in animate , the file is working fine
But when I export the file to Android and test the file, I find the flash does not stop and works repeatedly
i tested an other code
PHP Code:
var context:LoaderContext = new LoaderContext();
context.allowCodeImport = true;
Hey, I made this cross scripter, took very long studying:
so basically the child swf can control the parent swf functions, and vice versa, and the child swf can even be loaded from a url with the same access features.
For the iphone, they didn't allow cross-scripting, no swf shows up but with new updates theres a small chance they allow it now, really small. Because when I upload to the apple store they decompile the swf binaries for security checks, and when dealing with new swfs being loaded from a website it is dangerous. They don't want unexpected hacks that can take the users personal data/modify the iphone os from new scripts which is why everyone probably gets the iphone because they don't want surprises, but maybe they should accept it like the android. dont use someone because you have them on lock, trust the maker you are dealing with.
I would like to thank you
but I tried to apply my file but it did not work for me.
The last request, please,
this is my file, can you program it for me and send me the files