Multiple choice technology web 2.0

How Action Script communicate with Java Script

  1. Including Java script file in the same package

  2. Using Internal Interface

  3. Using External Interface

  4. Directly calling the Java Script Functions

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

ActionScript communicates with JavaScript through the ExternalInterface API, which provides a bridge for bidirectional communication. Options A and D are incorrect because you cannot include JavaScript files or call functions directly. Option B is incorrect because 'Internal Interface' is not a valid communication mechanism.