Skip to main content
Participant
April 17, 2007
Question

Flash Media Server 2

  • April 17, 2007
  • 1 reply
  • 422 views
I'm developing Chat application Using Flash. I designed the client side application, but dont know how to host the server in Flash media Server 2.Tell me how to run the chat Using Flash Media Server 2.

Thanks In advance
    This topic has been closed for replies.

    1 reply

    Participant
    April 17, 2007
    there are sample applications here:
    http://www.adobe.com/devnet/flashmediaserver/sample_apps.html

    and there is Chat application. may be this sample will help you.
    Participant
    April 18, 2007
    I downloaded the sample chat. But I dont know how to host the server side script to Flash Media Server 2. I downloaded the Trial Version of Flash Media Server 2.
    Plz solve the Prob.

    Thanks in Advance
    Participant
    April 18, 2007
    if i understand your question...
    there is directory "applications" where you should place your server-side scripts.

    for example on windows version of FMS this directory is here
    C:\Program Files\Macromedia\Flash Media Server 2\applications
    you should create directory inside this applications with the name of your application. in our case this is "tutorial_textchat".

    so after that we have
    C:\Program Files\Macromedia\Flash Media Server 2\applications\tutorial_textchat

    and you should place main.asc (server-side script) file in that directory. (dont forget to start server)