FLASH Programmer needed

Discussion in 'Programming' started by Deltazon, Oct 24, 2011.

  1. #1
    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
     
    Last edited: Oct 24, 2011
    Deltazon, Oct 24, 2011 IP
  2. urvesh

    urvesh Peon

    Messages:
    97
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    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
     
    urvesh, Oct 25, 2011 IP
  3. Flash Junky

    Flash Junky Well-Known Member

    Messages:
    319
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    130
    As Seller:
    100% - 3
    As Buyer:
    100% - 2
    #3
    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...
     
    Flash Junky, Oct 25, 2011 IP