nerdexam
Adobe

9A0-148 · Question #38

You want to test your javascript communications through the ExternalInterface class while testing your files locally. Which steps must you take to do this?

The correct answer is D. Set allowScriptAccess tag in javascript to "always". See the full explanation below for the reasoning.

Question

You want to test your javascript communications through the ExternalInterface class while testing your files locally. Which steps must you take to do this?

Options

  • ASet ExternalInterface.allowCommunication = true
  • BExternalInterface must be tested from a server
  • CSet ExternalInterface.localTesting = true
  • DSet allowScriptAccess tag in javascript to "always"

How the community answered

(28 responses)
  • A
    11% (3)
  • B
    4% (1)
  • C
    4% (1)
  • D
    82% (23)

Community Discussion

No community discussion yet for this question.

Full 9A0-148 Practice