Skip to content

Instantly share code, notes, and snippets.

View darkredz's full-sized avatar

Leng Sheng Hong darkredz

View GitHub Profile
@darkredz
darkredz / gist:3116153
Created July 15, 2012 10:07
UIWebView Native Extension Example
var nativeWeb:UIWebView = new UIWebView();
nativeWeb.stage = stage;
nativeWeb.viewPort = new Rectangle(0, 0, 600, 400);
nativeWeb.loadAppBundleAsset('test.html');