Question
Swf on c# windows form.
Hi,
I have a php server as backend of multiple Flash game.
I want to create a Windows Form application(c#) that makes a login
to the Php Server and user select a game listed in the Windows Form.
These games are locally stored in the PC and interac with the Php server.
How to manage the session with the server inside the swf game?
The server needs to know from which logged client is this game running.
