Skip to main content
Inspiring
November 15, 2011
Answered

failure to use more than one Native Extension on Flash Develop

  • November 15, 2011
  • 2 replies
  • 3077 views

Hi, I'm dealing with two ANE, one for and one for AdMob and one for Vibration  (the example of Adobe) if I enable both, one of them stops working (Vibration) if tested separately functioning properly. According to the debugger does not find correspondence in native code. I tried to add the SWC in several ways: (Librery, Included External library and library) but I can not make applications run more than one ANE ... What I can do?

This topic has been closed for replies.
Correct answer

Hi:

Which is the platform you are targetting?

the name of Initializer and Finalizer methods(Mentioned in extension.xml) of ANE has to be different for all the native extensions that an application uses.

You can verify the values by extracting extension.xml from .ANE (You can rename it to .zip and extract it)

Library has to be external always(Mention the swc as external library)

2 replies

Known Participant
October 8, 2012

http://lilili87222.github.com/admob-for-flash/

user can show all type of banner ad and full screen(interstitial advertising) ad of admob

user can show landscope and portrait advertising in actionscript 3 mobile application

user can set postion of ad

easy to use

Correct answer
November 15, 2011

Hi:

Which is the platform you are targetting?

the name of Initializer and Finalizer methods(Mentioned in extension.xml) of ANE has to be different for all the native extensions that an application uses.

You can verify the values by extracting extension.xml from .ANE (You can rename it to .zip and extract it)

Library has to be external always(Mention the swc as external library)

undereyesAuthor
Inspiring
November 15, 2011

mmmm, the Initializer and Finalizer methods are not different... give me five minute to test.

I'm working on windows, but ANE it's for iOS