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

Releasing the Cache in Flash

Status
Not open for further replies.

2147087

Programmer
Nov 20, 2002
3
CA
Hi guys,
I have a flash program that reads from an asp file which gets updated from database... the problem is that when my flash file reades from .txt file it refreshes the information automatically and displays the new data on screen but this doesn't happend when it reads from ASP file.. I have to go to browser refresh icon and force it to refresh...??? any idea?? I belive it should have somthing to do with the cache mechanisem... do you know how i can fix this problem...

thanx for your help
 
i have used this in the past for an html file calling flash

<META HTTP-EQUIV=&quot;Pragma&quot; CONTENT=&quot;no-cache&quot;>
<META HTTP-EQUIV=&quot;Expires&quot; CONTENT=&quot;-1&quot;>

this may work or you may need something else for asp

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top