Skip to main content
Inspiring
November 2, 2007
Question

Simple Connect Problem

  • November 2, 2007
  • 1 reply
  • 347 views
Hello,

I have created a chat application using the communication components using this tutorial
http://www.adobe.com/devnet/flashcom/articles/first_comm_app.html

I have people list component , chat component and the simple connect component in the stage.In simple connect I have given the localhost path and instance name of other components.
When I run the application the connection light TURNS GREEN indicating the connection has been established. I even have server-side script main.asc which loads the component.( load( "components.asc" );)

But, my problem is what to do after that..?

Because when I press on the login button of simple connect nothing happens!
And also, when I type something on the chat and enter nothing is displayed in the chat area.


What may be the problem?? Any ideas…??
    This topic has been closed for replies.

    1 reply

    January 12, 2008
    Hi Sriram !!!
    U may be not passing parameters properly. U need check twice whether you have passed correct instance names or not

    Anil Golla
    Inspiring
    January 14, 2008
    Hi anil!

    well it was not the problem with the instance name! well i even i am not quiet sure what is the problem or now can say what was the problem!
    one fine day it started working automatically, with out me doing any changes!!!
    Unusual right?