flex与js进行交互主要用到ExternalInterface.call("getTreeData",""); 其中getTreeData是js中的方法。

后面的参数是按js中的参数个数来传入的。

相关文章: