I am working with Twitter's API which returns various status codes for
different calls.Some of the status codes indicate an error
http://apiwiki.twitter.com/REST+API+Documentation#HTTPStatusCodes

I am tracking these errors using the HTTPStatus events but I can't seem to
get the xml returned.
Is it possible?
private function onHTTPStatus (p_event:HTTPStatusEvent):void{
Logger.debug("onHTTPStatus = " + p_event);
var loader:URLLoader = p_event.target as URLLoader;
Logger.debug('loader.data = ' + loader.data);
}

loader.data is undefined every time.


-- 
Ketan Anjaria
415.260.8742
[EMAIL PROTECTED]
www.kidbombay.com
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to