sendAndLoad() help!

Hi everyone!

I have a question about this sendAndLoad() function.
Can I send XML (generated in flash) and LoadVars() (or string) together in single turn.
Something like this:
myXml.sendAndLoad(“somePHP.php”,myXml,myLoadVars …)
It doesn’t have to be LoadVars, it can be simply string.

P.S. My problem is that I need to generate xml and name it from flash.
Wright now, the program is working with separate sendAndLoad. I have a two PHPs one is generating txt file and saves name to it, and other is opening that file, reads name from it, creates xml with that name, and saves xml from flash.

Thanx in advance!