|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
xml socket & web server
Hi.
I am trying to publish a flash page in IIS to the local network on the same subnet and then use the xml socket function to connect to a winsock server on the same machine as IIS resides, on that machine i can do this by using 'localhost' but i cant seem to connect from the remote machine. This is some of the code I am using: - serverip = "192.168.0.2"; serverskt = 10101; sock = new XMLSocket(); sock.onConnect = onSockConnect; sock.onXML = myOnXML; sock.connect(serverip, serverskt); I have tried various ways of doin this, like:- serverip = "http://flashserver/"; serverip = "http://192.168.0.2/"; But none of these work, as anyone any suggestions? Thanks Mark |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > xml socket & web server |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|