微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

IMDB 预告片仅适用于某些视频

如何解决IMDB 预告片仅适用于某些视频

我希望能够在网页中嵌入一些 IMDb 预告片。我发现这个 stock IMDb tool 甚至可以为您生成嵌入代码...

生成代码如下所示:

<iframe src="https://www.imdb.com/video/imdb/vi1462938649/imdb/embed?autoplay=false&width=480" width="480" height="270" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" frameborder="no" scrolling="no"></iframe>

然后我认为通过更改 iframe 源中的 vi9999999999 参数,我可以将任何其他预告片嵌入我的网站...错误...一些视频播放正常,而其他视频则抱怨关于 x-frame-options: sameorigin 指令/政策生效...

如果它根本不起作用,我完全可以理解...但是为什么它对某些视频有效,而在其他一些视频上却不起作用?

从下面的 iframe 集合中,其中 50% 有效,而另外 50% 无效...

<iframe src="https://www.imdb.com/video/imdb/vi2945515801/imdb/embed?autoplay=false&amp;width=640" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" scrolling="no" width="640" height="360" frameborder="no"></iframe>

<iframe src="https://www.imdb.com/video/imdb/vi1627823385/imdb/embed?autoplay=false&amp;width=640" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" scrolling="no" width="640" height="360" frameborder="no"></iframe>

<iframe src="https://www.imdb.com/video/imdb/vi2117384985/imdb/embed?autoplay=false&amp;width=640" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" scrolling="no" width="640" height="360" frameborder="no"></iframe>

<iframe src="https://www.imdb.com/video/imdb/vi3812212505/imdb/embed?autoplay=false&amp;width=640" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" scrolling="no" width="640" height="360" frameborder="no"></iframe>

<iframe src="https://www.imdb.com/video/imdb/vi1341915417/imdb/embed?autoplay=false&amp;width=640" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" scrolling="no" width="640" height="360" frameborder="no"></iframe>

<iframe src="https://www.imdb.com/video/imdb/vi4036933145/imdb/embed?autoplay=false&amp;width=640" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" scrolling="no" width="640" height="360" frameborder="no"></iframe>

<iframe src="https://www.imdb.com/video/imdb/vi1726152985/imdb/embed?autoplay=false&amp;width=640" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" scrolling="no" width="640" height="360" frameborder="no"></iframe>

<iframe src="https://www.imdb.com/video/imdb/vi4059824409/imdb/embed?autoplay=false&amp;width=640" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" scrolling="no" width="640" height="360" frameborder="no"></iframe>

<iframe src="https://www.imdb.com/video/imdb/vi719454489/imdb/embed?autoplay=false&amp;width=640" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" scrolling="no" width="640" height="360" frameborder="no"></iframe>

<iframe src="https://www.imdb.com/video/imdb/vi1392427289/imdb/embed?autoplay=false&amp;width=640" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" scrolling="no" width="640" height="360" frameborder="no"></iframe>

我对此完全感到困惑。任何人都可以对此有所了解吗? TIA

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐


Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其他元素将获得点击?
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。)
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbcDriver发生异常。为什么?
这是用Java进行XML解析的最佳库。
Java的PriorityQueue的内置迭代器不会以任何特定顺序遍历数据结构。为什么?
如何在Java中聆听按键时移动图像。
Java“Program to an interface”。这是什么意思?