我使用的开发工具:Adobe Flash Builder 4.6;
当我将' examplecallbackfunctions ?.html'移动到在线服务器并尝试使用:
加载它时webView.loadURL("http://192.168.1.101/MapTest/ExampleBasic.html");
html页面出现,但当我按下callAS3Function按钮时,我得到以下错误:
ReferenceError吗?:找不到变量:StageWebViewBridge?callAs3Funciton在http://www.myserver.com/ExampleCallBackFuncions.html: 14点击http://www.myserver.com/ExampleCallBackFuncions.html: 27
创建flex移动项目是如何交互的,我不能总是交互?
谢谢,
您需要包含项目:
http://code.google.com/p/stagewebviewbridge/似乎缺少StageWebViewBridge.js
文件
当我们使用stagewebviewbridge时,我们应该在我们的。html文件中包含stagewebviewbridge .js文件,因为,通过。js文件我们可以在as3和js之间进行通信。因此,您可以将.js文件的位置包含在。html文件中。
您最好将.js文件作为[MapTest]目录的一部分,或者从http://code.google.com/p/stagewebviewbridge/