Hi.
I have an swf file that uses an ActionScript class (which, in turn, loads two xml files). All types of functionality and interaction is controlled by this class. The .swf file is marely a shell holding a logo and two background rectangles.
When I publish the HTML file, everything works fine…locally…but as soon as I upload the file to the client`s web server (with the .as file, the scripts folder created by dreamweaver, the xml folder and the images…in other words everything the .swf needs to work) it stops working. All I can see online is what set on the Stage (in the .swf). Its almost like the class file is not there, as nothing of what it does is shown… argh
Any hits?