摘要: 转载自http://www.blogjava.net/Alpha/archive/2009/06/27/284373.htmlFlex中As调用Js的方法是: 1、导入包 (import flash.external.ExternalInterface;) 2、使用ExternalInterface.call("Js函数名称",参数)进行调用,其返回的值就是Js函数所返回的值Js调用As的方法是: 1、导入包 (import flash.external.ExternalInterface;) 2、在initApp中使用ExternalInterface.addCallba 阅读全文
posted @ 2013-08-19 13:46 牧之丨 阅读(363) 评论(0) 推荐(0) 编辑