sendAndLoad() -> cached version of the xml

hello
I have a little problem and I hope you can help me. (and it’s rather urgent if I may say so… :stuck_out_tongue: )

[FONT=Courier New][COLOR=red]newLoadedMenu_xml.sendAndLoad(php_file, loadedMenu_xml);[/COLOR][/FONT]

I want to send the “[FONT=Courier New][COLOR=red]newLoadedMenu_xml[/COLOR][/FONT]” to the server… and then load from the same file into the new xml in flash “[FONT=Courier New][COLOR=red]loadedMenu_xml[/COLOR][/FONT]” .

but it always loads a cached version!
unless I don’t have the option enabled in the broswer that says “load every single time”
(in IE: Tools - Internet Options - Temporary Internet Files - Settings - every visit to the page)

what can I do to fix it ?

thank you very much!

PS: i know that senocular used this on the “Simple editor” tutorial :
[COLOR=#ff0000][FONT=Courier New]var xml_file = “simple_edit.xml”; [/FONT][/COLOR]
[FONT=Courier New][COLOR=red]input_xml.load(xml_file + “?uniq=” + new Date().getTime()); [/COLOR][/FONT]
[COLOR=#000000]but… how can I do something similar for sendAndLoad() method? [/COLOR]