PDA

View Full Version : P2p?



flasholinos
March 26th, 2004, 08:54 AM
Hi Guys! Can anybody tell me how i can connect 2 or more computers and send values to each other with flash!!I want to
make a Peer to peer connection.TNX

Elbudster
March 26th, 2004, 09:09 AM
i wanna make an apple to apple connection ;)

Johnny64
March 26th, 2004, 11:51 AM
socket server :)

flasholinos
March 30th, 2004, 05:33 AM
Yes i know that !!!But are any codes that allows connection to computers. I know that XML(in flash) support sockets and you can send and receive data. But i think you must have a server to manage those datas. Can you send and receive data with only two computers and only with flash (without flash communication server).

Johnny64
March 30th, 2004, 10:21 AM
Nope
Flash is a client-side app only

you will need a socket sever of some kind.