Re: [PHP] Re: Using PHP to cache a flash movie

2003-08-31 Thread Radu Manole
You can try to place the swf into a frame or div so browser will cache it. The next request will read the swf from cache (assuming that you are not requesting the flash file using some variables) - Original Message - From: "Catalin Trifu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: S

Re: [PHP] Re: Using PHP to cache a flash movie

2003-08-30 Thread Sid
Yes, But I was thinking of something like an invisible frame on top which loads the movie - Original Message - From: "Catalin Trifu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 30 August 2003 Saturday 7:29 AM Subject: [PHP] Re: Using PHP to cache a flash movie > > Hello, > > > > Do