#1
3
(翻訳者 Microsoft) 皆さんお会いできてうれしいです
私はフラッシュゲームを作って、私が終えた部分のほとんど。
しかし、私はランキングページを作りたい、私は、このウェブサイトでゲームを見ていた、それをやった。
誰もが私にそれのプログラムを教えてもらえますか(Java)ありがとう!
私はフラッシュゲームを作って、私が終えた部分のほとんど。
しかし、私はランキングページを作りたい、私は、このウェブサイトでゲームを見ていた、それをやった。
誰もが私にそれのプログラムを教えてもらえますか(Java)ありがとう!
(オリジナル) sth about Flash~
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!!
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!!
投稿者 Jason
2004-05-21 09:39:44
いいね!
返信する
#2
3
(翻訳者 Microsoft) こんにちは。私は彼らがそれをした方法を知りませんが、私がそれを行う方法は、サーバー内のデータベースにスコアを保存することでした。
(オリジナル) 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.
投稿者 Ken
2004-05-21 13:24:24
いいね!
返信する
#3
#2 に返信する:
(翻訳者 Microsoft) ケンは正しい。スコアをサーバーのデータベースに保存し、Flash ゲームから取得します。確かに jsp またはサーブレットで実行できます。
(オリジナル) 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.
投稿者 Novel Games
2004-05-21 13:29:50
いいね!
返信する
#4
3
#3 に返信する:
(翻訳者 Microsoft) 私は、データがデータベースから取り除かれているということを理解しています。しかし、どのように私はマクロメディアのフラッシュを使用してリンクすることができます!
(オリジナル) i understand that data is being retreived from database. but how could i link it using the macromedia flash !!
投稿者 karthik bala guru
2004-05-22 23:24:25
いいね!
返信する
#5
#4 に返信する:
(翻訳者 Microsoft) データベースにアクセスするには、サーバー側スクリプトを呼び出す必要があります。
(オリジナル) You need to call a server side script to access the database.
投稿者 Novel Games
2004-05-26 13:14:09
いいね!
返信する