RE: [PHP] QuickTime question

2007-08-15 Thread Bastien Koert
nload/"; type="video/quicktime" controller="true" autoplay="true"> bastien> Date: Wed, 15 Aug 2007 11:25:43 -0400> To: php-general@lists.php.net> From: [EMAIL PROTECTED]> Subject: [PHP] QuickTime question> > Hi gang:>

Re: [PHP] QuickTime question

2007-08-15 Thread tedd
At 8:54 PM +0100 8/15/07, Stut wrote: tedd wrote: At 4:32 PM +0100 8/15/07, Stut wrote: tedd wrote: Given: http://www.webbytedd.com/bb/ice/ How can I play the movie inside the page instead of going to another page? I know that I could use phpclasses, but that seems an overkill. I think som

Re: [PHP] QuickTime question

2007-08-15 Thread Stut
tedd wrote: At 4:32 PM +0100 8/15/07, Stut wrote: tedd wrote: Given: http://www.webbytedd.com/bb/ice/ How can I play the movie inside the page instead of going to another page? I know that I could use phpclasses, but that seems an overkill. I think something like this -- $file_source = '

Re: [PHP] QuickTime question

2007-08-15 Thread Michael Preslar
I'm not sure if this would be of help or not, but have you tried setting 'Content-disposition: inline' in the header? On 8/15/07, tedd <[EMAIL PROTECTED]> wrote: > At 4:32 PM +0100 8/15/07, Stut wrote: > >tedd wrote: > >>Given: > >> > >>http://www.webbytedd.com/bb/ice/ > >> > >>How can I play the

Re: [PHP] QuickTime question

2007-08-15 Thread tedd
At 4:32 PM +0100 8/15/07, Stut wrote: tedd wrote: Given: http://www.webbytedd.com/bb/ice/ How can I play the movie inside the page instead of going to another page? I know that I could use phpclasses, but that seems an overkill. I think something like this -- $file_source = 'ice-fishing.mov

Re: [PHP] QuickTime question

2007-08-15 Thread brian
tedd wrote: Hi gang: Given: http://www.webbytedd.com/bb/ice/ How can I play the movie inside the page instead of going to another page? I know that I could use phpclasses, but that seems an overkill. I think something like this -- $file_source = 'ice-fishing.mov'; $size = filesize($file_sou

Re: [PHP] QuickTime question

2007-08-15 Thread Stut
tedd wrote: Given: http://www.webbytedd.com/bb/ice/ How can I play the movie inside the page instead of going to another page? I know that I could use phpclasses, but that seems an overkill. I think something like this -- $file_source = 'ice-fishing.mov'; $size = filesize($file_source,"","")

Re: [PHP] QuickTime question

2007-08-15 Thread Eric Butera
On 8/15/07, tedd <[EMAIL PROTECTED]> wrote: > Hi gang: > > Given: > > http://www.webbytedd.com/bb/ice/ > > How can I play the movie inside the page instead of going to another page? > > I know that I could use phpclasses, but that seems an overkill. > > I think something like this -- > > $file_sour

[PHP] QuickTime question

2007-08-15 Thread tedd
Hi gang: Given: http://www.webbytedd.com/bb/ice/ How can I play the movie inside the page instead of going to another page? I know that I could use phpclasses, but that seems an overkill. I think something like this -- $file_source = 'ice-fishing.mov'; $size = filesize($file_source,"","");