• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

main.asc file

Guest
Apr 02, 2014 Apr 02, 2014

Copy link to clipboard

Copied

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

Views

368

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Apr 07, 2014 Apr 07, 2014

Copy link to clipboard

Copied

LATEST

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");

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines