Im building an HTML5 webapp using the new video tag. I use most of the new features but some of them are not implemented yet and I could use the old QT/JS API.
Apple provides documentation for that : http://developer.apple.com/library/safari/#documentation/QuickTime/Conceptual/QTScripting_JavaScript/bQTScripting_JavaScri_Document/QuickTimeandJavaScri.html#//apple_ref/doc/uid/TP40001526-CH001-SW5
but this is only vor object or embed tags. Do you know if there is a way to do it using the video tag ?
(the whole purpose of my request is to catch the event on iOS where the user can actually press play on a video)