Why Flash call External interface not longer called in IE11?

徘徊边缘 提交于 2019-12-13 06:39:40

问题


I have this snippet:

<object id="myMovie" name="myMovie" type="application/x-shockwave-flash" width="100%" height="100%" data="swf/myMovie.swf">
    <param name="movie" value="swf/myMovie.swf" />
    <param name="allowFullScreen" value="true" />
</object>

and I use :

myMovie.doAction("hello world");

Which works great in FF, Chrome, IE9,IE10 but not in... IE11 ! Nothing happens !

What is wrong with that syntax on IE11 ?


回答1:


I have the same issue , upgrade flush plugin to recent version (13) . code work us it should be .



来源:https://stackoverflow.com/questions/23478690/why-flash-call-external-interface-not-longer-called-in-ie11

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!