flash - django communication -- amf, xml, or json?
        Posted  
        
            by shanyu
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by shanyu
        
        
        
        Published on 2010-03-29T10:44:40Z
        Indexed on 
            2010/03/29
            11:33 UTC
        
        
        Read the original article
        Hit count: 340
        
We are considering to develop a Flash front-end to a web application written using Django. The Flash front-end will send a simple "id" to the server and in response receive a couple of objects. The application will be open only to authenticated users.
To the extend of my current knowledge (which is basic for Flash) we can either use AMF or take an XML or JSON approach. AMF seems to have an upperhand as there are examples out on the internet showing it can cooperate easily with Django's authentication mechanism (most examples feature pyAMF). On the other hand, implementing a XML/JSON based solution may be easier and hassle free.
Guidance will be much appreciated.
© Stack Overflow or respective owner