This is simple. I have 2 flash files on an html page. One of the flash files is for navigation. When you click on a button on the navigation flash file, I want it to change what you see on the other flash file.
I thought this was something like:
on (release) {
tellTarget(“testflash.swf”){gotoAndPlay(1)}
}