is it possible to open external swf in new flash p

2019-09-16 20:02发布

问题:

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.