Skip to main content
Participant
July 25, 2006
Question

Integrate Server App with FMS

  • July 25, 2006
  • 1 reply
  • 268 views
Is it possible to integrate FMS with another application running on the same server? We have an application that we would like to make Web-based. In order to do this, we need to be able to push the application engine's output to the clients. Does FMS have an API that would enable this? Our application is written in .NET (C#) but it would be easy for us to convert it to Java. Is it possible to make FMS and our application communicate with each other?
    This topic is closed to new replies. Start a new post to keep the conversation going.

    1 reply

    July 25, 2006
    Sure... you can do that.

    You'll need your other app server to be capable of handling either XML or AMF data. Then you can use either a remoting connection (for amf data), or an XML Socket connection. Both are covered in the docs.

    Of course, you'll need to write your own functions in your SSAS to handle the incoming data, but the connection classes are built in to FMS.

    AFAIK, FMS will need to instantiate the connection to the other app server. I don't know of any way for the app server to make the connection without a flash client (player or VM).