I used http service to get data from XML files
the Request is work clearly but when I try to access large XML file a strange flash player error apears
ArgumentError: Error #2084: The AMF encoding of the arguments cannot exceed 40K.
any one know how can I run out this error
note : if I use URLRequest with URLLoader this error doesn't appear
but I need to use HTTPService instance