I have a Javascript function that returns the innerHTML of a div. I am attempting to call this function from Actionscript and store the return value. I know that the Java
Try adding as String to the call:
as String
textField.text = ExternalInterface.call("JSFunc") as String;