Skip to main content
Participant
November 14, 2008
Question

sendToURL equivalent in FMS 3

  • November 14, 2008
  • 2 replies
  • 432 views
Hi,

Can anyone help me out, I would like to be able to send a request to a URL from FMS3 in a .asc file.

I can do it from the client in AS3 using…
flash.net.SendToURL(request);

Is there any equivalent functionality in FMS3?

Is it possible to supply credentials for that request as well, user / password?

Cheers,
Steve.
    This topic has been closed for replies.

    2 replies

    Participant
    November 14, 2008
    Not actually slow just the video encoding lag that makes it look slow.
    Participant
    November 14, 2008
    Ok worked it out, but it is slow, any ideas on how to speed it up?

    var loadvars = new LoadVars();
    var authInfo = "zzzzzzzzzzzzzzzzz";
    loadvars.addRequestHeader("Authorization", "Basic " + authInfo);
    loadvars.camera = "1";
    loadvars.move = "right"
    var result = loadvars.send(" http://192.168.xxx.xxx/woo.cgi");