使用 flash CS4 运行外部 exe

发布于 2024-10-19 07:04:26 字数 112 浏览 3 评论 0原文

我需要使用 Adob​​e Flash AS3 启动外部 exe(用 C++ 编写)。

我尝试过使用 fscommand 并将外部 exe 放在文件夹“fscommand”中,但它似乎不起作用。

I need to launch an external exe (written in C++) using Adobe Flash AS3.

I have tried using fscommand and placing external exe in a folder "fscommand", but it doesn't seem to work.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

与风相奔跑 2024-10-26 07:04:26

您可以使用 AIR 2 SDK、使用带有受信任安装程序的 AIR 应用程序来执行此操作,但使用独立的 Flash 播放器则无法做到这一点。

幸运的是,将代码转移到 AIR 可能不需要太多工作。 :)

You can do this with the AIR 2 SDK, using an AIR app with a trusted installer, but it is not possible with the standalone flash player.

Fortunately, it probably won't take much work to move your code over to AIR. :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文