Download presentation
Presentation is loading. Please wait.
Published byStella Mitchell Modified over 6 years ago
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
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
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.