我正在寻找简单的javascript功能,点击播放youtube视频全屏。不使用youtube api。工作正常。但我不想使用youtube api。我想在点击事件播放全屏视频上使用纯JavaScript。
1. Leading space to its superview
2. Trailing space to nearest label
3. Add the constraint Vertically in container
4. Set Width constraint
5. Set height constraint.
答案 0 :(得分:0)
试试这个旧学校代码:
<object width="640" height="390">
<param name="movie"
value="https://www.youtube.com/v/atI4JKFQYoU"></param>
<param name="allowScriptAccess" value="always"></param>
<embed src="https://www.youtube.com/v/atI4JKFQYoU"
type="application/x-shockwave-flash"
allowscriptaccess="always"
width="2000" height="1000"></embed>
</object>
不是javascript,而是你可以在此基础上构建的东西
答案 1 :(得分:0)