Flex / Flash - 如何在没有浏览器控制栏或菜单的浏览器窗口中打开 .swf?

发布于 2024-09-29 05:31:06 字数 49 浏览 3 评论 0原文

标题本质上是一个问题,如何在没有浏览器控制栏垃圾的情况下打开.swf?并最大化窗口?

The title essentially is the question, how do I open the .swf without the browser's control bar junk? and maximize the window?

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

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

发布评论

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

评论(2

且行且努力 2024-10-06 05:31:06

您可以使用 javascript open 函数来做到这一点。

请参阅此处:http://www.javascripter.net/faq/openinga.htm

会是类似

window.open('yourswf','window name','width=500,height=500,toolbar=0,resizable=0,location=0...');

希望有帮助的东西。

You can do that with the javascript open function.

See here : http://www.javascripter.net/faq/openinga.htm

It will be something like

window.open('yourswf','window name','width=500,height=500,toolbar=0,resizable=0,location=0...');

Hope that was helpful.

淑女气质 2024-10-06 05:31:06

当浏览器获得焦点时,按 alt 键。这应该会弹出文件菜单。或者您可以将 swf 拖放到浏览器上。

在 Windows 上,您可以右键单击 SWF 文件,然后从菜单中单击“打开方式”。然后您可以选择您的浏览器。如果您的浏览器没有出现在菜单中,请单击“选择程序..”并从那里选择它。

不确定这是否是您想要从问题中得到的。

When the browser has focus, press the alt key. This should bring up the file menu. Or you can drag and drop the swf onto the browser.

On windows, you can right click the SWF file and click "open with" from the menu. You can then select your browser. If your browser does not show up in the menu click "choose program.." and selected it from there.

Not sure if this is what you wanted from your question.

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