Ver Mensaje Individual
  #4 (permalink)  
Antiguo 05/02/2009, 11:34
Avatar de ko^ke
ko^ke
 
Fecha de Ingreso: septiembre-2001
Ubicación: México D.F.
Mensajes: 364
Antigüedad: 23 años, 2 meses
Puntos: 1
Respuesta: Procesar XML desde URL

Pus nop, me manda un error:

Severity and Description Path Resource Location Creation Time Id
1046: Type was not found or was not a compile-time constant: FaultEvent. prueba/src prueba1.mxml line 10 1233855197898 92

El código es:

Código:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="mySoul.send()" >
<mx:Script>
	<![CDATA[
		private function onResult(evt:ResultEvent):void 
{
    trace(evt.message);
}
 
private function onError(evt:FaultEvent):void 
{
    trace(evt.message);
}
	]]>
</mx:Script>
	
	<mx:HTTPService id="mySoul" url="http://localhost:8080/asterisk/mxml?Action=Sippeers" showBusyCursor="true" result="onResult(event)" fault="onError(event)"/>
	<mx:Label x="289" y="113" text="{mySoul.lastResult.ajax-response.response}" id="MySoul2"/>

</mx:Application>
__________________
Aquí va la firma...