actionscript 3 - Using an API (JSON) with Flash (AS3) -


i want build application flash cs5 use api returns responces in json. how can in flash?

another question can go in thread is... how can use ajax api google's transliteration flash?

as3corelib features json de-/encoder: http://github.com/mikechambers/as3corelib/tree/master/src/com/adobe/serialization/json/


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -