# Easy linking question

**URL:** https://forum.kirupa.com/t/easy-linking-question/198295
**Category:** flash
**Created:** [August 23, 2006, 9:22pm UTC](https://forum.kirupa.com/t/easy-linking-question/198295 "2006-08-23T21:22:53Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mcginess13](https://avatars.discourse-cdn.com/v4/letter/m/bc8723/32.png) [@mcginess13](https://forum.kirupa.com/u/mcginess13)
#### Post date: [August 23, 2006, 9:22pm UTC](https://forum.kirupa.com/t/easy-linking-question/198295/1 "2006-08-23T21:22:53Z")

</div>

This is a dumb question, but I’m a little rusty with my Flash skills… I have a link in a flash file which links to another swf. Link looks like this:

on(release) {  
\_parent.\_parent.\_parent.loadPage(‘services.swf’);  
}

That’s all straight forward and works great. But, I’d like it go to a specific frame within services.swf. Can someone tell me how to do this? I want it to go to Frame 20.

Thanks so much!  
Mc
