Hi Guys,
 
I'm looking to migrate an existing FMS app to Red5 and I have a lot of 
server-side actionscript code that I need to port.  I've seen some of the 
tutorials available out there, but I still have a few questions.  Here we go:
 
1.  Have the FCS / FMS server-side components been ported to work with Red5?  
Is this code available anywhere?  I'd like to use it as a reference.
 
2.  Any plans on providing scripting support?  I know I've seen something about 
this in the trunk... is it ready for prime time?
 
3.  I'm doing some remoting with a .net service... the code looks like this:
 
NetServices.setDefaultGatewayUrl(defaultGatewayUrl);var remoteGateway = 
NetServices.createGatewayConnection();var remoteService = 
remoteGateway.getService(serviceName, this);
remoteService.functionCall(...);
 
functionCall_result(obj)
{
   .... code  ....
}
 
How does one do this in Red5?  
 
So any helpful suggestions to get me going would help greatly.   Thanks!
 
-Costin
_________________________________________________________________
With Windows Live Hotmail, you can personalize your inbox with your favorite 
color.
www.windowslive-hotmail.com/learnmore/personalize.html?locale=en-us&ocid=TXT_TAGLM_HMWL_reten_addcolor_0607
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to