使用 Flash 投影仪作为自动运行界面的替代方案?
我接受了为可分发 CD 创建自动运行安装程序的任务,并认为我会使用 Flash 来挑战该任务。在以前版本的 flash 中,可以使用 fscommand 和欺骗来运行其他本地 exe 文件,但由于病毒创建者和其他原因,这已被重新设计并完全破坏以供其他人使用。
因此,作为一名 Flash 开发人员,我在这方面遇到了一些困难,并且正在询问任何人可能有的替代想法?我对学习新语言/程序持开放态度,并且希望了解知情人士的任何专家建议。
正如需要哪些功能的提示: 带有简单图形/按钮的 GUI 能够启动外部 exe/pdf 文件 必须能够编译为 exe,可以由任何 Windows 计算机启动,而无需安装第三方软件(例如 Java)。
我想到的唯一简单的解决方案是制作一个 html 页面,但使用浏览器是我想避免做的事情!
请帮忙:)
基督徒
I have been given the task of creating an Autorun installer for a distributable CD, and thought I would challenge the task with Flash. In previous versions of flash it was possible to use fscommand and trickery to run other local exe files, but due to virus creators and what-not, this has been reworked and totally destroyed for others to use.
So as a Flash developer I have hit a bit of a brick wall with this, and am asking out for any alternative ideas anybody may have? I am quite open with learning new languages/programs, and would like any expert advice from people in the know.
Just as a heads up for what features are required:
GUI with simple graphics/buttons
Ability to launch external exe/pdf files
must be able to be compiled to an exe, which can be launched by any windows machine without installing third party software eg Java.
The only simple solution I have thought of is making an html page, but using a browser is something I want to avoid doing!
Please Help :)
Christian
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您愿意,您可以继续自由使用 Flash。有很多投影仪工具,例如northcode swf studion、Zink、mProjector 等。您还可以使用任何生成 Windows 可执行文件的系统编程语言创建您自己的工具 - 您唯一需要的就是创建 Flash Player 的 ActiveX 实例并设置简约的 API 以允许 Flash 调用所需的系统功能。
You can continue using flash freely if you want. There is a bunch of projector tools like northcode swf studion, Zink, mProjector and others. You can also create your own tool using any system programing language that produces windows executable - the only thing you will need - is to create an ActiveX instance of Flash Player and set up minimalistic API to allow Flash call required system functions.