FlashJolt Developer API
Integrate our API, Hiscore games tend to get more views because players love them and we try hard to promote games with them! And the API takes less than 30 Seconds To install (if done right)... You add two lines of code and Tadda!
How to add the API!
AS2 And AS3:
First off all, open your game up in Flash. You go to the "Game Over" Frame Or the frame where you would like the API to submit the score and add these two lines:.
var conn:LocalConnection = new LocalConnection();
conn.send("flashJoltAPI", "sendScore", MyScoreVariable);
Change
MyScoreVariable to the variable
where the score is kept.