Célio
Visitor
|
Re:Why can't i connect? - 2006/05/21 11:20
Hi,
There can be different reasons, first of all, if you try to connect through a flash Executable (or from the Flash application itself) to the IP of the server running Palabre, does it work ? If not then there might a firewall problem, or a network problem. If it works through an exe , but doesn't work when connecting from an SWF on the server, you have to check that the server of the swf is exactly the same than the server specified in the connect() function (ex: if the swf is at http://test.mydomain.com/test.swf you MUST connect through xml.connect('test.mydomain.com',xxx); and NOT through www.mydomain.com or 201.55.45.68 , ...)
You could do things like this by using crossdomain.xml files ( http://www.moock.org/asdg/technotes/crossDomainPolicyFiles/ )
In the next version of Palabre, you will be able to do this through the Palabre configuration file directly. (currently working on the SVN but not fully tested)
There are other posts in the forum about this, for further informations.
Have fun
Célio
|