harun
20 Feb 2012, 12:10 AM
Is there any way to entagrate videoJS to GXT components.
VideoJS is html5 player http://videojs.com
W (http://videojs.com/)orking html page is too simple
<!DOCTYPE html><html><head> <title>Video.js | HTML5 Video Player</title>
<link href="http://vjs.zencdn.net/c/video-js.css" rel="stylesheet" type="text/css">
<!-- video.js must be in the <head> for older IEs to work. --> <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="640" height="264" poster="http://video-js.zencoder.com/oceans-clip.png" data-setup="{}"> <source src="26.ipad.mp4" type='video/mp4' /> <source src="26.webmvp8.webm" type='video/webm' /> </video>
</body></html>
VideoJS is html5 player http://videojs.com
W (http://videojs.com/)orking html page is too simple
<!DOCTYPE html><html><head> <title>Video.js | HTML5 Video Player</title>
<link href="http://vjs.zencdn.net/c/video-js.css" rel="stylesheet" type="text/css">
<!-- video.js must be in the <head> for older IEs to work. --> <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="640" height="264" poster="http://video-js.zencoder.com/oceans-clip.png" data-setup="{}"> <source src="26.ipad.mp4" type='video/mp4' /> <source src="26.webmvp8.webm" type='video/webm' /> </video>
</body></html>