Help - Search - Member List - Calendar
Full Version: Loading txt.file more than once
WorkTheWeb Forums > Webmaster Resources > Macromedia Flash
Support our Sponsors!
Pop
Hi

I've got a movieclip that loads the same txt.file every minute. The txt.file
contains new info every time it's loaded but the flashmovie dosn't update
unless I emty the "temp internet files" in the browser.

How do I make sure that the flashmovie is loading the right/latest version
of the txt.file?

--
Thanks
Pop

Jack
try adding a random variable to the loadVariables command,

verDate = new Date();
verTime = verDate.getTime();
clip_instance.loadVariables("test.txt?vers="+verTime);

hth

"Pop" <[Email Removed]> wrote in message
news:blr8vi$p4j$[Email Removed]...
QUOTE
Hi

I've got a movieclip that loads the same txt.file every minute. The
txt.file
contains new info every time it's loaded but the flashmovie dosn't update
unless I emty the "temp internet files" in the browser.

How do I make sure that the flashmovie is loading the right/latest version
of the txt.file?

--
Thanks
Pop




PHP Help | Linux Help | Web Hosting | Reseller Hosting | SSL Hosting
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2006 Invision Power Services, Inc.