开发者

Video embed flashing

Can anyone help me with this video embed and tell me why it's flashing instead of playing the video?

http://www.seilingsfloors.com/dvd/

开发者_StackOverflow中文版

Update: I have verified that the .flv file is the correct size and am still experiencing the issue.


Your video squeeze.flv is file corrupt. As it is only 25kB long chances are it has been severely truncated on upload.


It looks like you're missing something like this:

 <param name="src" value="video_to_play.swf" />

or that you're missing the embed tag which could be something like this:

 <embed name="csSWF" src="video_to_play.swf" width="640"
                height="499" bgcolor="FFFFFF" quality="best"
                allowscriptaccess="always" flashvars="csConfigFile=file=squeeze.flv"
                pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?
                P1_Prod_Version=ShockwaveFlash"></embed>

Good luck!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜