Skip to main content
Participant
December 24, 2009
Question

How server-side action script functions can be called from a servlet

  • December 24, 2009
  • 1 reply
  • 525 views

Is it possible that I can accesss server-side action script on FMS from a servlet or server side scripting language like PHP? Is there any API available for this purpose. Is there a Java API or someohter programming language support or some support from adobe that allows this?

    This topic has been closed for replies.

    1 reply

    Asa_-_FMS
    Adobe Employee
    Adobe Employee
    December 24, 2009

    Currently no, FMS scripting is only accessible through the provided Server Side Action Script language.

    Sorry,

    Asa

    Participant
    December 30, 2009

    Thankyou for providing this info.

    December 30, 2009

    You can connect to an FMS application and invoke As method from PHP.  See the following project:

    http://code.google.com/p/php-rtmp-client/

    If you want to connect from a java servlet, see the red5 project (http://osflash.org/red5). All the classes you need to connect up to an FMS app can be found there.