Probably an odd question, but I am looking at a project whereby a user is asked a series of questions. One of the questions could be to watch a video, then make a next button appear to watch the next section of video.
Some of the users will have iPads so this rules out Flash I guess?
Any ideas what the best approach might be?
Thanks
The HTML5 video tag lets you track the playback location. You could use this to figure out when they have finished the video and then display the ‘next’ button. The tag can tell you how long the video is so you’ll know when its done.