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

2004-01-20 Thread craig
t; <[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" <[EM

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 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 file. -

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

2004-01-20 Thread Toby Irmer
guess you can't write the tag and just do a 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]

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 Fl