Developers Page
In order to use 6rounds you need to install Adobe Flash Player 10
Announcements
6rounds Downloads and Examples
Get the full 6rounds Developers Package:Download all of the basics in one file: 6rounds api downloads.zipSWC (6rounds API)6roundsEmulator (local testing emulator)6rounds Application Template (great starting point for any 6rounds multi-user application)Logger example (example for logging and debugging from your application)Translator example (chat application with google translation)Latest SWC : lib.swcSee 6rounds API documentation here: API documentationLocal Testing Emulator: 6roundsEmulator.zipDownload the 6roundsEmulator in order to test your application locally, before testing it within the video experience. For a detailed guide of how to locally test your application...
Read full article | Read all articles19 May
Logging Library – Example Application
During the development process, you will often need to know what is happening under the hood of your application. Luckily for you, this can be done with our powerful Logger utility. The Logging Library is an internal login utility which helps keep track on development in run-time.The API of the Logger can be found here: 6rounds API documentationThere are several flash debugging applications out there and with Logger you can use each and every one of them.In this example we will use a MonsterDebugger (which is pretty cool). You can download it here: http://www.demonsterdebugger.com/ If you prefer Alcon or Arthopod please download those now. We will use our template application as a...
Read full article | Read all articles19 May
Chat Translator – Example Application
In our previous posts you saw how to use our application template and how to test it. In case you missed them, you can check out those posts using the following links:Using 6rounds templateTest your application locally and onlineNow that you have learned the basics, we will give you further direction which will teach you how to develop a real world application. We are going to build a chat room that translates a users words in one language, to be sent to their opponent in their own language. How cool is that?!For this example application, we will use Google Translate's public API. You will need do download the following template in order to being working on the application...
Read full article | Read all articles19 May