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:
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.
Any help with this would be appreciated.
Code:
on (release) { getURL("http://www.tinhorse.com", "_self"); gotoAndStop("we_see"); }
Any help with this would be appreciated.
Comment