赞
踩
Regarding the Youtube API Blog they are experimenting with their new HTML5 Video Player.
Apparently to play a video in html5, you have to use the iframe embedding code :
src="http://www.youtube.com/embed/VIDEO_ID" frameborder="0">
But if the client has not joined the HTML5 Trial, the player will automatically fall back into the flash player even if the client's browser is HTML5 video capable.
How to force the HTML5 video playback if the browser supports it, even if the users are not yet involved in the HTML5 Trial?
Otherwise how to disable the flash fallback?
EDIT:
It's possible to force HTML player through links to Youtube Video, but I need this kind of feature for embedded videos.
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。