从我看过,大多数在Flex中使用Javascript的例子都是针对完整的桌面版本(或浏览器)而不是Flex移动设备。
例如,在Flex移动项目中使用 ExternalInterface 会出现错误:
Error: Error #2067: The ExternalInterface is not available in this container.
ExternalInterface requires Internet Explorer ActiveX, Firefox, Mozilla 1.7.5 and
greater, or other browsers that support NPRuntime.
问。是否可以在Flex移动项目中调用Javascript(例如Google Maps Javascript API)?
答案 0 :(得分:1)
您可以在StageWebView组件加载的html(本地或远程)中使用javascript函数。通过URL传递你想要的任何参数:index.html?param = value。
移动配置文件不支持ExternalInterface。