Hi,
I have a HTML 5 video tag in a page,
Play/ Pause for the video is working in Chrome/Firefox, But in case of I.E. it does not work.
The code is:
<video style="width:100%; height:100%" class="videoPlayer" controls="controls" runat="server" id="video1" onclick="this.play();"></video>
Do I need to add extra code for Play/Pause for I.E.?
Thanks,
Vinay