PDA

View Full Version : Running a remote script


Trikke
01-29-2008, 02:42 PM
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. Is this possible in FMS?

Example :
i need to execture the following :
/usr/local/bin/fms-video-ok.php
when i click on a button "save" in flash.

Thanks!