hi folks
I am building android app.
I have a problem with loading several .swfs cache. this swf-s have almost same package and class structure/ names.
App stores ActionScript and assets of first loaded swf and when i try to load second swf, anyway it loads first swf.
I used
request.cacheResponse = false; request.useCache = false;
loader.unload(); loader.unloadAndStop(); loader = null;
but no luck, any solutions, suggestions?
thanks