从任何视频共享中嵌入视频 [英] Video embedding from any video sharing

查看:72
本文介绍了从任何视频共享中嵌入视频的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我必须设计一个Web应用程序,如果您从任何视频共享站点(例如 Youtube, Metacafe等)粘贴特定视频页面的链接,则应将该视频嵌入到页面中。简而言之,我被要求做的是我必须在页面中嵌入任何站点的视频。

I have to design a web app where if you paste the link of particular video page from any video sharing site like "Youtube", "Metacafe" etc it should embed that video in the page. In simple words, what I was asked to do is that I have to embed a video from any site in my page.

谢谢。 :)

推荐答案

您可以尝试以下方法:

<iframe height="500" width="500" scr="http://www.youtube.com/embed/videoidentificationnumber/"></iframe>

不要这样做:

<object scr="http://www.youtube.com/embed/videoidentificationnumber"></object>

您需要确保当您单击提交按钮时,它会从结尾获取标识号并将其放在videoidentificationnumber指定的位(我不知道如何)。

You will need to make sure that when you click the submit button it gets the identification number from the end and putting it in the bit specified by videoidentificationnumber (I dont know how though).

这篇关于从任何视频共享中嵌入视频的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆