I checked in some updates to the jplayerview, the test case in test/html5/appj.lzx works now for me in safari (native html5 player) and firefox (fallback to flash). It has simple playback, pause, volume, and time update events.
There's some funny stuff going on with the timing when the player initializes, I see some onabort events being fired. I'll have to make another pass over that. I had put in some delays to deal with the native HTML5 player element but they may not be needed now that we're using jplayer. I'm getting an ipad this week, so can test on that. I'm working from http://www.jplayer.org/latest/developer-guide/ and there are a bunch of API calls that need to be added, but basic testing can be done. I didn't put in anything to display the built-in jplayer controls yet, that would require a little bit of css. The fullscreen option doesn't exist apparently, but I imagine the jplayer people are working on it. On Mon, Jan 24, 2011 at 2:29 PM, Henry Minsky <[email protected]>wrote: > Can you figure out if there is any standard way to expand the jPlayer to > full screen ? I know that only some native HTML5 video > players implement this feature (webkit does, with their own extension to > the HTML5 API). > > > > -- > Henry Minsky > Software Architect > [email protected] > > > -- Henry Minsky Software Architect [email protected]
