开发者

Calling actionscript2.0 method from javascript

开发者 https://www.devze.com 2023-01-31 01:23 出处:网络
How to call AS2 method from Javascript? 开发者_开发百科Without ExternalInterface use.if (window.actionScript2) {

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

精彩评论

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