rainbowcreatures / FlashyWrappers

AIR / Flash video recording SDK
17 stars 10 forks source link

ANE Structure #16

Open mspdevelopers opened 7 years ago

mspdevelopers commented 7 years ago

The ANE structure is separated by platform, it could be helpful if we can merge the mobile ANE in one that supports: Android-ARM Android-x86 iOS-ARM iOS-x86

Another ANE for Desktop, supporting: Windows-x86 Windows-x64 MacOS-x86 MacOS-x64

And if it's possible each ANE has a fallback to the flash-player swc, so we have to set the bridge swf by default and it will use it by context.

So at the end we can have only one application.xml that includes the ANE for mobile and it supports the flash-player fallback too.

rainbowcreatures commented 7 years ago

Yeah it would be great to merge into single ANE...see my previous answer though.