麻糬游戏集成问题
我们根据mochi游戏客户端的指示发送以下请求代码:
var options = {partnerID: "xxxxxxxx", id: "idx"};
options.userID = 1;
options.username = 'username';
options.gateway = 'http://example.com/game';
options.width = 320;
options.height = 300;
options.debug = true;
Mochi.addLeaderboardIntegration(options);
Flash没有反应。有人有与mochi游戏集成的成功经验吗?请帮忙。
We send below code of request according to the instruction of mochi games client:
var options = {partnerID: "xxxxxxxx", id: "idx"};
options.userID = 1;
options.username = 'username';
options.gateway = 'http://example.com/game';
options.width = 320;
options.height = 300;
options.debug = true;
Mochi.addLeaderboardIntegration(options);
There is no reaction from flash. Has anybody had successful experience of integration with mochi games? Please help.
Here is the instruction: http://www.mochimedia.com/support/pub_docs#boards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
虽然有点晚了,但我使用 C# 和 ASP.NET 成功解析并加载了 mochi feed 中的数据。解析请求的 json 文件,检查游戏是否存在(如果未找到),然后将游戏输入数据库并添加到队列中,稍后在下载游戏和图像的线程中处理该队列。我创建了两个使用我自己的脚本的网站,例如 Gamefiz 和 Curlgames
though its a bit late but I successfully parsed and load data from mochi feeds using C# and ASP.NET. The requested json file is parsed, checks for the game existence if not found then enters the game in database and adds to a queue which is later processed in a thread that downloads game and images. I have created two websites suing my own script like Gamefiz and Curlgames