English 中文(简体)
• 如何在视频开端时立即隐藏对JWPlayer或Player的控制线
原标题:How to immediately hide control bar on either JWPlayer or FlowPlayer as video starts

我有一个录像,我需要立即在我一页装满时开始玩弄(那是一件容易的事)。

我还可以设置视频控制条码,以自动取而代之,但我喜欢先看不到,因为它在录像开始时确实看上去了迷惑。

(我也是我自己的州,与录像中各节相对应,但我仍然喜欢人们看到进步的节奏,如果他们翻播的话。)

我试图看看看JWPlayer和流程扮演者,两者都有汽车控制条,但两者都在开端展示。

是否有办法不首先在其中任何一方——或其他一些行为者——展示控制屏障?

最佳回答

OK I 找到了JWPlayer的答复:

http://www.longtailvideo.com/support/forums/jw-player/player-development-and-customization/12868/hide-controlbar-time-idle”rel=“noreferer”>

添加“控制区”:真是闪var

var player = jwplayer("ANIM_INTRO1").setup(
    {
        flashplayer: "/content/jw5.4/player.swf")",
        file: "test/FULL-VIDEO.f4v",
        streamer:   rtmp://flvstream.example.com/cfx/st ,
        autostart: true,
        height: 242, width: 555,
        "controlbar.idlehide": true,
    }

这似乎只是最近才增加的,因为我还发现一些较早的员额(在同一处),抱怨说这是可能的,有编码可以向来文方发送。

问题回答

暂无回答




相关问题
Need help to create playlist from DB for JW Player

I m thinking of using JW Player to show some videos. Currently I m using this test XML file which works great. But now I need to change this with data from a database. First I thought I could output ...

Help! Validation issue with slideshow?

Hi I m trying to validate my website but it complains about my slideshow Is this because its using html? Should I ignore it? validator link <embed src="http://artygirl.co.uk/imagerotator/...

javascript flashvar question with JW Player

I don t know if I ll be able to get this answer here, but I m trying to get the JW Player to toggle between high and low quality settings. Here is my code: <script type="text/javascript"> var ...

JW Player - Video works in chrome, not firefox or IE

See working link. On the homepage I have two videos (#intro_video & #video_container) which under chrome I have no problems, but in firefox and IE the video doesn t play. It s loading the preview ...

JW Player problems

Havin problems with the JW player on here ferrazzilimoct dot com Pause button doesnt seem to work, and player doesnt work in some browsers either, here is the code: <script type= text/javascript ...

JWPlayer playing video

I am currently using JWPlayer to play FLV video on a web page. How do I seek to specific parts of the video: (a) While it is playing? (b) Before it has loaded? Generally speaking - what is the best ...

jwplayer and tinymce

I would like to get jw player to play nicely with tinymce. Currently, tinymce just strips the embed code out, or converts it to ... which breaks it. first aim is to even allow the jw player code a ...

热门标签