如何将大型 Flash 横幅添加到我的 Wordpress 博客顶部?
我不知道是否可以将 Flash 横幅添加到 Wordpress 主题中...理想情况下,该横幅始终位于网站的标题中。 关于我如何实现这一目标有什么想法吗?
I don't know if it is possible to add a Flash banner into a Wordpress theme... Ideally, this banner would be in the header of the site always. Any ideas on how I might accomplish this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,这很有可能。 我建议使用 swfobject 将当前标头替换为 Flash 影片。 这样,对于每个缺乏适当 Flash 播放器的人来说,它都会优雅地降级,并且您还可以获得适当的 google 索引的好处。
Yes, it's very much possible. What I would recommend is to use swfobject to replace the your current header with a Flash movie. This way it will degrade gracefully for everyone that lacks a proper flash player, and also you get the benefit of proper google indexing.
您需要编辑包含您的横幅的相应 .php 文件(我不知道您使用的是哪个版本的 WordPress)。
不过,该代码将占用大量资源且丑陋。
You need to edit the corresponding .php file that contains your banner (I don't know what version of WordPress you're using).
The code will be resource-intensive and ugly, though.