Presentation is loading. Please wait.

Presentation is loading. Please wait.

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

Similar presentations


Presentation on theme: "What language other than MXML you can use for writing a Flex Application."— Presentation transcript:

1

2

3

4

5

6

7

8

9

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

11 Which of the following is 'NOT' a new Flex 4 spark component
<s:Spinner/> <s:RichEditableText/> <mx:HBox/> <s:HGroup/>

12 Which of the following can be used to change images at run time
Which of the following can be used to change images at run time. (Choose two) Changing the 'source' property of the Image component Calling the 'load' method of Image component Changing the 'content' property of Image Component It is not possible

13 Which Action Script code snippet will successfully add a 'component' to a given 'container' in Flex 4 container.addElementId(component) container.add(component) container.contentGroup.addElement(co mponent) None of the above

14 Which control can be used to load a compiled flash file (
Which control can be used to load a compiled flash file (.swf) into your application <mx: SwfLoader/> <s: BitmapImage/> <mx: Image/> Both <s: BitmapImage/> and <mx: Image/>

15 Which of the following is used to avail a two-way binding in Flex mxml tags
{} @ Using setters and getters None of the above

16

17 Which of the following features are provided by Flex
Binding Event Handling Pre-built component library Support of XML over HTTP All of the above


Download ppt "What language other than MXML you can use for writing a Flex Application."

Similar presentations


Ads by Google