一位家庭成员要求我修复他们的网站,但由于我不在Flash工作,我不确定如何解决问题。
该网站使用的是Wordpress 3.2.1并使用在CS5中创建的两个小.swf文件 - 这些文件都不会在Chrome 11或13中加载。他们在Firefox / Safari / IE中测试所有现代版本。我一直在寻找答案,但似乎这个问题可能对每个地方环境都是普遍存在的。也许这里有人有修复?
这是网站:www.countdowntoday.com
这是索引页面中的代码:
<object width="400" height="320">
<param name="movie" value="countdown.swf">
<embed src="<?php bloginfo('template_directory'); ?>/flash/countdown.swf" width="400" height="320">
</embed>
</object>
任何建议都将不胜感激。
答案 0 :(得分:0)
我认为问题在于value="countdown.swf"
和src="<?php bloginfo('template_directory'); ?>/flash/countdown.swf"
指向不同的地方。
将value
属性更改为与src
相同,并且应该有效。
另外,请查看本指南,以便正确嵌入Flash文件http://latrine.dgx.cz/how-to-correctly-insert-a-flash-into-xhtml