Javascript to flash communication

后端 未结 6 951
清歌不尽
清歌不尽 2021-02-06 05:59

I am trying to call a Actionscript function from javascript but I am having problems in Internet Explorer. I am using Swiff.remote in mootools 1.2.1 to call the actionscript fun

6条回答
  •  青春惊慌失措
    2021-02-06 06:34

    If your code works in all browsers except Internet Explorer, it's a good bet that it's because the Flash Player for IE is an ActiveX plugin. I read somewhere that ActiveX communicates in .NET format and Flash's external API communicates in XML.

    I'm also trying to learn Javascript-Flash communication on Internet Explorer, so I'll keep you folks posted on what I learn.

提交回复
热议问题