Skip to main content
July 10, 2009
Question

Return value from FMS

  • July 10, 2009
  • 1 reply
  • 863 views

Hi All,

      Is there any piece of code for returning the value from fms(.asc)  to flash (AS2).

      Any one Knows........ Replay..

     Thanks in advance..

Regards

Saransoft

    This topic has been closed for replies.

    1 reply

    July 10, 2009

    Thats not enough of a description to understand what you'r trying to accomplish. Can you elaborate on what it is you want to do?

    July 11, 2009

    Hi,

         Thanks for ur replay,

         I mean, Sending var from ".as" file to server ".asc" communication  files and return some value.

         Another one:

          Is there any possible to create more than one Shared object in ".asc" communication file.

         I think U can understand..

         wait for ur valuable replay.

    Regards

    Saransoft

    Petro_O__Bochan
    Inspiring
    July 11, 2009

    Hi Saransoft,

    the simplest way is to use the client's object call method:

    http://help.adobe.com/en_US/FlashMediaServer/3.5_SS_ASD/WS5b3ccc516d4fbf351e63e3d11a11afc95e-7ec3.html#WS5b3ccc516d4fbf351e63e3d11a11afc95e-7fc8

    You could also impement the same functionality either through NetStream.send() or SharedObject.send(). The latter, by the way, could be instantiated to an un,imited number of instances.

    Cheers,

    Peter