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
â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
Thanks in advance!