# Linking to specific frames in loaded .swf file

**URL:** https://forum.kirupa.com/t/linking-to-specific-frames-in-loaded-swf-file/211157
**Category:** Uncategorized
**Created:** [December 28, 2006, 1:58am UTC](https://forum.kirupa.com/t/linking-to-specific-frames-in-loaded-swf-file/211157 "2006-12-28T01:58:16Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![susred](https://avatars.discourse-cdn.com/v4/letter/s/f9ae1b/32.png) [@susred](https://forum.kirupa.com/u/susred)
#### Post date: [December 28, 2006, 1:58am UTC](https://forum.kirupa.com/t/linking-to-specific-frames-in-loaded-swf-file/211157/1 "2006-12-28T01:58:16Z")

</div>

Hello,

Is there a way for me to have a link on one scene, that goes to another scene where I have an external .swf file being loaded in, and tell it to go to a specific frame in that loaded .swf file?

I have the code, once I am already in the scene which contains the loaded .swf file that allows me to create links to go to any frame I have labeled.

Just having trouble with combining the:  
on(press){  
\_root.gotoAndStop(“rn”);  
}  
(going to another scene/frame w/ in main mc)

with…  
on(release) {  
\_level0.\_level0.loader\_rn\_news.gotoAndStop(“rn\_9\_2\_06\_1”);  
}  
(this is when I’m already in scene with loaded .swf file)

Hope this makes sense!

Thanks.
