html5无法嵌入youtube视频

时间:2013-12-06 04:55:06

标签: html5

我正在使用Aptana studio 3,我正在尝试嵌入Youtube视频。我看过三个Youtube教程都向我展示了相同的方法。但是当我加载网页时,我得到“无法找到文件或目录”。视频应该在哪里。

<div class ="center">
            <iframe width="420" height="315" src="//www.youtube.com/embed/JijNVImAGSc" frameborder="0" allowfullscreen></iframe>
        </div>

班级“中心”只是,

.center{
            text-align: center; 
        }

我已尝试使用多个视频,结果相同。

此外,我收到一个警告符号,它说“iframe专有属性”allowfullscreen“。我不确定这是否有帮助,但我试图删除该部分代码,但没有帮助。

2 个答案:

答案 0 :(得分:3)

请将src属性更改为src="http://www.youtube.com/embed/JijNVImAGSc"

答案 1 :(得分:0)

YouTube iFrame

<iframe width="420" height="345"
src="http://www.youtube.com/embed/XGSy3_Czz8k">
</iframe>

YouTube内嵌式

<embed
width="420" height="345"
src="http://www.youtube.com/v/XGSy3_Czz8k"
type="application/x-shockwave-flash">
</embed>