2016: Adobe Flash Admob Tutorial:How to make Android apps using Adobe Air and Flash CS6

Toxov 2018-01-20

Views 59

A 15 minute tutorial on how to develop android apps using admob ANE plugin for adobe air and Flash CS6 and above.\r
\r
This video shows you how to publish .apk as well as incorporate ads using only the flash IDE.\r
\r
Check out the App I made during this video for an example.\r
\r
\r
\r
Please help the internet and support my effort by following:\r
\r
Twitter (social bird):\r
@Telicatessin \r
\r
Facebook, for news on app development and overall interesting things.\r
\r
\r
Soundcloud (Strange music):\r
\r
\r
Useful Links:\r
\r
Download Pozirk ANE Plugin:\r
\r
\r
Admob:\r
\r
\r
Google Play Developer Console:\r
\r
\r
*Make sure to create your ad units first in admob otherwise the API will now know what you are talking about*\r
\r
//Add this code to a frame after setting up your stage to add a banner add:\r
\r
_admob.show(YOUR ADMOB CA ID GOES HERE, AdParams.SIZE_SMART_BANNER, AdParams.HALIGN_CENTER, AdParams.VALIGN_BOTTOM);\r
\r
\r
//In order to show an interstitial ad, you must cache it first on a previous frame or sometime before you show it.\r
\r
_admob.cacheInterstitial(Ad ID GOES HERE);\r
\r
//To show interstitial ad unit\r
_admob.showInterstitial()\r
\r
//hide ads\r
\r
_admob.hide();\r
\r
//Link my my Main.as file\r
(\r
\r
//Link to screenshot of my folder structure\r
\r
\r
Thank you again, please subscribe, and comment below for any questions.

Share This Video


Download

  
Report form
RELATED VIDEOS