Hello :)
[quoted text, click to view] > 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?
You can creates an XMLSocket server in .NET and after communicate
between your FMS application and your .NET application (client or server)
[quoted text, click to view] >
> I read the links you sent but was a little confused. They both seem to address
> the capability of communicating from FMS to .NET.
>
FMS use rtmp protocol to communicate datas with the AMF (Action Message
Format ) protocol (remoting and FMS use this protocol)
But in FMS2 you can use XML, string datas and XMLSocket and XMLSocket
stream (Jabbert etc...)
[quoted text, click to view] > 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?
Yes :) it's possible... but isn't direct ! you must read the
documentation in the install directory of FMS. you must do tests in a
easy FMS application..
EKA+ :)
[quoted text, click to view] >
> Thanks again