Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Movie does not get Cached on browser

Status
Not open for further replies.

AlbertAguirre

Programmer
Nov 21, 2001
273
US
I have a small movie in website that is on every page.

I added a parameter to the movie HTML code like this:
<param name=movie value=&quot;main.swf?var=1&quot;>

Now the movie loads everytime on everypage like its the first time the visitor has seen it.
It does not get cached.

Why?
 
Why did you add the &quot;...swf?var=1&quot;?
That's exactly what you should do when you don't want the movie to be cached! Regards,

oldman3.gif
 
Yes thats how I did it.
I want to pass a variable from the PHP page to the main timeline in the movie.

Is there another way while keeping it cached?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top