What language other than MXML you can use for writing a Flex Application

17

description

What language other than MXML you can use for writing a Flex Application. Which of the following is 'NOT' a new Flex 4 spark component . Which of the following can be used to change images at run time. (Choose two) - PowerPoint PPT Presentation

Transcript of What language other than MXML you can use for writing a Flex Application

Page 1: What language other than MXML you can use for writing a Flex Application
Page 2: What language other than MXML you can use for writing a Flex Application
Page 3: What language other than MXML you can use for writing a Flex Application
Page 4: What language other than MXML you can use for writing a Flex Application
Page 5: What language other than MXML you can use for writing a Flex Application
Page 6: What language other than MXML you can use for writing a Flex Application
Page 7: What language other than MXML you can use for writing a Flex Application
Page 8: What language other than MXML you can use for writing a Flex Application
Page 9: What language other than MXML you can use for writing a Flex Application
Page 10: What language other than MXML you can use for writing a Flex Application

What language other than MXML you can use for writing a Flex Application

Page 11: What language other than MXML you can use for writing a Flex Application

Which of the following is 'NOT' a new Flex 4 spark component

A) <s:Spinner/>

B) <s:RichEditableText/>

C) <mx:HBox/>

D) <s:HGroup/>

Page 12: What language other than MXML you can use for writing a Flex Application

Which of the following can be used to change images at run time. (Choose two)

A) Changing the 'source' property of the Image component

B) Calling the 'load' method of Image component

C) Changing the 'content' property of Image Component

D) It is not possible

Page 13: What language other than MXML you can use for writing a Flex Application

Which Action Script code snippet will successfully add a 'component' to a given 'container' in Flex 4

A) container.addElementId(component)

B) container.add(component)

C) container.contentGroup.addElement(component)

D) None of the above

Page 14: What language other than MXML you can use for writing a Flex Application

Which control can be used to load a compiled flash file (.swf) into your application

A) <mx: SwfLoader/>

B) <s: BitmapImage/>

C) <mx: Image/>

D) Both <s: BitmapImage/> and <mx: Image/>

Page 15: What language other than MXML you can use for writing a Flex Application

Which of the following is used to avail a two-way binding in Flex mxml tags

A) {}

B) @

C) Using setters and getters

D) None of the above

Page 16: What language other than MXML you can use for writing a Flex Application
Page 17: What language other than MXML you can use for writing a Flex Application

Which of the following features are provided by Flex

A) Binding

B) Event Handling

C) Pre-built component library

D) Support of XML over HTTP

E) All of the above