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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com