我有一个录像,我需要立即在我一页装满时开始玩弄(那是一件容易的事)。
我还可以设置视频控制条码,以自动取而代之,但我喜欢先看不到,因为它在录像开始时确实看上去了迷惑。
(我也是我自己的州,与录像中各节相对应,但我仍然喜欢人们看到进步的节奏,如果他们翻播的话。)
我试图看看看JWPlayer和流程扮演者,两者都有汽车控制条,但两者都在开端展示。
是否有办法不首先在其中任何一方——或其他一些行为者——展示控制屏障?
我有一个录像,我需要立即在我一页装满时开始玩弄(那是一件容易的事)。
我还可以设置视频控制条码,以自动取而代之,但我喜欢先看不到,因为它在录像开始时确实看上去了迷惑。
(我也是我自己的州,与录像中各节相对应,但我仍然喜欢人们看到进步的节奏,如果他们翻播的话。)
我试图看看看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,
}
这似乎只是最近才增加的,因为我还发现一些较早的员额(在同一处),抱怨说这是可能的,有编码可以向来文方发送。
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 ...
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/...
The playlist loads every time in FF but only the first time in IE (6-8), after that only randomly. If I alert the error that s thrown I get "TypeError: playerReady is undefined". My code looks good ...
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 ...
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 ...
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 ...
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 ...
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 ...