#1
3
Nice to see u all
i making a Flash Game, most of the part i had finished.
But i want to make a ranking page, i had seen the game in this web site did it.
Can anyone tell me the program of it(Java)Thanks!!
i making a Flash Game, most of the part i had finished.
But i want to make a ranking page, i had seen the game in this web site did it.
Can anyone tell me the program of it(Java)Thanks!!
by Jason
2004-05-21 09:39:44
Like
Reply
#2
3
Hello. I don't know how they did it, but the way I do it was to save the scores to a database in the server.
by Ken
2004-05-21 13:24:24
Like
Reply
#3
In reply to #2:
Ken is right. We save the scores to a database in the server and then retrieve it from the Flash game. Sure you can do it with jsp or servlets.
by Novel Games
2004-05-21 13:29:50
Like
Reply
#4
3
In reply to #3:
i understand that data is being retreived from database. but how could i link it using the macromedia flash !!
by karthik bala guru
2004-05-22 23:24:25
Like
Reply
#5
In reply to #4:
You need to call a server side script to access the database.
by Novel Games
2004-05-26 13:14:09
Like
Reply