html5 video player
问题 <!DOCTYPE html> <html> <head> <link href="http://vjs.zencdn.net/c/video-js.css" rel="stylesheet" type="text/css"> <script src="http://vjs.zencdn.net/c/video.js"></script> </head> <body> <video id="example_video_1" class="video-js vjs-default-skin" controls preload="none" width="340" height="264" poster="http://video-js.zencoder.com/oceans-clip.png" data-setup='{"controls":true}'> <source src="http://video-js.zencoder.com/oceans-clip.mp4" type='video/mp4' /> <source src="http://video-js