Hi All

,
I have a flash game (.swf) which works on a XML file for some data. They both are in my
JAVA's WAR file and deployed in a
JBoss portal.
So, I access the XML file from the context such as /CONTEXT_NAME/game.xml
Now, I want to move this game.xml file outside the WAR file, in a physical location Because I need to change the file data using a different module.
I can access the XML file when the flash is PUBLISHED and PLAYED separately outside the WAR file.
But, when I move this FLASH (.swf) file into the WAR file and try to access the XML file (which is now outside the war file in a physical path), I am unable to access the contents of the file. I display the contents, which no more happens. Any clue?
Thanks!!