# Stumped after uploading to flash site to ISP server

**URL:** https://forum.kirupa.com/t/stumped-after-uploading-to-flash-site-to-isp-server/189825
**Category:** flash
**Created:** [June 6, 2006, 2:20pm UTC](https://forum.kirupa.com/t/stumped-after-uploading-to-flash-site-to-isp-server/189825 "2006-06-06T14:20:05Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![AXiAL](https://avatars.discourse-cdn.com/v4/letter/a/bcef8e/32.png) [@AXiAL](https://forum.kirupa.com/u/AXiAL)
#### Post date: [June 6, 2006, 2:20pm UTC](https://forum.kirupa.com/t/stumped-after-uploading-to-flash-site-to-isp-server/189825/1 "2006-06-06T14:20:05Z")

</div>

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](http://www.myaddress/photography.swf) )

Any ideas?

the site can be found [here](http://www.eftel.com.au/~axial/pws2006/)

main swf [here](http://www.eftel.com.au/~axial/pws2006/jv2006main.swf)

photography swf [here](http://www.eftel.com.au/~axial/pws2006/photography.swf)  
contact swf [here](http://www.eftel.com.au/~axial/pws2006/contact.swf)
