View Single Post
Polaco's Avatar Polaco Polaco is offline 2008-11-12 #9 Old  
Last edited by Polaco : 2008-11-12 at 19:02.
Yes Nutrox it makes some sense...
But if I was receiving the data compressed why in IE6 was not working and in Firefox did? It looks like firefox was uncompressing it or that the header was incorrect and it wasn't really compressed but instead the header was erroneously set by the IIS and that header error wasn't a problem for Firefox.
(I was using the URLLoader to go against a servlet that returns a dinamically generated xml)

Will "data.readUTFBytes( data.length )" work properly if charset is ISO-8859-1?

Is it nescesary to set the URLRequestHeader ”Accept-Encoding”, “gzip” for the browser not decompress the response?

Have you ever tried to serialize with AMF a java value object or bean and send it to flash client without using Blaze or something like that or do you think it's possible?

greetings!



ps: I have found this about AMF and Java seems cool http://javadevelopmentforthemasses.b...-flex-and.html
the other questions remains a bit confusing
Reply With Quote