Tag: video

  • Detect HTML5 video’s events

    With the new HTML5 tag “video” many things are changed. Using this tag is very easy. Notwithstanding retrieving its events it’s not simple. So let’s start with a simple example to understand them. First of all let’s start with this HTML code: <video id=”video” src=”video.m4v” width=”300″ height=”150″></video> <ul> <li>Saved Position: <span id=”cp”></span></li> <li>Current Position: <span […]

    READ MORE