使 swf 视频适合 100% 页面宽度
Im testing (at school) and trying to achieve the same page as this I want to know which size should I make the swf file (to look like the above link) and make it fit 100% width of the screen?
thanks
Sarah
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将
放入
div
中。根据需要设置div
的height
和width
并将100%
分配给height
和对象的宽度
。Put your
<object></object>
in adiv
. Setheight
andwidth
ofdiv
as you want and assign100%
toheight
andwidth
of the object.