<mx:HTTPService id="theXMLtree" url="http://localhost/file.php"/>
<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.
<mx:HTTPService id="theXMLtree" url="http://localhost/file.php"/>
<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.