I´m getting this error when I try to load a local html on StageWebViewBridge container:
Error #2044: Unhandled ErrorEvent:. text=Load error.
code:
private function onDiskCacheEnd( e:StageWebviewDiskEvent ):void{
bridge = new StageWebViewBridge( 0, 0, 1280, 720 );
bridge.loadLocalURL('applink://index.html');
...
index.html is located in www folder.
Thanks!
Never actually tried this, but the documentation (https://code.google.com/p/stagewebviewbridge/wiki/ContentLoading) only uses a single slash.
So instead of: 'applink://index.html'
the docs use: "applink:/index.html"