Hello I am looking for a FLASH(or any other web-based programming language that can do the things I need) programmer. Basically, a group(~2) of users in my website have to be connected together to play a web-based game simultaneously. This could also be achieved with Javascript json requests, but I believe FLASH will significantly decrease the server's resources required for this kind of application. Since I cannot do FLASH programming, I am not sure what information I have to provide for a programmer to estimate the price. If you have any questions, please feel free to write me a private message. If you think you can do the job, contact me by sending a private message with your price in Digital Point. Further communication can be done using Skype or MSN. Another option is to add my Skype kaktusinjshh and contact me there. Deltazon
Hi, I have added you on Skype, I have a team of experienced programmers and we are offering our services at very low rates. My Skype id is - urveshvasani, let's talk about this there. Cheers Urvesh
Flash doesn't communicate directly via sockets unless you have a Flash server. You could create an exe from your flash game and then use sockets from computer to computer to play in real-time. If you want the game to play online, I would suggest either using a flash server, or a PHP backend and make it turn-based... not real time. Also if you go with PHP make sure to add frequent server calls to keep the session alive between the two players. If you have a high traffic site this could really be a bad way to go for server load though...