Skip to main content
Participating Frequently
August 17, 2011
Answered

Securing the server side actionscript

  • August 17, 2011
  • 6 replies
  • 1015 views

Hi,

Is there any way for securing the serverside actionscript code so that it wont be acceessible to others ? At present all the code we have is just plain text which anybody can read and understand. Any help will be appreciated.

    This topic is closed to new replies. Start a new post to keep the conversation going.
    Correct answer vijay_das

    Did you look at the -compile option?

    It creates bytecode out of your script. Won't that help you?

    6 replies

    Adobe Employee
    August 17, 2011

    Check out far.exe tool in fms tools folder.

    -compile and/or -package option should help.

    Participating Frequently
    August 17, 2011

    thanks vijay for that quick answer. but i have already looked in to it and waht i understood is its just a compressing utility where anybody can uncopress it also. i may be wrong but is there any article which mention the usage of this tool ?

    vijay_dasCorrect answer
    Adobe Employee
    August 17, 2011

    Did you look at the -compile option?

    It creates bytecode out of your script. Won't that help you?