简体   繁体   English

vimeo html 5播放器未显示

[英]vimeo html 5 player not showing

Anyone have an idea? 有人有主意吗?

I am using this http://vimeo.com/api/docs/player#universal 我正在使用此http://vimeo.com/api/docs/player#universal

on a right click on the player i only see the flash in my own embed code using their universal player. 在播放器上单击鼠标右键,我只能看到使用其通用播放器在自己的嵌入代码中的闪光灯。 This si what I have: 这就是我所拥有的:

 <iframe src="http://player.vimeo.com/video/<?php the_field('vimeo'); ?>" width="692" height="389" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>

Testing with latest chrome. 使用最新的镀铬进行测试。

The Vimeo universal player will detect what capabilities your browser has and will fallback to either the HTML5 player or the Flash player depending on which capability you are missing. Vimeo通用播放器将检测您的浏览器具有什么功能,并根据缺少的功能退回到HTML5播放器或Flash播放器。

If your browser supports both players, it will use the type of player that you have chosen to use on the Vimeo site for all embedded videos in other sites. 如果您的浏览器支持两种播放器,它将使用您在Vimeo网站上选择用于其他站点中所有嵌入式视频的播放器类型。 By default (or if you don't have a Vimeo account) the Flash player will be displayed. 默认情况下(或如果您没有Vimeo帐户)将显示Flash播放器。

So in summary it is dependantly firstly on your browser capability and secondly on your preference with the Vimeo site. 因此,总而言之,它首先取决于您的浏览器功能,其次取决于您对Vimeo网站的偏好。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM