On 6/3/05, flex_script <[EMAIL PROTECTED]> wrote:

>  if I want to populate data from an XML, in an accordian,

You can load the XML into a Model.

 <mx:Model id="model" source="data.xml" />

Then bind it to the label...

>      <mx:Form label="{model.foo.bar.label}">

That's assuming your XML looks like this:

 <foo>
  <bar label="Select Active or Inactive" />
 </foo>


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to