如何将参数传递给 Flash 投影仪 (Windows)?

发布于 2024-07-26 01:44:52 字数 169 浏览 5 评论 0原文

有什么方法可以将命令行参数传递到 Windows 中的 Flash 投影仪吗? 我有另一个应用程序(在本例中为安装程序)需要与 Flash 投影仪通信(与 flashvars 的工作方式相同)。 我无法在网上找到任何信息(一切似乎都集中在使用 FSCommand 参数来执行未来的投影仪,这无助于我调用原始投影仪)...

Is there any way to pass command line parameters to a Flash projector in Windows? I have another application (in this case, an installer) that will need to communicate to a Flash projector (the same way flashvars work). I wasn't able to find any information online (everything seems to be focused on using FSCommand parameters for executing future projectors, which doesn't help me with calling the original one)...

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

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

发布评论

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

评论(3

哭泣的笑容 2024-08-02 01:44:52

只是对此进行说明。 您可以将参数传递给独立的 Flash 播放器。 我创建了一个像这样的 .bat 文件,它的工作原理就像一个魅力:

flashplayer_10_sa.exe aFlashFile.swf?param=value?otherparam=othervalue

您可以从 adobe 下载独立播放器:
http://www.adobe.com/support/flashplayer/downloads.html

just a note on this. you can pass parameters to the standalone flash player. i created a .bat file like this, which works like a charm:

flashplayer_10_sa.exe aFlashFile.swf?param=value?otherparam=othervalue

you can download the standalon player from adobe:
http://www.adobe.com/support/flashplayer/downloads.html

趁年轻赶紧闹 2024-08-02 01:44:52

如果您在 HTTP 服务器后面提供文件,则假设 http://domain.com/main。 swf,您可以选择“从投影仪打开 URL”选项,然后将 flashvars 与 URL 一起传递,如下所示:

http://domain.com/main.swf?var1=value1&var2=value2

If you have the file served behind an HTTP server, let's say http://domain.com/main.swf, you can choose the option Open URL from the projector and pass the flashvars along with the URL like so:

http://domain.com/main.swf?var1=value1&var2=value2
哆啦不做梦 2024-08-02 01:44:52

我相当确定标准 Flash 投影仪无法做到这一点。 然而,其他第三方包装器(例如 MDM 的 Zinc 或 NorthCode 的 SWFStudio)可能提供该功能。

I'm fairly sure that standard Flash projectors can not do this. However, other third party wrapper's such as MDM's Zinc or NorthCode's SWFStudio may offer that functionality.

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