Is there a way to load a clip directly to the background of the main movie that loaded it. Becasue what its doing now is covering up all the stuff that was previously on the stage.
So I guess this is impossible?
Not impossible at all
Create an empty movieclip, give it an instance name (eg “container”), put this movieclip on a layer under you content an use this action
container.loadMovie("yourfile.swf")
is there away I can load a movie into lets say a blank clip through the MovieClipLoader class?
That was a stupid question so I apologize…sometimes my illeteracy really gets me down.