I have a flash which interacts with database using XML. The flash calls a server side script file which reads the data from database and then dumps into a XML file which is read by flash for displaying the data. In the first frame the flash calls the ASP file using loadVariables which reads the database and writes the XML file. I have a delete button which calls an external file again thru loadVariables, which deletes the selected record from database, and then goes back to first frame which in turn reads the new data from the database and writes it to the XML.
The problem is flash doesnot loads the new data and it keeps on showing the old data. The new data appears only when you open the flash in a new window. Any thoughts on this and how the XML can be cleared and reloaded so that it shows the fresh data.
thanks in advance