ridgedale
10-01-2007, 12:13 PM
Hi, I'm new to Flash am trying to link to an external site, which consists of a single flash file, and load a specific frame. The actionscript code I have attached to the button so far is as follows:
1.
on (release) {
2.
getURL("http://www.tinhorse.com", "_self");
3.
gotoAndStop("we_see");
4.
}
The link takes me to the external site as required but does not load the correct frame. It looks like gotoAndStop function is not being passed on to the external flash site but I can't work out why.
Any help with this would be appreciated.
1.
on (release) {
2.
getURL("http://www.tinhorse.com", "_self");
3.
gotoAndStop("we_see");
4.
}
The link takes me to the external site as required but does not load the correct frame. It looks like gotoAndStop function is not being passed on to the external flash site but I can't work out why.
Any help with this would be appreciated.