Skip to main content
Inspiring
June 14, 2012
Question

ADL + Flash cs6 + Native extension

  • June 14, 2012
  • 3 replies
  • 1544 views

Top of the morning to you.

I finally got around to trying Flash cs6 with a native extension. I chose the vibration example from Adobe.

While it works on my android device, I do not know how to test in ADL. When I test movie I get:

Test Movie terminated.

The content cannot be loaded because there was a problem loading an extension: Error: Requested extension com.adobe.Vibration is not supported for Windows-x86.

Even with no code at all, just having the ane and swc liked causes this.

Is there anything I can do besides unlink them when testing movie?

Thanks

This topic has been closed for replies.

3 replies

User Unknow
Legend
June 15, 2012

In the editor you must comment all links in yout AS3 and remove link from as3 publish config or you will get that ...om.adobe.Vibration is not supported for Windows-x86.

boat5Author
Inspiring
June 15, 2012

the code i dont mind, but that sucks you have to remove it from publish each time. I guess if the .ane author allows it to run on the desktop (but doesnt try to vibrate :) ) , that would be the way to go perhaps

June 15, 2012

Its definitely the best way to provide a default AS only implementation in the ANE so that the app using the native extension can fallback to the default AS only implementation if a native library for that platform is not defined.

We will work towards modifying the extensions available at: http://www.adobe.com/devnet/air/native-extensions-for-air.html