I’m developing a js application on a CE-HTML browser based television.
So I have limited options and no documents for the browser, but it’s modified version of webkit or similar to webkit I assume.
I can use the object tag for videos, but how can I get the events of this object. Is there any way of it? For example finished, buffering etc.
<object type="video/mp4" id="myvid" data="myvideo.mp4" width="640" height="480"></object>
Should you still need it;) Hope it helps!
edit:
Of course you need to add breaks and all the code, but here is the way to handle mentioned events it.