{"id":13744817,"url":"https://github.com/Gamua/Flox-AS3","last_synced_at":"2025-05-09T04:30:50.131Z","repository":{"id":11835720,"uuid":"14391773","full_name":"Gamua/Flox-AS3","owner":"Gamua","description":"The ActionScript 3 SDK for the Flox Game Backend","archived":false,"fork":false,"pushed_at":"2018-06-24T15:41:30.000Z","size":645,"stargazers_count":35,"open_issues_count":1,"forks_count":12,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-04-02T07:27:40.030Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Gamua.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-14T10:27:49.000Z","updated_at":"2022-04-25T15:00:59.000Z","dependencies_parsed_at":"2022-09-23T02:31:06.119Z","dependency_job_id":null,"html_url":"https://github.com/Gamua/Flox-AS3","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gamua%2FFlox-AS3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gamua%2FFlox-AS3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gamua%2FFlox-AS3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gamua%2FFlox-AS3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gamua","download_url":"https://codeload.github.com/Gamua/Flox-AS3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253191762,"owners_count":21868803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T05:01:16.642Z","updated_at":"2025-05-09T04:30:49.793Z","avatar_url":"https://github.com/Gamua.png","language":"ActionScript","funding_links":[],"categories":["API"],"sub_categories":["Other API"],"readme":"Flox SDK - ActionScript 3\n=========================\n\nWhat is Flox?\n-------------\n\nFlox is a server backend especially for game developers, providing all the basics you need for a game: analytics, leaderboards, custom entities, and much more. The focus of Flox lies on its scalability (guaranteed by running in the Google App Engine) and ease of use.\n\nWhile you can communicate with our servers directly via REST, we provide powerful SDKs for the most popular development platforms, including advanced features like offline-support and data caching. With these SDKs, integrating Flox into your game is just a matter of minutes.\n\nMore information about Flox can be found here: [Flox, the No-Fuzz Game Backend](http://gamua.com/flox)\n\nHow to use the ActionScript 3 SDK\n---------------------------------\n\nJust by **starting up Flox**, you will already generate several interesting analytics charts in the web interface.\n    \n    Flox.init(\"gameID\", \"gameKey\", \"1.0\");\n\nWith **Events**, you can collect more finegrained data about how players are using your game. Pass custom properties to get a nice visualization of the details.\n\n    Flox.logEvent(\"GameStarted\");\n    Flox.logEvent(\"MenuNavigation\", { from: \"MainMenu\", to: \"SettingsMenu\" });\n\nTo **send and retrieve scores**, first set up a leaderboard in the web interface. Using its ID as an identifier, you are good to go.\n\n    Flox.postScore(\"default\", 999, \"Johnny\");\n    Flox.loadScores(\"default\", TimeScope.ALL_TIME, \n        function onComplete(scores:Array):void\n        {\n            trace(\"retrieved \" + scores.length + \" scores\");\n        },\n        function onError(error:String, cachedScores:Array):void\n        {\n            trace(\"error loading scores: \" + error);\n        });\n\nThis is just the tip of the iceberg, though! Use Flox to store **custom Entities** and **query** them, make **Player Logins** via a simple **e-mail verification** or a **social network**, browse your game's **logs**, assign **custom permissions**, and much more.\n        \nWhere to go from here:\n----------------------\n\n* Visit [flox.cc](http://www.flox.cc) for more information about Flox.\n* Register and download the pre-compiled SDK to get started quickly.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGamua%2FFlox-AS3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGamua%2FFlox-AS3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGamua%2FFlox-AS3/lists"}