如何在没有导航栏的网站上嵌入视频(播放暂停等)
我需要在我的网站上嵌入视频。持有该内容的 Div 的大小为 152/107 px。这就是为什么我想让导航栏(播放、停止、暂停)底部条不可见。
是否可以 ?
I need to embed video on my site. Div which holds that has got 152/107 px. That why I would like to make navigation bar (play, stop, pause) bottom strip invisible.
Is it possible ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将 controls=0 添加到视频网址。
没测试过,但是看了API,看来是对的。
另外,这里是所有 YouTube 播放器参数的链接(自动播放、允许全屏等..)
http://code.google.com/apis/youtube/player_parameters.html
注意如果您希望拥有真正的自定义播放器。那么也许 jwplayer 是您的最佳选择..
Add controls=0 to video url.
Didn't test it, but reading the API, then it seems to be the right thing.
Also, here is a link for all the youtube player parameters (autoplay, allow fullscreen etc..)
http://code.google.com/apis/youtube/player_parameters.html
NOTE If you wish to have truly custom player. Then maybe jwplayer is your best choice..
为什么不使用 youtube 的新 iframe 播放器?当您将鼠标从导航栏移开时,导航栏会隐藏
why not use the new iframe player by youtube? the navigation bar hides when you move away with the mouse from it