actionscript

How to call a javascript function from actionscript

This is how you call a javascript function from actionscript (2 I think):
on (press){
getURL("JavaScript:function(argument)");
}

Syndicate content