I gave it a thought. I can check for the app platform in actionscript and handle it. But the problem is, I am not able launch the app at all. Only when app gets launched, I could have checked for platform and executed relevant code.
It has something got to do with extensions node in app.xml file I reckon, as Alex mentioned, but it's isn't working for some reason. Don't know why. On Tue, Nov 26, 2013 at 2:45 PM, Tom Chiverton <[email protected]> wrote: > On 26/11/2013 05:57, Deepak MS wrote: > >> The content cannot be loaded because there was a problem loading an >> extension: Error: Requested extension com.xyz.ane.ANEZip is not supported >> for Windows-x86." >> > Why don't you have the app check the platform, and if it's not the right > one for the ANE fall back to doing it in ActionScript or some other way > that will work in the simulator (such as already unpacked files) ? > There's plenty of things in flash.system.Capabilities to use for this. > > > Tom >
