how to display admob for ios app?
I am trying to add admob(google ad) in my iphone app. I followed the instruction from "displaying ads" section at http://help.adobe.com/en_US/as3/dev/WS901d38e593cd1bac3ef1d28412ac57b094b-8000.html#WS901d38e593cd1bac-7b2e067c12e72dd6960-8000
But I just got a blank page on my device (iphone 4). If I directly open up adview.html, I could see the banner displayed as "AdMob Test iPhone_JS Web Ad Ads by AdMob".
I did some other tests, like: webView.loadURL("http://www.google.com"); There's no problem to display it, but not working for adview.html.
