I would like to play a video from inside the rendered page with an iPhone/Safari.

When I put a <video>, it's always opened and played in a separate full-screen Quicktime window. Is there a way to play the video directly from the page?

(a similar question http://stackoverflow.com/questions/751627/iphone-play-video-not-in-full-screen-mode suggests it's not possible)

link|improve this question

75% accept rate
feedback

2 Answers

up vote 2 down vote accepted

Yes, it's possible to play video within the browser, but as you said, in the Quicktime fullscreen application, and the HTML5 sound API is not available (in iPhone OS 3.x).

But in the coming iPhone OS 4, it will be possible (used for iAd), so you will have to wait until this summer (or play with the beta SDK now).

link|improve this answer
not sure you can - just tried several html5 video sites on the iphone from safari and they all opened in the player? see; kaltura.org/apis/html5lib/kplayer-examples/Player_Themable.html youtube.com/watch?v=C3vhV13O13o sublimevideo.net/demo – daniel Crabbe Oct 6 '10 at 9:16
Yes, looks like it's not available in the official version. But looks possible on iPad.. – Samuel Oct 26 '10 at 10:12
feedback

No, with the current SDK compatible media will always play in full screen and there is no way to avoid that.

link|improve this answer
thanks, do you have a link to apple documentation about that? – elmarco Feb 25 '10 at 16:11
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.