Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BabelFx/AS3-Flex-Samples
Flex 3/4 sample applications to demonstrate usages of the BabelFx (l10nInjection) framework
https://github.com/BabelFx/AS3-Flex-Samples
Last synced: about 2 months ago
JSON representation
Flex 3/4 sample applications to demonstrate usages of the BabelFx (l10nInjection) framework
- Host: GitHub
- URL: https://github.com/BabelFx/AS3-Flex-Samples
- Owner: BabelFx
- Archived: true
- Created: 2010-02-25T17:33:41.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2016-09-10T09:51:14.000Z (over 8 years ago)
- Last Synced: 2024-08-04T05:06:14.935Z (5 months ago)
- Language: ActionScript
- Homepage: https://github.com/BabelFx/AS3-Flex-Samples/wiki
- Size: 10.1 MB
- Stars: 21
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-actionscript-sorted - AS3-Flex-Samples - Flex 3/4 sample applications to demonstrate usages of the BabelFx (l10nInjection) framework (Unsorted / Other API)
README
### Sample Applications and Usages with BabelFx (fka l10nInjection)
---
It is strongly recommend that developers 1st download the [BabelFx Library Project](https://github.com/BabelFx/AS3-Flex-Library) and compile the Framework_BabelFx swc with the SDK of their choice (the same SDK that your custom Flex application will also use).
---
Using the [Framework_BabelFx.swc](https://github.com/BabelFx/AS3-Flex-Library/bin), these samples demonstrate real-world usages and the resulting power of IoC and runtime localization injections.
### Samples Listing
* GettingStarted - Beginner project with steps that demonstrates how easy it is to add BabelFx localization.
* Intranet - Localization with Modules and Mate IoC framework
* FlexStore4 - Localization with external, dynamcially loaded resource bundles
* Registration - Localization with Cairgorm and Forms. Localization of PNGs, skins, and text.
* CafeTownsend - Localization with Swiz
* ViewStates - Localization with Flex 4 and runtime view states.
* Using Parsley - Localization with Parsley Ioc Framework
* Using ItemRenderers - Localization with ItemRenderers (Spark)