Skip to content

Instantly share code, notes, and snippets.

@darkredz
Created July 15, 2012 10:28
Show Gist options
  • Save darkredz/3116198 to your computer and use it in GitHub Desktop.
Save darkredz/3116198 to your computer and use it in GitHub Desktop.
Change AS3 URI Scheme for UIWebView
//set as3 uri scheme, you can change the default behavior as3:functionName:params
nativeWeb.as3FuncUrlScheme = 'air'; //air:funcName:paramIfAny
nativeWeb.as3FuncUrlScheme = 'wooohooo'; //woohooo:funcName:paramIfAny
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment