Multiple choice technology

--------------- returns a string containing Flash Player version and platform information.

  1. getFlashVersion()

  2. getVersion()

  3. getLatestVersion()

  4. None of the above

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

The getVersion() function in ActionScript returns a string containing Flash Player version and platform information. This includes details like the operating system (WIN, MAC, UNIX) and the Flash Player version number. There is no function named getFlashVersion() or getLatestVersion() in standard ActionScript.