Skip to content

Instantly share code, notes, and snippets.

@marchbold
Last active August 29, 2015 14:25
Show Gist options
  • Save marchbold/086e08c163c79511d765 to your computer and use it in GitHub Desktop.
Save marchbold/086e08c163c79511d765 to your computer and use it in GitHub Desktop.
Capture the WebView as BitmapData
// Here we assume you have previously created a webView and loaded some content
var bd:BitmapData = new BitmapData( webView.width, webView.height );
webView.drawViewPortToBitmapData( bd );
// com.distriqt.NativeWebView
@marchbold
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment