Re: Web Kit - playing HTML5 video in a separate window
Re: Web Kit - playing HTML5 video in a separate window
- Subject: Re: Web Kit - playing HTML5 video in a separate window
- From: Jens Alfke <email@hidden>
- Date: Mon, 12 Dec 2011 16:19:23 -0800
On Dec 9, 2011, at 9:23 PM, Nick wrote:
> This is what I'd like to have - to be able to play video in a
> window/fullscreen, preferably having my own movie controls (similar to
> iPhone's ones).
You’re going to have to do something like intercepting the click on the video, finding the URL of the movie, and opening up your own HTML-based UI with player controls around a <video> tag pointed at the same movie. The only tricky part seems to be intercepting the click, but I believe there are WebView delegate methods (or override points) to handle that. You might try asking on the webkitsdk-dev list.
—Jens_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden