|
From: Jasconius on 4 May 2008 13:56 I am working with Flash CS3 and writing code to handle HTTPRequests and I noticed that at least on my computer Flash CS3 seems to cache an HTTPRequest it makes when testing a movie. Example: I create a basic HTML file with a simple key value string and test the movie. It reads it just find, my result traces out. I then change the HTML file, upload it again, and go to republish and it still traces the old values. I go to the live file just to make sure it did upload and indeed it did, Flash just holds on to the first version it got and will not update it. Very annoying. Is there a setting I can change to fix this?
From: Travis on 5 May 2008 06:29 On May 4, 1:56 pm, "Jasconius" <webforumsu...(a)macromedia.com> wrote: > Very annoying. Is there a setting I can change to fix this? Make the URL you are calling unique by adding ?unique=####### Where ###### is some random number (or a datetime stamp)
|
Pages: 1 Prev: Dynamic text will not load from external txt Next: "undefined" message for flash object |