Multiple choice technology web 2.0

Can Action Script in Flex-3 directly use any functions from a Java Script File ?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

ActionScript in Flex-3 cannot directly call JavaScript functions. Communication requires the ExternalInterface API to bridge between ActionScript and JavaScript. Direct function calls across these languages are not supported due to security and runtime environment separation.