开发者

receiving values of flash games through php language

开发者 https://www.devze.com 2023-03-21 19:58 出处:网络
I want to use flash games on my website and I was trying to use come2play games.. everything is fine and I wrote a script to enable my users to play.

I want to use flash games on my website and I was trying to use come2play games..

everything is fine and I wrote a script to enable my users to play.

the only problem is that I can't or don't know how to save game's state and result.

My main question is how to retrieve data through flash games in php

I search their website and here is an example to do that :

http://www.come2play.com/API_inner.asp?f=1&newsid=582

but in php how can I retrieve these objects

http://www.come2play.com/API_inner.asp?f=1开发者_StackOverflow中文版&newsid=647

I contacted them for 4-5 times but no answer

please give me a hint to retrieve the game's data through php language.


You can't do that. It's impossible for PHP to access flash directly even. The 'examples' you linked are examples for the server (ie owned by come2play) that does multiplayer processing.

What you can do is if you are making your own game, make it communicate with the server. You can do simple stuff such as loading urls that contains what you want to send.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号