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