how can i make an Online Highscore Leaderboard For A flash cc Game -android platform ?

i make offline leaderboard using share object

var SCORE:uint = 0; //positve numbers
gameScore.text = String(SCORE);

...

var soSavedScNa:SharedObject = SharedObject.getLocal("aaa"); //
                                                                       //
//**Object
var savedSN:Object = soSavedScNa.data.nameScore; // Set the varible 'savedSN' 
//

//

when i search i found "Mochi Media" and try to use it but MochiMedia shut down its services.

please help me in my first step

thanks

Hi,

You can use an ANE for Google Play Game Services. They have support for achievements, leaderboards using google accounts.

maybe you can give it a try.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.