开发者

Calling actionscript2.0 method from javascript

How to call AS2 method from Javascript?

开发者_开发百科

Without ExternalInterface use.


if (window.actionScript2) {
    var AS2 = new window.actionScript2;
    // use AS2
}

Just wait for me to implement a browser that has the window.actionScript2 property.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜