9A0-182 Web TestEngine demo

Exit VCEDump 9A0-182 Flex 4.5 ACE Exam
Question 15 of 15
0% complete
Q15 Single choice

Given the following code:

<fx:Binding source="message" destination="input.text" twoWay="true" /> <fx:Script>
<![CDATA[
[Bindable]
private var message:String = "Hello User";
]]>
</fx:Script>
<s:TextInput id="input" text="Goodbye User" />

What will be displayed in the text input control when the application first loads?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in