Running a remote script

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

  1. #1

    Default Running a remote script

    Hi,

    at the company i work for , we started using the Flash Media Server. Nice
    stuff, got it up and running.

    Now there is an issue. Is it possible to run a remote script that resides on
    the same server as FMS? It's for the following scenario :
    A user uploads an flv-video, and after he presses save, that video needs to be
    distributed amoungst other servers in different countries. We've got the script
    read that will wait until it is executed and that copy the given file around.

    So i'm wondering if there is a way in server-side actionscript to make a call
    to a script outside of FMS. Something like External(scriptname,arguments) or
    such. Is this possible in FMS?

    TrikkeGent Guest

  2. Similar Questions and Discussions

    1. ASPX pages :Starting and Stopping Windows services running in remote Systems
      Hi Requirement:::: starting /Stopping windows servcies running in remote servers. I used the System.ServiceProcess.ServiceController ...
    2. Running ASP Script
      i want to run ASP Script in any email(Hotmail,yahoo) message body. if anyone kindly help me in this problem. thanks, *** Sent via Devdex...
    3. [PHP] running a php script in /cgi from /web
      Hi, Saturday, July 19, 2003, 10:31:04 AM, you wrote: DW> Folks, DW> I've searched through the archives of the general mailing list and DW>...
    4. [PHP] running SSH through a PHP script
      it's running as the apache user.. I negated the need for a ~/.ssh/ directory by specifying the path to a private key and by putting entries for...
    5. running SSH through a PHP script
      I am using SSH inside one of my PHP pages to run some commands on a remote server and return the output web page. In detail, I'm using SSHing 3...
  3. #2

    Default Re: Running a remote script

    No, you would need to call a PHP/ASP/CFM server side file to do that. You can do that with the loadVars object.
    Graeme Bull 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