Skip to main content
April 2, 2014
Question

main.asc file

  • April 2, 2014
  • 1 reply
  • 401 views

Hi, Maybe I am just dumb to ask this question. I am building a chat application. I have created two files one file is to bootstap peers.the second file I created is to distribute introductions across servers in a peer registry.

Ok am I required to create a third ActionScript communication file that allows clients to communication with each other that accepts or rejects a client to the server etc etc? Or, does the two files I have created allow me to do this?

Thank You

    This topic has been closed for replies.

    1 reply

    Adobe Employee
    April 7, 2014

    Not sure what you are asking...You can create as many asc files as you like for a given AMS application...all you have to do is to make a call on following files in main.asc

    load("file2.asc");

    load("file3.asc");

    load("file4.asc");