如何使用 swfobject 指定液体布局?
swfobject.embedSWF("flash/main.swf", "myContent", "100%", "100%"...
事实证明上述方法不起作用,我如何指示 swfobject 我希望 swf 尽可能宽/高?
swfobject.embedSWF("flash/main.swf", "myContent", "100%", "100%"...
It turns out the above doesn't work,how can I instruct to swfobject that I want the swf to be as wide/high as possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它需要的不仅仅是在 SWFObject 中设置 100%...您必须相应地调整页面的 HTML 和 CSS。
请参阅http://learnswfobject.com/advanced-topics/100 -width-and-height-in-browser/ 用于说明和示例
it takes more than setting 100% in SWFObject... you have to adjust your page's HTML and CSS accordingly.
see http://learnswfobject.com/advanced-topics/100-width-and-height-in-browser/ for instructions and examples