CS4, Flash 7, SWF Linking

Hi all,

I will try my hardest to explain this as best as I can… I’m a contractor for the Navy… we have Fault Logic Diagrams that have been set up to link to other FLD’s when the button is clicked.

I have the linking all set up, when I test my movie it links to the proper FLD. Its uploaded to the webserver, and the whole graphic displays. When I click the link, it turns to a white rectangle with no content.

This is the code attached to the MovieClip that should take me to the FLD it links to

on(press){
loadMovie(“f1220-97.swf”, 0);
}

i do not want this linked FLD to open in a separate window, I would like it to open in the window the original FLD was in. Anyone know how I can go about doing that? I have tried a variety of things with no luck, which could entirely be because I am missing something obvious.

Any help would be greatly appreciated, as this project is under deadline and we have never done this in our manuals before, so this is new territory.

Thank you,

Kara