# Do I have control on external loaded files?

**URL:** https://forum.kirupa.com/t/do-i-have-control-on-external-loaded-files/57775
**Category:** flash
**Created:** [July 16, 2004, 1:09am UTC](https://forum.kirupa.com/t/do-i-have-control-on-external-loaded-files/57775 "2004-07-16T01:09:12Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![PonchingaD](https://avatars.discourse-cdn.com/v4/letter/p/74df32/32.png) [@PonchingaD](https://forum.kirupa.com/u/PonchingaD)
#### Post date: [July 16, 2004, 1:09am UTC](https://forum.kirupa.com/t/do-i-have-control-on-external-loaded-files/57775/1 "2004-07-16T01:09:12Z")

</div>

Ok say I have a big comeplete Flash website.

The website is composed of:  
-The main stage  
-Movie Clip that loads external swfs 1 (let’s call this “A”)  
-Movie Clip that loads external swfs 2 (let’s call this “Z”)

So say A is a movie clip that loads a menu (external swf). Can I control Z (like changing frames and so on), by clicking buttons on A (since it’s a menu)?

I hope I was clear.

So it is possible, how would the paths be written?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 16, 2004, 1:10am UTC](https://forum.kirupa.com/t/do-i-have-control-on-external-loaded-files/57775/2 "2004-07-16T01:10:54Z")

</div>

I believe you can and you can just use \_root.containermcz.gotoAndPlay(‘2’); or whatever action you like
