Posted on 2008-09-24 17:45
Ben仔 阅读(1553)
评论(1) 编辑 收藏 引用 所属分类:
c++
c++端:
CallFunction("
Hello,Flash");
flash端的代码:
function test(result:Object):Void
{
trace("call: "+result+"");
}
flash.external.ExternalInterface.addCallback("test", this, test);
//需要flash8.0或者更高版本...