Multiple choice technology

-------------- lets the SWF file communicate with either Flash Player or the program hosting Flash Player, such as a web browser.

  1. flcommand()

  2. command()

  3. fcommand()

  4. fscommand()

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

fscommand() is the ActionScript function that enables communication between a SWF file and its host environment (Flash Player or web browser). It can send commands to JavaScript, control fullscreen mode, prevent scaling, and execute other host-specific operations. The other options (flcommand, command, fcommand) are not valid ActionScript functions.