I created a custom component there are some text Areas  in that
component
This component will be imported in main application

My final and simple goal is :
  To load a xml file --  loop thru the array of
node  "dailly_learning"
  And attach the custom component as many as dailly_learning nodes
are and fill the data into it
I could have easily done flash using attachmovie but how to do it in
Flex
I could load the xml and could  retrieve the value from it

Some one please guide me !




    Structure of xml files is  something like :

<!---- Xml file -->

<dailly_learning>

        <category > flex  </category >
         <notes> some text </notes>
         <date_day> date <date_day>
 
</dailly_learning>

<dailly_learning>

        <category > flash  </category >
         <notes> some text </notes>
         <date_day> date <date_day>
 
</dailly_learning>

<dailly_learning>

        <category > Misc  </category >
         <notes> some text </notes>
         <date_day> date <date_day>
 
</dailly_learning>

Regards,
Flex Learner






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




Reply via email to