# Troubles linking to a frame within a dynamic swf. Please help!

**URL:** https://forum.kirupa.com/t/troubles-linking-to-a-frame-within-a-dynamic-swf-please-help/164844
**Category:** flash
**Created:** [October 5, 2005, 12:14pm UTC](https://forum.kirupa.com/t/troubles-linking-to-a-frame-within-a-dynamic-swf-please-help/164844 "2005-10-05T12:14:10Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![spindrift](https://avatars.discourse-cdn.com/v4/letter/s/b5ac83/32.png) [@spindrift](https://forum.kirupa.com/u/spindrift)
#### Post date: [October 5, 2005, 12:14pm UTC](https://forum.kirupa.com/t/troubles-linking-to-a-frame-within-a-dynamic-swf-please-help/164844/1 "2005-10-05T12:14:10Z")

</div>

Hello!

Thank you for checking this out…

I am trying to link to a frame within a dynamically loaded swf from my main swf. The button in my main swf has the following actions assigned to it:

```auto
on (release) {
	_root.profile.gotoAndPlay(11);
}

```

I’ve tried using frame lables so my code looks like…

```auto
on (release) {
	_root.profile.gotoAndPlay("out");
}

```

…The link however doesn’t work either way and the movie just stays put frame-wise so I was wondering if you can please help me to see where I’m going wrong with it. The placeHolder MC has the instance of ‘profile’ on it so I fail to see what I’m doing wrong!

Thank you very much and I hope to hear from you.

Take care,

Mark
