On Fri, Aug 22, 2008 at 9:49 AM, Hans Wichman
<[EMAIL PROTECTED]> wrote:
> - does n1 know of a good reason to use webservices through json through
> javascript in flash

Some developers prefer JSON over XML. But there's no need to use a JS
library to connect Flash to server. With AS3 you load and send JSONs
with URLLoader. To decode and encode JSON objects use the as3corelib
library:
http://code.google.com/p/as3corelib/

Performance-wise, it is best to use AMF (binary format) if possible.
Working with JSON should be slower than XML because XML parsing is
native to AS3.

-- 
Eduardo Omine
http://blog.omine.net/
http://www.omine.net/
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to