Skip to main content
November 2, 2009
Answered

How to communicate between different apps on 1 server?

  • November 2, 2009
  • 1 reply
  • 810 views

Like the title says: How to communicate between different apps on 1 server?

I'm new to FMS and I'm trying to build a program on which I need to have communication between 2 or more apps on the same server.

How to do that?

    This topic has been closed for replies.
    Correct answer Asa_-_FMS

    There are a few ways to do this.

    1.  The preferred for me is to do a NetConnection from one app to the other and make calls between the two using the .call function of NC on one side and the other side's client.call interface

    2.  You can use proxy shared objects to affect this same change

    3.  Build your own interface for this using remoting

    Just some thoughts there.


    Asa

    1 reply

    Asa_-_FMS
    Adobe Employee
    Asa_-_FMSCorrect answer
    Adobe Employee
    November 2, 2009

    There are a few ways to do this.

    1.  The preferred for me is to do a NetConnection from one app to the other and make calls between the two using the .call function of NC on one side and the other side's client.call interface

    2.  You can use proxy shared objects to affect this same change

    3.  Build your own interface for this using remoting

    Just some thoughts there.


    Asa

    November 2, 2009

    Thanks for the quick reply

    I think I'm going to use NetConnection. Is it just the same as client-server?

    Asa_-_FMS
    Adobe Employee
    Adobe Employee
    November 2, 2009

    Pretty close, check out the online documentation for more details.  Or your packaged docs in the Server Side ActionScript Reference material.