# Load external movie - problem!

**URL:** https://forum.kirupa.com/t/load-external-movie-problem/153906
**Category:** Uncategorized
**Created:** [July 5, 2005, 5:19pm UTC](https://forum.kirupa.com/t/load-external-movie-problem/153906 "2005-07-05T17:19:13Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Evia](https://avatars.discourse-cdn.com/v4/letter/e/3da27b/32.png) [@Evia](https://forum.kirupa.com/u/Evia)
#### Post date: [July 5, 2005, 5:19pm UTC](https://forum.kirupa.com/t/load-external-movie-problem/153906/1 "2005-07-05T17:19:13Z")

</div>

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);  
}
