Buenas noches!
ya he encontrado la solucion... coloque el siguiente codigo...
Código:
<mx:HTTPService id="phpInfo" method="POST" url="http://localhost/xml/news.php" result="newsInHandler(event)" resultFormat="e4x" showBusyCursor="true"/>
[Bindable]
private var NEWXML:XMLListCollection=new XMLListCollection;
private function newsInHandler(event:ResultEvent):void
{
var tmpXML:XMLList=new XMLList(event.result);
NEWXML= new XMLListCollection(tmpXML..categoryid);
}