腾讯视频嵌入网页的方法 腾讯视频嵌入网页代码
Posted 兔斯基
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了腾讯视频嵌入网页的方法 腾讯视频嵌入网页代码相关的知识,希望对你有一定的参考价值。
首先,提供一个腾讯视频嵌入网页代码。我们只需替换这段代码的一部分就可以了。
<p style="text-align: center"><iframe class="video_iframe" style="z-index:1;" src="http://v.qq.com/iframe/player.html?vid=t01662frswa&width=500&height=375&auto=0" allowfullscreen="" frameborder="0" height="375" width="500"></iframe></p>
找到一段腾讯视频,比如地址:
http://v.qq.com/boke/page/d/0/i/d0163kxz8di.html
这是一段《工业机器人工作场景》的视频,将这个网址的蓝色部分,替换到上面给出的代码中的红色部分,就可以了。
最终效果为:
<p style="text-align: center"><iframe class="video_iframe" style="z-index:1;" src="http://v.qq.com/iframe/player.html?vid=d0163kxz8di&width=500&height=375&auto=0" allowfullscreen="" frameborder="0" height="375" width="500"></iframe></p>
很简单吧!
下面是腾讯视频嵌入网页的效果:
以上是关于腾讯视频嵌入网页的方法 腾讯视频嵌入网页代码的主要内容,如果未能解决你的问题,请参考以下文章