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

101⟩ What is the primary difference between the XML.sendAndLoad method and the XML.load method?

A. The XML.sendAndLoad method has additional properties for checking an load status.

B. XML.laad loads documents slightly faster,as there is no error checking on the client side.

C. XML.sendAndLoad allows you to send specific XML data to the server

D. An entire XML document can be sent to the server using XML.sendAndLoad.

 152 views

102⟩ What does the childNodes property contain?

A. The number of child nodes for the current node.

B. The number of child nodes in the current document.

C. An array of all the child nodes for the current node.

D. A true or false value indicating whether the current node has child nodes.

 127 views

107⟩ Which of the following is not true about the XML. ignoreWhite property?

A. If the ignoreWhite property is true,all spaces in the XML document will be ignored.

B. Carriage returns are treated as data if the ignoreWhite property is set to false.

C. With the ignoreWhite property set to true, you can reduce the number of nodes that need to be created during parsing

D. The default value for the ignoreWhite property is true.

 133 views

111⟩ Flash Remoting cannot do which of the following?

A. Access data directly from a remotely hosted Web service.

B. Integrate seamlessly with existing Macromedia UIComponents

C. Translate SOAP XML data into native Flash objects.

D. Marshall native Java objects into Flash objects

 125 views

112⟩ Which of the following assumptions cannot be made when developing an application for intranet deployment?

A. The connection speed between computers will be generally faster than on the Internet.

B. Users will have the same version of the Flash Player.

C. The computers accessing the application will be pretty similar to each other as far as capability is concerned.

D. Users will have an Internet connection.

 138 views