[AS 3] Calling Javascript Functions without FSCommand
5 comments so farHere is a super simplified version to call a javascript function that is accessible by your html page. If you type some text in the input field below and then click the button, it will trigger a javascript alert box. Remember, this is just a very simplistic snippet of code that doesn’t do any checking [...]