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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Caching making me crazy

Status
Not open for further replies.

jduawa

MIS
Jun 11, 2002
73
US
i am using swf files that i did not create but am using on a test site..the swf files are reading in an xml file and they seem to be caching...i added meta tags and they still cache, i added

<cfset temp=RandRange(1,99999999)>

<cfoutput>
<!--- GRAPH 1 --->
<object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot;
codebase=&quot; width=&quot;475&quot;
height=&quot;350&quot;
id=&quot;Column&quot;
align=&quot;middle&quot;>
<param name=movie value=&quot;graphs/Column.swf?temp=#temp#&IsLocal=1&amp;data=occ.xml&quot;>
<param name=quality value=high>
<param name=bgcolor value=##FFFFFF>
<embed src=&quot;graphs/Column.swf?temp=#temp#&IsLocal=1&data=occ.xml
quality=high
bgcolor=##FFFFFF
width=&quot;475&quot;
height=&quot;350&quot;
name=&quot;Column&quot;
align=&quot;middle&quot;
type=&quot;application/x-shockwave-flash&quot;
pluginspage=&quot; </embed>
</object>
so it is calling a &quot;new&quot; swf file each time and the browser still does not show the upcdated info when you hit refresh, if you close the browser and then open the new data is there...
 
im having the same problem here
thread250-612193 help us someone :)

I learned a bit yesterday, today i learned a lot, imagine what i'll learn tomorrow!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top