Can't you just embed <embed> the file in the page? <object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="256" width="320"> <param name="src" value="<?php echo "./vids/$file" ?>"> <param name="autoplay" value="true"> <param name="controller" value="true"> <embed height="256" width="320" src="<?php echo "./vids/$file" ?>" pluginspage="http://www.apple.com/quicktime/download/" type="video/quicktime" controller="true" autoplay="true"> </object> bastien> Date: Wed, 15 Aug 2007 11:25:43 -0400> To: php-general@xxxxxxxxxxxxx> From: tedd@xxxxxxxxxxxx> Subject: QuickTime question> > 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,"","");> > header('Pragma: public');> header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');> header('Cache-Control: must-revalidate, pre-check=0, post-check=0, max-age=0');> header('Content-Transfer-Encoding: none');> header("Content-type: video/quicktime");> header("Content-Length: " . $size);> > -- but it's falling short.> > Thanks for any help.> > Cheers,> > tedd> > -- > -------> http://sperling.com http://ancientstones.com http://earthstones.com> > -- > PHP General Mailing List (http://www.php.net/)> To unsubscribe, visit: http://www.php.net/unsub.php> _________________________________________________________________ News, entertainment and everything you care about at Live.com. Get it now! http://www.live.com/getstarted.aspx