I'm not familiar with ActionScript and for some reason the following code won't work, although it was mentioned that way in a tutorial:
class Dummy {
function Dummy() {
}
static function main(mc) {
getURL("javascript:alert('works!')");
}
}
I used "mtasc" to compile the script.
getURLis expecting to work with a browser. adobe.com/support/flash/action_scripts/actionscript_dictionary/…