Hello!
I´ve got another problem. I created a button that loads an external movie clip into a blank movie clip. the problem is that this blank movie clip is on a background and i want the external movie to appear above it. Insted everytime i click the button the external movie replaces all of the other movies, buttons, etc. What is missing in my code?
on (release) {
_root.loadMovie(“fasching.swf”, content_mc);
}