Stumped after uploading to flash site to ISP server

Hi guys

Ive got a problem viewing my flash site once ive uploaded to the server.
Locally my flash site works fine. I still havent fully finished it, but the main swf is able to access and open the other swfs, css, xml and external images. It also works when I use my local web server.

After I’ve uploaded all the files to my ISP server (swf/css/xml and images), only the main swf and interface swf seem to be working.

The main swf loads interface.swf using MovieClipLoader(). The main swf also loads a css style file properly.

Once the interface swf loads, it dynamically creates 4 buttons, namely profile, photography, folio and contact. When you click on each button, the interface swf calls a function in the main swf to load another swf. Each of the 4 swfs profile.swf, contact.swf, photography.swf and folio.swf have code which is meant to load an xml file and external images. All the swfs are in a single directory. The xml, css and images are in /xml and /css directories.

The problem is when you click on one of these buttons, nothing loads. It works fine locally and using a local web server, but not on my isp. Ive checked that all the files are uploaded properly and have used lowercase names for all of the files. Also when I access each of the swf’s individually, they work fine (ie. http://www.myaddress/photography.swf )

Any ideas?

the site can be found here

main swf here

photography swf here
contact swf here