Flex / Flash - 如何在没有浏览器控制栏或菜单的浏览器窗口中打开 .swf?
标题本质上是一个问题,如何在没有浏览器控制栏垃圾的情况下打开.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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 javascript open 函数来做到这一点。
请参阅此处:http://www.javascripter.net/faq/openinga.htm
会是类似
希望有帮助的东西。
You can do that with the javascript open function.
See here : http://www.javascripter.net/faq/openinga.htm
It will be something like
Hope that was helpful.
当浏览器获得焦点时,按
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.