I tried to use admob ANE from this link:
https://code.google.com/p/flash-air-admob-ane-for-ios-and-android/
Followed the instructions, load up the ane file and put the code :
var admob:Admob=Admob.getInstance();//create a instance
admob.setKeys("a152834c2b8cce6");//set admob appid
admob.showBanner(Admob.BANNER,AdPosition.BOTTOM_CENTER);//show banner with relation position
but it seem that flash cannot load the ane properly. Error :
Scene 1, Layer 'Layer 6', Frame 1, Line 15 1046: Type was not found or was not a compile-time constant: Admob.
Scene 1, Layer 'Layer 6', Frame 1, Line 15 1120: Access of undefined property Admob.
Scene 1, Layer 'Layer 6', Frame 1, Line 17 1120: Access of undefined property Admob.
Scene 1, Layer 'Layer 6', Frame 1, Line 17 1120: Access of undefined property AdPosition.
Im using flash cs6 with air sdk 4.0, am i missing anything?
