如何更改 html 中的 swf 文件尺寸...?
我刚刚仅使用 AS3 构建了一个 Flex 应用程序..生成的 swf 将与浏览器窗口一样扩展..我希望减小 swf 文件的尺寸...有什么想法吗?谢谢..
I just built a flex applcation with AS3 only.. the generated swf will expand as much as browser's window..I wish to reduce the dimension of swf file...any ideas?? Thanks..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能需要指定 swf 尺寸,例如:
如果您直接在浏览器中查看它,则应将 swf 嵌入 html 文档并指定 swf 的尺寸。
如果这是面向公众的网站,我建议使用 SwfObject.js。或者,如果您不熟悉 Javascript,您可以使用对象标签:
You may need to specify your swf dimensions eg:
If you're viewing it directly in your browser, you should embed your swf inside an html document and specify the dimensions of your swf.
If this is for a public facing website, I'd recommend using SwfObject.js. Or if you aren't comfortable with Javascript you can use the object tag: