如何将参数传递给 Flash 投影仪 (Windows)?
有什么方法可以将命令行参数传递到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
只是对此进行说明。 您可以将参数传递给独立的 Flash 播放器。 我创建了一个像这样的 .bat 文件,它的工作原理就像一个魅力:
您可以从 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:
you can download the standalon player from adobe:
http://www.adobe.com/support/flashplayer/downloads.html
如果您在 HTTP 服务器后面提供文件,则假设 http://domain.com/main。 swf,您可以选择“从投影仪打开 URL”选项,然后将 flashvars 与 URL 一起传递,如下所示:
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:
我相当确定标准 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.