08-10
22

fscommand命令

fscommand ("fullscreen", "true/false");(全屏设置,TRUE开,FALSE关)
  
fscommand ("showmenu", "true/false");(右键菜单设置,TRUE显示,FALSE不显示)
  
fscommand ("allowscale", "true/false");(缩放设置,TRUE自由缩放,FALSE调整画面不影响影片本身的尺寸)

Read More...

固定链接 | 引用: 0 | 查看次数: 201 | Tags: fscommand
08-10
22

用Flash调用exe文件

1,建立 fscommand 目录,放入 exe 文件;

2,可以在场景建立一个按钮,在按钮的action里写fscommand("exec","file.exe")调用名为file.exe的文件;

3,swf文件做成exe的projector。

Read More...

固定链接 | 引用: 0 | 查看次数: 242 | Tags: exe fscommand