|
Home > Archive > Macromedia Flash Server > May 2005 > FlashComm -> NetServices -> Perl and back
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
FlashComm -> NetServices -> Perl and back
|
|
| Mart Gordon 2005-05-19, 7:45 am |
| Hello to all you good people,
I have a small video record app that, once the video is recorded and the
user confirms they wish to keep it, invokes a PERL script to copy the
file to another location [this will eventually also integrate ffmpeg to
convert the file to mpeg]. Does anyone know whether it is possible that
once this is succesful the PERL script could call a function on th FCS?
Thanks
Mart
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Ian_McMurray-Og8htmhS31CRiLue71sHew@public.gma 2005-05-19, 5:45 pm |
| Sounds like you need to visit AMF::PERL @ http://www.simonf.com/flap/
Even though this is basically providing REMOTING to Flash - you could also
execute shell commands from the backend PERL code, why not....
Thanks,
Ian
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Wouter van Vliet / webclusive 2005-05-26, 2:45 am |
| Hmm .. you seem to be able to call the PERL script already? From your
question I'm guessing that you call it from the client. Would you have
called it from the fcs server, you'd probably have known about the
xx_Result.
It bascially comes down to using http://www.simonf.com/flap/
(AMF::Perl). AMF is a way of calling methods on a webserver from within
flash or flashcom. Your method gets called, then executed on the
webserver - the return value comes back to Flash/FCS (whichever called
the method).
Have fun!
Wouter
Mart Gordon wrote:
> Hello to all you good people,
>
> I have a small video record app that, once the video is recorded and the
> user confirms they wish to keep it, invokes a PERL script to copy the
> file to another location [this will eventually also integrate ffmpeg to
> convert the file to mpeg]. Does anyone know whether it is possible that
> once this is succesful the PERL script could call a function on th FCS?
>
> Thanks
>
> Mart
>
> =-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|
|
|
|
|