Flex SDK ======== To build the minigame SDK, you’ll need the Flex SDK. 1. If you haven't installed it, download version 2.0.1 here: http://labs.adobe.com/technologies/flex/sdk/flex2sdk.html 2. The minigame build script needs to know the location of the Flex SDK. The build script is located here: C:\_SVN\FairiesTalentMinigames\DisneyOnline\src 3. On line 3 in the build script, replace [****CHANGEME****] with the location of the Flex SDK. You can use the full path (e.g. C:\Program Files\Flex_2_SDK) or a relative path. Building minigames ================== 1. Open a command prompt and navigate to C:\_SVN\FairiesTalentMinigames\DisneyOnline\src 2. Run the following command: ant exampleMiniGame 3. Now run C:\_SVN\FairiesTalentMinigames\DisneyOnline\index.html to see your game!