lichess/admob-for-flash
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
admob for actionscript(as3) application
admob for flash is a lib for user want to add advertising in their air iOS mobile application.
it content all type of banner advertising and type of full screen. and more,user can set position ,set ad for landscape or portrait. and it is ease to use in flash builder.
qq讨论群:56892018
home page
http://lilili87222.github.com/admob-for-flash/
android version
http://code.google.com/p/flash-for-mobile/
download
https://github.com/lilili87222/admob-for-flash/tarball/master
e.
var ad:Admob=Admob.getInstance();
if(ad.isSupported){
ad.setUnitId(gid);
ad.isTesting=true;
ad.setAdType(AdType.kGADAdSizeBanner);
ad.setPosition(0,100);
ad.setIsLandscape(true);
ad.addToDisplayList();
ad.refresh();
}