[PHP] Flash .swf outside webroot: width and height problems

2004-01-20 Thread Toby Irmer
Hey everybody, I am trying to display an .swf-file that is stored outside the webroot. Just sending the header and doing a readfile on the swf results in the swf being displayed with the maximum available width and height. Does anyone know a way of displaying Flash with its correct dimensions

Re: [PHP] Flash .swf outside webroot: width and height problems

2004-01-20 Thread CPT John W. Holmes
From: Toby Irmer [EMAIL PROTECTED] I am trying to display an .swf-file that is stored outside the webroot. Just sending the header and doing a readfile on the swf results in the swf being displayed with the maximum available width and height. Does anyone know a way of displaying Flash with

Re: [PHP] Flash .swf outside webroot: width and height problems

2004-01-20 Thread Toby Irmer
John W. Holmes [EMAIL PROTECTED] To: Toby Irmer [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 7:12 PM Subject: Re: [PHP] Flash .swf outside webroot: width and height problems From: Toby Irmer [EMAIL PROTECTED] I am trying to display an .swf-file that is stored outside

Re: [PHP] Flash .swf outside webroot: width and height problems

2004-01-20 Thread Mike Migurski
But I guess you can't write the tag and just do a PARAM NAME=movie VALUE=show.php?id=xy etc. and have the show.php output the header... Sure you can, as long as show.php outputs a valid flash file and the correct content-type. As far as the browser is concerned, it's the same as any other flash

RE: [PHP] Flash .swf outside webroot: width and height problems

2004-01-20 Thread craig
: CPT John W. Holmes [EMAIL PROTECTED] To: Toby Irmer [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 7:12 PM Subject: Re: [PHP] Flash .swf outside webroot: width and height problems From: Toby Irmer [EMAIL PROTECTED] I am trying to display an .swf-file