Multiple choice technology

A special protocol for URLs in HTML text fields that allows an HREF link to call an ActionScript function is

  1. escape

  2. asfunction

  3. fscommand

  4. MMExecute

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

The 'asfunction' protocol is a special URL protocol used in HTML text fields within Flash/ActionScript. It allows an href link to call an ActionScript function directly. For example: 'asfunction:myFunction,param' would call the function myFunction with parameter param. This is the correct mechanism for calling ActionScript from HTML links.