|
Project Information
Links
|
22/11/2011 New Version 1.0 Beta 3, Added Basic examples, Adobe Docs, fixed some bugs StageWebViewBridgeStageWebViewBridge is an extended version of flash.media.StageWebView.
By example you can call javascript from as3 // call javascript with callack function
webView.call('someFunctionToCall', callBackFunction, ...arguments );
// reference local resources in a easy way
<img src="appfile:/image.png">DownloadsLattest swc swc StageWebViewBridge27.zip is meant to be used with AIR 2.7 or LOWER. StageWebViewBridge_svn ... .zip is meant to be used with AIR 3.0 or HIGHER. Asdocs Download the documentation here Examples You can download the examples here Avaliable wiki pagesManage local resources and cache: CacheFileSystem Usage: Usage Communication between as3 and javascript and vice versa: Communication Load local files and reference resources: ContentLoading The StageWebViewBridge Class: StageWebViewBridgeClass The StageWebViewDisk Class: StageWebViewDiskClass |