Window client conect to FMS installed Server

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

  1. #1

    Default Window client conect to FMS installed Server

    Hello everybody!

    I used FMS 2 + Action Script2 for developing my application on window and it
    worked well. My application is Client-Server system, and video chatting using
    webcam. I want to move that application to Linux, and i have succeeded in
    localhost. I would like to connect from client to the linux server including my
    application, but it failed. Do i have to make change anything such as:
    Server.xml, fms.ini...?

    Best regard

    ngantrinh

    ngantrinh Guest

  2. Similar Questions and Discussions

    1. how to know FMS2 check client is not conect ?
      How to know Flash media server 2 check client is not connect( i have meet problem client fall net work but FMS2 is not know client is not connect )
    2. How to check if a client has installed an application or not from ASP.NET
      Does anyone know how to check on the client machine if a particular application/OCX is installed programmatically in ASP or ASP.NET environment ? Any...
    3. Flash Webcam client <-> client (not client <-> server<-> client)
      Dear Flash Team, supporter and regular mortals (Like myself) I am currently running a IRC chat with mostly webclients connected. We currently offer...
    4. Help conect to SQL
      Hi i need help with this code. Set conn1=Server.CreateObject("ADODB.Connection") conn1.ConnectionString="Provider=SQLOLEDB; Data Source=ASF_SQL;...
    5. listing databases remotely using jdbc w/o db2 client installed
      Hi ! Does anyone have good suggestions on how to access databases (for example list database) on a network of servers remotely? ** using JDBC, and...
  3. #2

    Default Re: Window client conect to FMS installed Server

    Server Side action script is platform independent.

    In a usual case, The changes/tweaking should be identical to what one would
    have done (if at all ! ) while deploying the application on a freshly installed
    FMS2 @ Windows.

    However, on Linux, you might have to change the permissions of you server side
    script file to executable using chmod.

    fmslove 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