如何通过 getURL() 操作在独立 Flash 播放器中打开 swf 文件?
我想在 flash 中打开一个单独的 swf 文件,但默认情况下,它会在浏览器中打开 swf。我希望此文件在独立播放器中打开,而不是在浏览器中打开。我怎样才能实现这个目标?现在我正在使用 getURL() 操作。是否有单独的函数用于在指定的文件路径中打开文件?
谢谢
I would like to open a separate swf file from with in flash, but by default, it opens the swf in a browser. I would like this file to open in a stand alone player not in the browser. How can I achive this? Right now I'm using the getURL() action. Is there a separate function for opening a file at a specified filepath?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您希望它在新的 Flash Player 中打开,我有根据的猜测是:不可能。
但是如果您希望它在同一个窗口中打开,这是可能的,但我猜这不是您想要的。
If you want it to open in a new Flash Player my educated guess would be: not possible
If however you wish it to open in the same window that's possible, but I'm guessing that's not what you want.