calling a Flash ExternalInterface with JavaScript

后端 未结 4 499
一个人的身影
一个人的身影 2020-12-22 01:23

I\'m trying to call a function declared with ExternalInterface in a Flash swf, using JavaScript. It worked once, but all of a sudden, it stopped working.

I have a d

4条回答
  •  天涯浪人
    2020-12-22 02:08

    Check out ExternalInterface.marshallExceptions. It should allow you to see more details about the error.

提交回复
热议问题