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.
精彩评论