Does Flash Communication server include Flash remoting ?

Ask a Question related to Macromedia Flash Flashcom, Design and Development.

  1. #1

    Default Does Flash Communication server include Flash remoting ?

    We plan to use Flash communication server and flash remoting. Now the most simple question, does the com-server already include flash remoting ?

    Thanks
    bendalf Guest

  2. Similar Questions and Discussions

    1. Flash Media Server vs Flash Remoting
      I was wondering what are the pros and cons of moving our text based broadcast service from Flash Remoting to Flash Media server. Right now we have...
    2. Flash Communication Server
      I am having trouble installing the flash communication server on my mac, I have flash mx 2004 professional but when i run the installer it searches...
    3. Flash communication server VS Flash Media server
      Hi guys! In flash communication server, you could had up to 2500 users with a single Professional Edition, but with Flash Media Server, it's only...
    4. Flash Com. Server and it's Remoting
      Hi all! I am using the following remoting code: var nc = new NetConnection; nc.connect("http://localhost/flashservices/gateway.aspx"); ...
    5. Do I need Flash Communication Server?
      We will be doing video training over a LAN in a few weeks and I'm wondering if we need to buy Flash Communication Server or if we can get away with...
  3. #2

    Default Re: Does Flash Communication server include Flashremoting ?

    No, they are realy diferent AppServers. The flash client is the one that uses
    the same library to connect to the appserver.

    more info in this tutoria.
    [url]http://www.sephiroth.it/tutorials/flashPHP/flashcomm_AMFPHP/[/url]

    ELMICHA

    ELMICHA Guest

  4. #3

    Default Re: Does Flash Communication server include Flashremoting ?

    Flash Remoting comes in various flavors according to what middleware you're
    using. It's a separate product and license. Using FCS, Flash Remoting is about
    the only way to get variables into your FCS app on the server. However in the
    upcoming FMS2 (the new name of Flash Communication Server is Flash Media Server
    2) the server side API has been extended to include other ways that data can be
    brought in (like XML).

    Hope that helps

    LA Flash Guy Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139