mIRC Home    About    Download    Register    News    Help

Print Thread
#209212 06/02/09 06:45 PM
Joined: Nov 2008
Posts: 22
F
Ameglian cow
OP Offline
Ameglian cow
F
Joined: Nov 2008
Posts: 22
If there's a game that has a port and stuff for multiplayer gaming. (It's a flash game btw). Is it possible, if you know the API for the server, to send information?

I mean, for example lets say that kill(); was a function. Then would you just do:

sockwrite -nt $sockname kill();

Or is there something special for a .SWF

Firstmate #209221 06/02/09 10:33 PM
Joined: Feb 2007
Posts: 234
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Feb 2007
Posts: 234
the API would have to have a listen socket, and listen for commands sent via socket, to my knowledge.


Link Copied to Clipboard