标签: actionscript-3 flash
我可以在位置c:\ windows \ system32 \ osk.exe上将应用程序作为OnScreenKeyboard调用吗? 我尝试过fscommand,但失败了......谢谢
答案 0 :(得分:1)
包fscommand()中存在flash.system所以称之为
fscommand()
flash.system
fscommand("exec", "c:\windows\system32\osk.exe");
由于安全问题,在浏览器中运行Flash时,这不起作用。
更多详情here