如何隐藏 HTML 中嵌入的 Flash SWF 对象后面的文本
我正在尝试在 HTML 上的嵌入式 Flash swf 文件后面显示自定义文本。我使用 SWFObject 嵌入。
目的是在未安装 Flash 播放器时显示自定义文本。 这也可能对不识字的网络爬虫有所帮助。
谢谢!
I am trying display customized text behind my embedded Flash swf file on HTML. I embed using SWFObject.
The purpose is to show the custom text whenever Flash player is not installed.
This might also help with the flash illiterate web-crawlers.
thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
SWFObject 已经为您提供了在未安装 Flash 时显示替代内容的选项。
http://code.google.com/p/swfobject/wiki/documentation
查找“第 1 步:使用符合标准的标记嵌入 Flash 内容和替代内容”部分
SWFObject already gives you the option to show alternative content when Flash is not installed.
http://code.google.com/p/swfobject/wiki/documentation
Look for the section "STEP 1: Embed both Flash content and alternative content using standards compliant markup"