is it possible to open external swf in new flash player with AS3 or AS2?

心不动则不痛 提交于 2019-12-13 04:24:55

问题


is it possible to open external swf in new flash player with AS3 or AS2? I've been searching everywhere for this, but most of what i found is that it's loading into new browser tab not other flash player.


回答1:


There is no function to execute a new Flash Player.

If you think in this way: Flash Player is an executable in visitor's computer. If you can launch Flash Player, you can launch any executable you want. This causes security problem.

Therefore, you can't launch a new Flash Player.




回答2:


fscommand(exec) only works with Windows Projector(exe) File, not SWF.



来源:https://stackoverflow.com/questions/14993871/is-it-possible-to-open-external-swf-in-new-flash-player-with-as3-or-as2

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