ok, the loadMovie is loading a Movie to one Instance, but when I want the same Movie be loaded to another Instance I have to use load Movie again, like this:

loadMovie ("movie.swf", "_root.instance1");
loadMovie ("movie.swf", "_root.instance2");

BUT, when the movie.swf has some random stuff, the two movies will not do the same...

... so what the right way to load one Movie to more Instaces?


Second question:
I have loaded a movie.swf to 100*100 object, but the movie isnt only shown in the Borders this object ... how can I fit a Movie in a MC

thx