Flash 对象的后备图像
如果我想要一个图像来显示此闪存是否无法加载,我该怎么做?
<object width="574" height="143">
<param name="movie" value="/upload/attachments/1391/139130/iphone_banner.swf">
<embed src="/upload/attachments/1391/139130/iphone_banner.swf" width="574" height="143">
</embed>
</object>
If i want a image to show if this flash cannot be loaded how do i do that?
<object width="574" height="143">
<param name="movie" value="/upload/attachments/1391/139130/iphone_banner.swf">
<embed src="/upload/attachments/1391/139130/iphone_banner.swf" width="574" height="143">
</embed>
</object>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将
object
标签包装在div
中,并将background-image
应用于div
。CSS:
HTML:
You could wrap the
object
tag in adiv
and apply abackground-image
to thediv
.CSS:
HTML: