tags:

views:

27

answers:

1
<mx:HTTPService id="theXMLtree" url="http://localhost/file.php"/&gt;

<mx:Tree dataProvider="{dp}"></mx:Tree>

The file generates the XML, i need to embedeed that info in my tree... how can i do it.

A: 

Here is a quickstart for HTTPService

http://www.adobe.com/devnet/flex/quickstart/httpservice/

Arno