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: Saturday, August 30, 2003 5:29 PM
Subject: [PHP] Re: Using PHP to cache a flash movie


> > Hello,
> >
> > Does anyone know a method in which I can load a large flash movie in the
background and only when it is done, play it. In the mean time, the user
should be able to carry on surfing normally.
> >
> > Any ideas?
> >
> > Thank you,
> >
> > - Sid
> >
>
> Hi,
>
> Simply put you can not! if the user moves from one page to another,
> the old request goes bye! bye!
>
> Cheers,
> Catalin
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to