-
Notifications
You must be signed in to change notification settings - Fork 7
Project Setup Guide
1. Use Git to checkout the core library code: git clone git://github.com/BabelFx/AS3-Flex-Library.git
1. Use Git to checkout the sample applications: git clone git://github.com/BabelFx/AS3-Flex-Samples.git
2. Use Flashbuilder 4 to import the core library project and the projects for the sample applications. Please use Import > Existing projects → project folder
3. The sample application projects are configured by default to use the BabelFx core library project. If you got an error complaining about a missing SWC: “unable to open ‘\Framework_BabelFx\bin\Framework_BabelFx.swc’”, then simply remove [from the Project Properties > Flex Build Path_] the old swc reference and copy the *FrameworkBabelFx.swc* to the libs directory for each sample application.
4. The viewStates sample application may also needs some locale settings. Navigate to Project Properties > Flex Compiler and enter the following arguments to Additional Compiler Arguments_:
-locale zhCN -source-path+=../locale/{locale}
NOTE: BabelFx was formerly known as l10nInjection.
That is it. You are ready to go.