JW播放器嵌入的Flash播放器不能正常播放 [英] JW Player embedded flash player not playing properly

查看:176
本文介绍了JW播放器嵌入的Flash播放器不能正常播放的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

问题:当我按播放音频开始,但视频不。



CODE:

 <!DOCTYPE HTML PUBLIC / W3C // DTD HTML 4.01 Transitional // EN> 
< html xmlns =http://www.w3.org/1999/xhtml>
< head>

< title> JW Flash for Flash< / title>

< / head>< body>

< script type =text / javascriptsrc =swfobject.js>< / script>
< script type =text / javascript>
swfobject.registerObject(player,9.0.98,expressInstall.swf);
< / script>

< object id =playerclassid =clsid:D27CDB6E-AE6D-11cf-96B8-444553540000name =playerwidth =468height =262>
< param name =movievalue =player-licensed.swf/>
< param name =allowfullscreenvalue =true/>
< param name =allowscriptaccessvalue =always/>
< param name =flashvarsvalue =file = Bioshphere-Museum-of-Water.flv& image = preview.jpg/>
< object type =application / x-shockwave-flashdata =player-licensed.swfwidth =468height =262>
< param name =movievalue =player-licensed.swf/>
< param name =allowfullscreenvalue =true/>
< param name =allowscriptaccessvalue =always/>
< param name =flashvarsvalue =file = video.flv& image = preview.jpg/>
< p>< a href =http://get.adobe.com/flashplayer>获取Flash< / a>观看此视频。< / p>
< / object>
< / object>
< / body>
< / html>

实例: http://solomongiles.com/mediamar/readme.html



解决方案?


使用这里找到的脚本 http://www.walkernews.net/2008/01/11/how-to-embed-flv-flash-in-wordpress-或者-html / ,新玩家。它在IE中工作。我还在size参数之后添加了allowfullscreen =trueallowsscriptaccess =always。在IE中播放,但没有全屏。帮助,如果你可以请。


PROBLEM: when i press play the audio starts but the video does not.

CODE:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<title>JW Player for Flash</title>

</head><body>

<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
    swfobject.registerObject("player","9.0.98","expressInstall.swf");
</script>

<object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="468" height="262">
    <param name="movie" value="player-licensed.swf" />
    <param name="allowfullscreen" value="true" />
    <param name="allowscriptaccess" value="always" />
    <param name="flashvars" value="file=Bioshphere-Museum-of-Water.flv&image=preview.jpg" />
    <object type="application/x-shockwave-flash" data="player-licensed.swf" width="468" height="262">
        <param name="movie" value="player-licensed.swf" />
        <param name="allowfullscreen" value="true" />
        <param name="allowscriptaccess" value="always" />
        <param name="flashvars" value="file=video.flv&image=preview.jpg" />
        <p><a href="http://get.adobe.com/flashplayer">Get Flash</a> to watch this video.</p>
    </object>
</object>
</body>
</html>

LIVE EXAMPLE: http://solomongiles.com/mediamar/readme.html

Solutions?

解决方案

Use the script found here, http://www.walkernews.net/2008/01/11/how-to-embed-flv-flash-in-wordpress-or-html/, with new player. It works in IE. I've also added allowfullscreen="true" allowsscriptaccess="always" after the size parameters. Plays in IE but no full screen. Help with this if you can please.

这篇关于JW播放器嵌入的Flash播放器不能正常播放的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆