1 / 17

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. 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. (Choose two)

aderyn
Download Presentation

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

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


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

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

  3. 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

  4. 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(component) • None of the above

  5. 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/>

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

  7. 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

More Related