Do you missed something?

Hi,

just working on a website. Trying to load a simple swf movie into my mc holder. Problem is:

When I preview the page on my desktop the external files loads. On the FTP server it doesn’t. Why?

I tried 2 scripts for an “onClipeEvent” on the empty mc holder but nothing workes.

onClipEvent (load) {
trace(targetMc);
loadMovie(“floorplans/301.swf”, “targetMc”);
}

Then I got recommended to use this script on an empty keyframe. It works but again, only offline.

targetMc.loadMovie(“floorplans/301.swf”);

I am not good enought in scripting to see what I do wrong. Can you help?

Thanks,
Dave