Prevent errors when previewing app including Vibration ANE on desktop
I am making use of Adobe's Vibration ANE. It works fine when I deploy on my device but throws an error when I test my movie in the Flash IDE.
The content cannot be loaded because there was a problem loading an extension: Error: Requested extension com.adobe.Vibration is not supported for MacOS-x86.
This is because desktop isn't supported by the ANE. I am looking for an efficient way of being able to test the rest of my app on desktop and have it include vibration functionality when deploying on my device. I don't want to have to manually remove the ANE each time I test the app on my desktop and add it each time I deploy to my device. Could I, for example, somehow add 'fake' desktop support to the ANE? To clarify, I don't need it to do anything on desktop, I just want to be able to test the rest of my app.
