actionscript
How to call a javascript function from actionscript
By liviu - Posted on May 24th, 2009
Tagged:
This is how you call a javascript function from actionscript (2 I think):
on (press){
getURL("JavaScript:function(argument)");
}
- liviu's blog
- Login or register to post comments