# Controling Loaded SWF and Controling SWF in HTML page

**URL:** https://forum.kirupa.com/t/controling-loaded-swf-and-controling-swf-in-html-page/63986
**Category:** flash
**Created:** [September 12, 2004, 5:29am UTC](https://forum.kirupa.com/t/controling-loaded-swf-and-controling-swf-in-html-page/63986 "2004-09-12T05:29:48Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![worldsound](https://avatars.discourse-cdn.com/v4/letter/w/ee7513/32.png) [@worldsound](https://forum.kirupa.com/u/worldsound)
#### Post date: [September 12, 2004, 5:29am UTC](https://forum.kirupa.com/t/controling-loaded-swf-and-controling-swf-in-html-page/63986/1 "2004-09-12T05:29:48Z")

</div>

I know it sounds simple for most of you… but tell me: how can I use onRelease… goTo on a SWF that was loaded inside another SWF?

I have my main SWF and then I’ve loaded another Movie (another swf) inside it. Now I want to control that second swf. Once I’ve loaded that SWF, it belongs now to the 1st one, nut I can´t control it.

Second question.

if I have an INDEX.HTML file, with separated SWF’s, can I control them from a MAIN swf? What I want is:

Imagine I have INDEX.HTML and inside it, I have a menu.swf, a content.swf, a photos.swf  
I want, with menu.swf, control the rest SWF files. How can I do it?

---

<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: [September 12, 2004, 7:51am UTC](https://forum.kirupa.com/t/controling-loaded-swf-and-controling-swf-in-html-page/63986/2 "2004-09-12T07:51:38Z")

</div>

> [@worldsound](#):
>
> I know it sounds simple for most of you… but tell me: how can I use onRelease… goTo on a SWF that was loaded inside another SWF?
> 
> I have my main SWF and then I’ve loaded another Movie (another swf) inside it. Now I want to control that second swf. Once I’ve loaded that SWF, it belongs now to the 1st one, nut I can´t control it.
> 
> Second question.
> 
> if I have an INDEX.HTML file, with separated SWF’s, can I control them from a MAIN swf? What I want is:
> 
> Imagine I have INDEX.HTML and inside it, I have a menu.swf, a content.swf, a photos.swf  
> I want, with menu.swf, control the rest SWF files. How can I do it?

1/if you are loading into an mc, wait until it loads and then just address the mc.  
2/It is possible using localConnection(). What is it you are trying to communicate-i may have an example.
