I have a high-scores table in a flash movie. I am able to load data from a mysql table using php. In flash, I use the line:
movieclip.loadVariables("dbfile.php", "Get");
However, after loading, this information is cached somewhere. I can then go to any other portion of the flash movie and come back to the frame that loads the variables from the database, but nothing has changed. (after I have changed some of the database information).
How can I refresh the flash scores table each time it is viewed without it caching the information?
thanks