A script to close a video.mp4 when it finish to go back on the original page please?
This is the example script:
<li><a href="#"><a href="video/aps_production.mp4"><p>Sharing experience video</p></a></li>
It is for CSS3, HTML5 and JS. (jQuery1.8.2). It is for iPhone.
I’ve searched the net by couldn’t see an obvious one?
Have a look at this page there are some informations.
You could use video.js to make your life easier there is an
endedevent on which you could bind.iOS sadly does not support the fullscreen API.
If you really want to use
ahere is how you could do it.html:
Javascript:
doc for attribute selector
DISCLAIMER: I’ve never use video.js, I’m expecting it to work in this case, I just selected what seems to be the best tool for you. I’ve gave you hotlinks, hosted on CDN, if you are doing a PhoneGap app, replace them by a self hosted version.