Previously working XML no longer works on Publish

I am having some trouble loading an XML file into several dynamic fields in my flash file. The XML loads fine in the initial swf I was given. However if I republish the swf from the fla file I only get “undefined” messages in all the fields.

I’m using standard publish settings for flash 8 and Actionscript 2.0 yet something must be going wrong during the publish, The local file linking and directory structure should be correct.

I attached the xmlData.as file that loads the xml.

Also, You can go here: http://msargent.earthserve.com/pwc.zip
to download the fla and swf along with dependent files.

I want to be able to republish the .fla to fix any absolute links and replace them with relative links (In particular the geturl within the code of frame 3).

Thanks ahead of time. I’ll really appreciate any help that anyone can provide.

Don’t worry about this, problem solved. The original developer forgot to include some component files that were being called in the “xmlData.as” file, it calls this componant file: [COLOR=#000000][COLOR=#0163B3][/COLOR]import com.xfactorstudio.xml.xpath.*; It basically tells the swf how to load the xml.
[/COLOR]