Skip to main content
amsicora
Participant
June 3, 2009
Question

FMS far tool, compile mode

  • June 3, 2009
  • 1 reply
  • 1485 views

I compiled my server side application code and I use the the parameter -hrd.

For more infomation about the FMS far tool see:http://livedocs.adobe.com/fms/2/docs/wwhelp/wwhimpl/js/html/wwhelp.htm?href=00000109.html

How can I retrieve headers specified using -hdr parameters?

For example:

far -compile -hdr name1:10 -hdr name2:20 main.asc

This command makes a binary file main.ase contents: name1, name2, 10 and 20.

If I want retrieve these values in the server side code at run time, what instruction do must I insert?

Thank you in advance.

amsicora

    This topic has been closed for replies.

    1 reply

    June 3, 2009

    You can't retrieve the header info at this time. Here's the info from the docs:

    Specifies a user-defined header to embed in the output file. A header is specified in the form Name:Value. To specify more than one header, you must specify the header using another -h <header> option. For example, casc -h name1:value1 -h name2:value2.

    Note: This option adds content to the ASE file, but the Flash Media Server does not use the content at this time.

    HTH,

    Jody

    amsicora
    amsicoraAuthor
    Participant
    June 4, 2009

    Thank you Jody, I yet readed the documentation, but I do not understand what is casc? Another FMS tool?

    I think the documentation has not very clear and little poor at this section.

    TYIA

    amsicora

    June 4, 2009

    Hi amsicora,

    I don't think the text "casc" should be there. But FMS doesn't use and can't access data added with the -hdr option.

    Apologies,

    Jody