Adobe Flash

  Home  Adobe  Adobe Flash


“Adobe Flash was previously called Macromedia Flash. This Flash Interview Questions and Answers guide is a platform to learn that Flash is a multimedia a application originally acquired by Macromedia and currently developed and distributed by Adobe Systems. Learn Adbobe Flash by our Flash Interview Questions and Answers.”



132 Adobe Flash Questions And Answers

70⟩ Which is an advantage of selecting a Flash Player version in Publish Settings before beginning a project?

A. There is NO advantage. It is identical to choosing them at the conclusion.

B. Components not available in the targeted player will be removed from the Components

Panel.

C. Classes, Properties, Methods and Events NOT available in the targeted player will be

highlighted in the Script Navigator.

D. Classes, Properties, Methods and Events NOT available in the targeted player will be

removed from the Script Navigator.

 222 views

76⟩ What is the key problem with the following line of code?

Code:

aThing = {type:"Monster", teeth:250, bloodtype:K, getName:function(){return this.bloodtype;}};

A. It will return an error.

B. .It wastes memory

C. The object will go out of scope as soon as it executes

D. The syntax will become difficult to read as additional complexity is added.

 210 views

79⟩ Tell the difference between indexed array and associative array?

A. Associative array can have values of any type, whereas indexed arrays contain only numbers.

B. Indexed array contain only one type of data, where associative array can have multiple type of data.

C. Associative array contain values indexed by integers, whereas assosiative arrays contain values indexed by string.

D. Associative array contain value pairs, whereas indexed array contain single values.

 250 views