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

  1. #1

    Default Check status of FCS

    Hello!

    I want to build a php-page that can check the status of a FCS-service. Like it
    is possible through the control panel.

    For example I want to check if rtmp://test.chat.com/myChat is responding.

    Is this possible through php?



    PatrikC Guest

  2. Similar Questions and Discussions

    1. Check remote server status
      My website redirect a certain page to another on an different server because that (generated) page is always up-to-date. Only that server isn't...
    2. how can i check and decide the caps Lock status ?
      i want to know if the caps lock is turned on right now or not and to turn it on how can i do it ? thanks
    3. how can i check and decide caps lock status
      "gordonit" webforumsuser@macromedia.com wrote: Hi. Use this free xtra: http://www.scirius.com/HCommon/ExCL.htm -- Agustín María Rodríguez |...
    4. How to check the status of a DB2 Connection
      We use DB2CLI. Does any one know if it is possible to check the status of a DB2 Connection (SQLHdbc) before actually using it. This will help in...
    5. How to check server status using InetCtls.Inet?
      Set Inet = Server.CreateObject("InetCtls.Inet.1") Inet.URL = "http://www.yahoo.com/" Inet.AccessType = icDirect Inet.Protocol = icHTTP...
  3. #2

    Default Re: Check status of FCS

    use sockets. its doable.
    dejayfx Guest

  4. #3

    Default Re: Check status of FCS

    A simple way would be to have AMFPHP on your http server, and have your FCS app make a remoting call to an AMFPHP service when the application status changes.
    JayCharles 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