I have created one database interaction using flash. The flow is;
In the first frame it calls load variable which loads an LIST.ASP file which retrieves the data from Database and write it in a XML file.
In the second frame the XML file is loaded into flash and the XML content is written into a movieclip with checkbox and Textbox
There is a Delete button in this frame which calls a function which creates a string of selected checkboxes and passes this to DEL.ASP thru getURL which deletes and returns the control to the DEFAULT.ASP.
The record gets deleted and the XML with new data is created but I am not able to see the new data in Flash Swf. How this can be acheived?