如何在没有导航栏的网站上嵌入视频(播放暂停等)

发布于 2024-11-26 02:47:52 字数 92 浏览 0 评论 0原文

我需要在我的网站上嵌入视频。持有该内容的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

勿挽旧人 2024-12-03 02:47:52

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..

顾挽 2024-12-03 02:47:52

为什么不使用 youtube 的新 iframe 播放器?当您将鼠标从导航栏移开时,导航栏会隐藏

why not use the new iframe player by youtube? the navigation bar hides when you move away with the mouse from it

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文