AIR 应用程序和 Flash Player 应用程序之间的 LocalConnection
我正在尝试连接 AS2(使用 Flash CS4 的 Flash 播放器上的 swf)和 AS3(使用 Flash Builder 4 的 AIR 上的 swf),但当我从 AIR 应用程序发送命令时收到错误:
[StatusEvent type="status" bubbles=false cancelable=false eventPhase=2 code=null level="error"]
如何调试?
I'm trying to connect a AS2(swf on Flash player using Flash CS4) and AS3(swf on AIR using Flash Builder 4), but I get an error when I send a command from the AIR app:
[StatusEvent type="status" bubbles=false cancelable=false eventPhase=2 code=null level="error"]
How can I debug this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最近我也尝试了as3和as2之间的LocalConnection,但运气不佳。然后我找到了 Grant Skinner 的 SWFBridge 课程,它们为我工作。
Recently I tried LocalConnection between as3 and as2 too with little luck. Then I found SWFBridge classes by Grant Skinner, and they worked for me.