If you have control over the web service (sounds like you do), you should consider providing a service that sends an AMF (Action Message Format) response. AMF is a binary message for Flex/Flash apps is quite small. There are open source AMF packages for Java, PHP and Ruby that I know of. Probably one for .NET.
- Todd --- In [email protected], "M.Javed" <[EMAIL PROTECTED]> wrote: > > Hi all, > I have an application which calls a .NET webservice for data periodically, lets say, every 5 seconds. The WebService in return sends an XML back to the Flex Application which process it further for display. As you can see the network in this scenario can b a bottle neck in case of slow internet connections, currently the XML sent by the WebService to the Flex Application is of size around 5kb. I want it to be reduced by implementing some kind of compression if there is any support available. If anyone can give any idea in this regard, it will be a great help. > Thanks in advance, > > regards, > -Javed > > > --------------------------------- > Looking for last minute shopping deals? Find them fast with Yahoo! Search. >

