在WordPress中自动播放嵌入代码问题



我想在按word加载页面时自动播放.swf文件这是我的嵌入代码:

<embed src="http://turkchat.nl/newturkchat/turkchat/wp-content/themes/rt_oculus_wp/swf/Ov1.swf"
   type="application/x-shockwave-flash" width="358" height="240" align="middle" 
   name="Ov1/Ov1" autoPlay="1"></embed>

视频正在显示,但不会自动播放。

添加"autoPlay=true"作为参数,这应该有效。 而不是自动播放=1。

最新更新