- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想在 Bootstrap 中嵌入一个 youtube 视频 one page scroll网页,正好在 carousel视频 slider 。
我的 Chrome 和 Firefox 都有问题(使用 Safari 没问题)。
这是我的代码:
<section class="videos">
<div class="container">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel" data-interval="false">
<!-- Indicators -->
<ol class="carousel-indicators" style="top:125%">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
</ol>
<div class="carousel-inner" style="top:100px;">
<div class="item active">
<div style="text-align:center;">
<iframe width="853" height="480" src="http://www.youtube-nocookie.com/embed/XXXX?rel=0" frameborder="0" allowfullscreen></iframe>
<div class="carousel-caption">
</div>
</div>
</div>
<div class="item">
<div style="text-align:center;">
<iframe width="853" height="480" src="http://www.youtube-nocookie.com/embed/XXXX?rel=0" frameborder="0" allowfullscreen></iframe>
<div class="carousel-caption">
</div>
</div>
</div>
</div>
Blocked a frame with origin "https://www.youtube-nocookie.com" from accessing a frame with origin "http://www.domain.com". The frame requesting access has a protocol of "https", the frame being accessed has a protocol of "http". Protocols must match.
Uncaught Error: Error calling method on NPObject.
最佳答案
我建议您对要嵌入网站的视频使用对象,而不是 iframe。它具有更好的独立于网络浏览器的行为,并且可以与其他支持共享的视频提供商(dailymotion、vimeo)一起使用
<embed width="756" height="461" style="display: block;" src="http://www.youtube.com/v/nlcIKh6sBtc?autohide=1&version=3?autohide=1&version=3&autoplay=1" type="application/x-shockwave-flash" bgcolor="#000000" scale="scale" allowfullscreen="true" salign="tl" allowscriptaccess="never" wmode="opaque">
关于html - Youtube 嵌入 iframe,使用 Chrome 我得到一个黑框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21272085/
在我的 iOS 8 应用程序 (Swift) 中,我设置了一个 Storyboard,如下所示: 但是,当我运行该应用程序时,我得到类似于以下结果的内容: 请注意左上角和右上角的图像未按预期显示。此外
我正在使用这个 https://github.com/makovkastar/FloatingActionButton我项目中的 FloatingActionButtons 库。 在一些较小的设备上,
我正在尝试使用:“ffmpeg_extract_subclip” 来提取部分视频。 我面临着一些问题: 1.当我剪辑一个小视频(1-3 秒)时出现黑帧,只有音频在工作。2.当我切割较长的视频时,输出视
我目前正在尝试像这样使用 AVMutableComposition 将 5 个视频背靠背放置: [mixComposition insertTimeRange:CMTimeRangeMake(kCMT
我正在使用 Xamarin Forms 创建 iOS 应用程序。仅在 iOS 11 上,应用启动画面中间有一个黑框而不是图像。我不知道它是否相关,但是当我们更改手机上的语言以测试本地化时,这个问题开始
我是一名优秀的程序员,十分优秀!