Hello,
does anybody know how to refresh a FLASH file and/or flush all data? I am currently using Flash to talk to a ColdFusion file - this file retrieves data from a database and sends the results back to Flash. Everything works good on the file, but when I edit the database in Flash, the FLASH file does not reset and show the new data. Upon clicking a button, you are sent to (via gotoAndPlay(1)) frame 1 where loadVariablesNum is called again, yet it seems to continue using the old data.
The FLASH file seems to cache after rendering the page. The only way to see the new Data populate on the Flash file is to closing the browser and reopen it again (or manually refresh the screen).
Is there a way to flush a FLASH file of old data and be able to see the new data while still playing the file?
Thanks
does anybody know how to refresh a FLASH file and/or flush all data? I am currently using Flash to talk to a ColdFusion file - this file retrieves data from a database and sends the results back to Flash. Everything works good on the file, but when I edit the database in Flash, the FLASH file does not reset and show the new data. Upon clicking a button, you are sent to (via gotoAndPlay(1)) frame 1 where loadVariablesNum is called again, yet it seems to continue using the old data.
The FLASH file seems to cache after rendering the page. The only way to see the new Data populate on the Flash file is to closing the browser and reopen it again (or manually refresh the screen).
Is there a way to flush a FLASH file of old data and be able to see the new data while still playing the file?
Thanks