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 <s:Spinner/> <s:RichEditableText/> <mx:HBox/> <s:HGroup/>
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
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
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/>
Which of the following is used to avail a two-way binding in Flex mxml tags {} @ Using setters and getters None of the above
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