Keep on misplacing this one too:
[as]
function as3GetURL(url, target) {
try {
navigateToURL(new URLRequest(url), target);
} catch (e:Error) {
trace(“Error occurred!”);
}
}
[/as]
A rather geeky/technical weblog, est. 2001, by Bramus
Keep on misplacing this one too:
[as]
function as3GetURL(url, target) {
try {
navigateToURL(new URLRequest(url), target);
} catch (e:Error) {
trace(“Error occurred!”);
}
}
[/as]