I have 2 movies.The first is the intro where when i click a button a second movie with videos is loaded.In the second movie i have created a drag menu which scrolls horizontal the IMAGES(BUTTONS) that leads to the external movies.The thought is to see thumbnails of the movies as i scroll left and right and whwn i click a thumbnail to load the external movie in the stage.When again i click another thumbnail of another movie to start playing the next mpeg and stop the previous.
The problem occurs when i put the code that plays the external movies.
Because i want to controll the movies from a movieclip that i call in the stage and i have a background in the stage the external movie loads behind the background.
fscommand ("fas.avclip.xy", "83,64");
fscommand ("fas.avclip.load", "test.mpg");
on (release) {
fscommand ("fas.control.play");
}
What is the code in order to change the level of the movie and load it in front of the background?