Quicktime progressive download works!
Just to be clear, the iphone
DOES support quicktime progressive download from any website as long as you encode it correctly. For most people, this is the same as streaming. The quicktime does not play "inside" safari, but it launches the iphone quicktime player. When you quit the quicktime player, you are returned to the web page you launched from.
On my test iphone video website, I have several quicktime videos in various resolutions. The iphone is smart enough to place a graphical "play button" over any video in ipod/iphone format. They play while progressively downloading. See:
http://rogerbly.com
I use the apple JS lib style:
<script language="JavaScript" type="text/javascript">
QT_WriteOBJECT_XHTML('http://www.rogerbly.com/video/LJCove-Scooters-thumb.mov',
'96','54','','bgcolor','FFFFFF','controller','false','href',
'http://www.rogerbly.com/video/LJCove-Scooters-ipod.m4v','target','QuickTimePlayer');
</script>
Note: line breaks added above for formatting
This is soooo cool!
Cheers,
Roger
Yup, thats exactly how to do it. Works great for on-demand videos. The only problem I was trying to say before is that it doesn't seem to support streaming (for example a live event or watching live TV or listening to online radio, etc).