Skip to main content
Known Participant
June 21, 2010
Question

red5 server side actionscript

  • June 21, 2010
  • 1 reply
  • 903 views

Hi

Is FMS server side actionscript same as red5 server side actionscript.If it is not which language is used to program red5 server side.Any differences between FMS SSAS and red5 SSAS.

Thanks

Srinivas

    This topic has been closed for replies.

    1 reply

    June 24, 2010

    FMIS uses server side actionscript (javascript), and Red5 uses Java. They are different languages, and code written for one server will not be compatible with the other, so you'd need to rewrite all of your code to move between servers.

    Java has many similarities to AS3, so if you're well versed in AS3, learning Java isn't all that difficult.