麻糬游戏集成问题

发布于 2024-08-06 12:52:36 字数 519 浏览 0 评论 0原文

我们根据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游戏集成的成功经验吗?请帮忙。

以下是说明:http://www.mochimedia.com/support/pub_docs#boards

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

谁的年少不轻狂 2024-08-13 12:52:36

虽然有点晚了,但我使用 C# 和 ASP.NET 成功解析并加载了 mochi feed 中的数据。解析请求的 json 文件,检查游戏是否存在(如果未找到),然后将游戏输入数据库并添加到队列中,稍后在下载游戏和图像的线程中处理该队列。我创建了两个使用我自己的脚本的网站,例如 GamefizCurlgames

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文