Author: andre Date: 2010-03-12 21:45:07 +0100 (Fri, 12 Mar 2010) New Revision: 41361
Modified: openimages/trunk/src/main/webapp/oiplayer/index.html Log: added extra attr classes to video tag Modified: openimages/trunk/src/main/webapp/oiplayer/index.html =================================================================== --- openimages/trunk/src/main/webapp/oiplayer/index.html 2010-03-12 20:43:59 UTC (rev 41360) +++ openimages/trunk/src/main/webapp/oiplayer/index.html 2010-03-12 20:45:07 UTC (rev 41361) @@ -18,7 +18,8 @@ <h2>Example video: Storm</h2> <div id="clientcaps"> </div> <!-- div#clientcaps is needed for Java detection in MSIE --> - <video controls="controls" poster="http://www.openimages.eu/images/18489/WEEKNUMMER364-HRE0000D9C6.png"> + <video class="oip_ea_duration_101 oip_ea_start_0" + controls="controls" poster="http://www.openimages.eu/images/18489/WEEKNUMMER364-HRE0000D9C6.png"> <source type="video/ogg; codecs=theora" src="http://www.openimages.eu/files/09/9734.9730.WEEKNUMMER364-HRE0000D9C6.ogv"> </source> <source type="video/mp4; codecs=unknown" src="http://www.openimages.eu/files/09/9740.9730.WEEKNUMMER364-HRE0000D9C6.mp4"> </source> </video> @@ -27,7 +28,7 @@ </p> <p> This video on Open Images <a href="http://www.openimages.eu/media/9728/Storm">http://www.openimages.eu/media/9728/Storm</a>. - I copied the video-tag and added a poster attribute to the tag. OIPlayer 'attaches' itself + I copied the video-tag and added a poster attribute to it. OIPlayer 'attaches' itself basically on all video and/or audio tags it encounters. Besides general configuration it uses for each invidivdual tag its attributes like poster, width, controls, autoplay etc. </p> _______________________________________________ Cvs mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/cvs
