GREATE source codes and examples!!
But there are some questions...
I'm using the blazeds proxy server to avoid the cross domain policy
(crossdomain.xml)
http://opensource.adobe.com/wiki/display/blazeds/BlazeDS/
<mx:HTTPService id="httpService" useProxy="true" result="resultHandler
(event)"/>
Also, I need customer http headers like "Authorization" & "x-ms-date"
with org.httpclient.HttpHeader.add() function.
But I have no idea about how to add customer http header with proxy
server...
Is there any idea?