Loadmovie problem

I have a problem with the Loadmovie script (AS2).

On my gallery, when I push a button:

on (release) {
    loadMovie("TBE mov 2.swf", "screenflashmovie");
}
on (release) {
    nextFrame();
}

**The problem is, **the swf. files that I loaded on the FLA file wont appear when I preview the whole site on Dreamweaver or anything else. But the swf files will show up when I preview it via Flash. Wierd :expressionless:

“TBE mov 2.swf” file is placed in the same folder as all the other files.
“screenflashmovie” is the Movieclip where “TBE mov 2.swf”-file will be played on. (masked)

If anyone needs the FLA file I will provide it on request, just post :smirk:

Thanks in advance!