A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: XML and PHP (thats what they used)

  1. #1
    Am I sumthing or no?
    Join Date
    May 2002
    Location
    A Place Beyond your Imagination
    Posts
    46

    Smile

    hello everyone,
    i jus wanted to know how the people at dubit.co.uk made they site i know they used XML and PHP,, but how? and also are they any tutorials for sumthing like a multiuser chat, and how did they do their character the movement using the mouse. pleas i need help cause i wante to experiment on sumtin like that i thinkin of using ASP and Access instead of XML. but plase help me. any sort of ideas would be appreciated thanx a million

  2. #2
    Senior Member tupps's Avatar
    Join Date
    Jan 2001
    Location
    Melbourne
    Posts
    2,035
    That is a pretty complex site.

    Even if you use ASP and Access as a back end you will need to send information back and forth to flash. To do that you should use XML.

    I don't know what aspects your are enquiring about, maybe give us a small example of what you would like to implement and I will let you know my thoughts on how it can be done.

    Thanks

    Luke

  3. #3
    Am I sumthing or no?
    Join Date
    May 2002
    Location
    A Place Beyond your Imagination
    Posts
    46

    thanx

    Hey thanx for replying
    well actually tryin to make a site like that using, but the problem is how do i get the multiuser chat thing, i have no idea this would be my first attempt to create such a thing. so how do i do it got any ideas or are there any tutorials availabe that show u how to do such stuff

  4. #4
    Senior Member tupps's Avatar
    Join Date
    Jan 2001
    Location
    Melbourne
    Posts
    2,035
    OK, 2 options for multiuser chat:

    If it is real time then it is probably done with a socket server. See the FAQ for information about the socket servers:

    http://www.tupps.com/flash/faq/xml.html

    If it is done in an offline or nearline state (eg chat sessions are not instantanious) then it is probably done with a database and PHP kicking back the XML document of all the messages that the person has received.

    Thanks

    Luke

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center