# External file problem

**URL:** https://forum.kirupa.com/t/external-file-problem/71372
**Category:** flash
**Created:** [November 24, 2004, 2:44am UTC](https://forum.kirupa.com/t/external-file-problem/71372 "2004-11-24T02:44:52Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![hellmunky](https://avatars.discourse-cdn.com/v4/letter/h/53a042/32.png) [@hellmunky](https://forum.kirupa.com/u/hellmunky)
#### Post date: [November 24, 2004, 2:44am UTC](https://forum.kirupa.com/t/external-file-problem/71372/1 "2004-11-24T02:44:52Z")

</div>

How can I load an external .swf movie inside an external .swf? I have a main.swf flash file that loads a player.swf, and i want that player.swf to load another external movie.swf! Inside the player swf I have a scrollpane that scrolls a movie which holds the buttons that control the loading of the 3rd external file.

Can I do that? (It’s the first time I tried to do it)  
This is the actionscript I used:

“on (release) {  
tellTarget (”\_level0.player") {  
gotoAndStop(1);  
}  
}"

Thank you.
