<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
layout="vertical" initialize="init()">
<mx:Script>
<![CDATA[
*import* mx.controls.TextInput;
*private* *function* init():*void*{
*var* ti:TextInput = *new* TextInput();
ti.text = *"Hi Divya"*;
*this*.addChild(ti);
}
]]>
</mx:Script>
</mx:Application>
Thanks & Regards
Baluvasireddy
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---