Hello, I a using a flash fie that readn an xml file. it works ok when I use html, and stops working when using asp.net. the support team recomendded that in such case I should chande to full paths: From this: xmlLoader.load(new URLRequest("xml/setup.xml")); Change to full server paths like “/public_html/folder/folder/xml/setup.xml†quesion is what is my full path, and if there is a way to make a global function to handle this issue. Thanks,