Very frustrated with ActionscriptObject

Discussion in 'Chit Chat' started by Carbin, Apr 7, 2011.

  1. Carbin

    Carbin New Member

    Joined:
    Apr 7, 2011
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Hi everyone, I have been reading the documentation but the concept of ActionScript-Java hybrid environment is still very confusing for me.
    What I want to do:
    from an iPhone, call sendXtMessage and pass a parameter (NSDictionary) to the server
    the server then fetches the parameter, then I want to save this as BINARY to H2 Database
    the problem is, when NSDictionary was sent through sendXtMessage, it gets translated into an ActionScript Object
    Somehow this obj will also have access to Java methods. So its like it is actionscript object and it is also actually a java object. The server was written in Java but I have no idea how the server translate something in Java to ActionScript.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice