Answered
Flash > HTML5 conversion: getURL() equivalent?
I have the task of converting an old Flash movie with Actionscript 1 to HTML5. I am not expert in javascript, so seeking some help...
May I ask what is the equivalent of the actionscript global function, getURL() in javascript?
e.g.
myFinishButton.onRelease = function() {
getURL("myPage.asp", "_parent");
};
many thanks,
Geoff
