Re: [web2py] html5 background video script

2012-07-06 Thread howesc
i use jPlayer and it's timing events to track a variety of statistics around audio that i play. i suspect it works just as well for video. On Thursday, July 5, 2012 3:01:46 AM UTC-7, encompass wrote: > > There are usually javascript plugins that you can have handle any > function you like when

Re: [web2py] html5 background video script

2012-07-05 Thread Jason Brower
There are usually javascript plugins that you can have handle any function you like when the video ends... Never used this but a quick google lead me to here... http://jplayer.org/latest/developer-guide/#jPlayer-events Notice it has event handling for when the video has ended. BR, Jason On 07/05

[web2py] html5 background video script

2012-07-05 Thread lucas
hello one and all, i am good with server-side processing. very new to client-side java script stuff. i think this idea requires that; please give me your best advice. client loads a page that contains html5 video. user hits play on one of the videos on the page and is watching it. what is t