Hi Nimisha I think it still got some issue there, here is what i got FYI : i'm on winx64 test on device tab3 x86 atom with AIR13.76 source to reproduce ANE : https://github.com/freshplanet/ANE-Alert/ Worker : http://esdot.ca/site/2012/intro-to-as3-workers-hello-world and put both in constructor both working but not together, simply comment //AirAlert.getInstance().showAlert("My title", "My message", "OK", myCallback1); is working without error throw but actaully all ane i've will throw error eventually after try to alloc ANE weird part of this issue is only first alloc ANE will broken but other ANE alloc after that will be fine e.g. // this one will throw error new OtherANE(); // this one will working fine AirAlert.getInstance().showAlert("My title", "My message", "OK", myCallback1); in short yes, ANE is working yes, Worker is working yes, ANE is embed and not throw error until alloc yes, any ANE will get this error eventually after alloc no, Worker not working after error no, i didn't try to create Worker from other swf yet yes, error throw incorrect line, don't bother with it, like i said only alloc ANE is enough to produce this error. workaround don't alloc ANE and Worker in constructor together, let worker do their job for a while and then alloc ANE really later do tell me if you want to me to file to bug base. ref : http://sleepydesign.blogspot.com/2014/03/ane-daily-pitfall-ane-and-worker-dont.html Thanks
... View more