what Action Script code I can use to link to external HTML file? This file there isn’t in the same folder of the SWF file…and its name is index.html but it isn’t the home page…I’ve used
on (release) {
getURL(http://www.sitename.com);
}
But don’t work…