Skip to main content
Participating Frequently
May 11, 2007
Question

Communicating with .NET

  • May 11, 2007
  • 3 replies
  • 368 views
I know that FMS can communicate with .NET via remoting and the FlashGateway, but is the opposite true? Is it possible to initiate a message FROM the .NET (or any other server environment) *to* FMS?

Application Server -> FMS ?

Please let me know if this is possible with FMS, or with any other flash technology like Flex or Remoting?

Thanks
    This topic is closed to new replies. Start a new post to keep the conversation going.

    3 replies

    Inspiring
    May 11, 2007
    hello :)

    with FMS 2 you can use XMLSocket to communicate in real time with .NET

    with Remoting (client) or Remoting (Server in the SSAS of FMS you can
    communicate with a .NET remoting server :

    - http://fluorine.thesilentgroup.com/fluorine/index.html
    - http://amfnet.openmymind.net/

    with flash idem...

    EKA+ :)

    chapel21 a écrit :
    > I know that FMS can communicate with .NET via remoting and the FlashGateway,
    > but is the opposite true? Is it possible to initiate a message FROM the .NET
    > (or any other server environment) *to* FMS?
    >
    > Application Server -> FMS ?
    >
    > Please let me know if this is possible with FMS, or with any other flash
    > technology like Flex or Remoting?
    >
    > Thanks
    >
    chapel21Author
    Participating Frequently
    May 11, 2007
    Thanks for the reply.

    When you say i can use XMLSocket, do you mean from the .NET environment or from FMS? Can you explain this?

    I read the links you sent but was a little confused. They both seem to address the capability of communicating from FMS to .NET.

    The first link is about flourine, which is just the FlashGateway dll, right? This is used for communication from FMS to the .NET environment, not the other way around.

    The second one, about AMF, which i'm familiar with, is the protocol used when communicating FROM FMS to .NET using Flash remoting, which is the same process in the first link.

    I want to communicate FROM the .NET environment TO the FMS server.

    .NET Application -> FMS -> Clients

    Is this possible?

    Thanks again