How to goto(?) in new swf

Thank you to all the people here for replying. A VERY special thanks to Sput (again). I really thought that script you sent over would do the trick… Or even some variation of the script you sent over :wink:

The postings have gone on a unfortunately strange tangent.

There are NO movie clips involved in this button linking process. The basic thing is that I want to the button located in ‘filea.swf’ to lead the viewer straight to frame 23 of ‘fileb.swf’. Just open the URL of a separate SWF file and goto frame (23).

Just a two step thing that I need to combine somehow…

Open URL “fileb.swf”
gotoandStop (23)

A button that will (upon release) switch the window from “filea.swf” to frame 23 of “fileb.swf”

I KNOW there is a simple command for this SOMEWHERE, but I have been unable to find it.

Is there anyone who knows how to do this?
Thanks in advance

y dnt u load it into a movie clip?

when u press that button tell it to load fileb.swf and on the first frame of fileb tell it to go and stop on frame 23 or whatever.

maybe i miss understood you i dnt know =)