I have a couple of questions.

1. When I load XML into my movie where does the XML go. Does it get cashed somewhere. When I make changes to the XML dataSheet they do not show up in the movie that I launch from the browser.

2. Is there a way to test the load percentage of XML. What does XML socket do? Could I use that to make sure it refreshes.

4. If I load a movie like:

loadMovie("test.swf", theMC);

How do I access functions in test.swf from the main movie. theMC is the movie clip wher test.swf is loaded. I am trying to access a function inside the loaded movie