Wednesday, September 10, 2014

Play HTML5 video in IE9

Play HTML5 <video>  in IE9




Step1 : Add the below meta tag in our html or jsp page.


            <meta http-equiv="X-UA-Compatible" content="IE=Edge"/> 

Step 2:  Add your video content into page


    <video width="320" height="240"
        src="<c:url value='/resources/video/text_video.mp3'/>" controls>
        Your browser does not support the video tag.
    </video>




No comments:

Post a Comment