Not finding what you are looking for? Request a recipe!
The UI can be made to change based on user role using cascading states. This simply means the application state changes, which changes the state of a child component, which changes the states of further child components.
I got the project working in Flex 3, though I did not clean up the project, so the build scripts might not work, etc. Mostly all that was involved was moving files around, and changing some code related to loading resource bundles, and also adding path to resource bundles (using {locale} in path) in ...
Use a component housing the VideoDisplay control and an HBox with Play, Stop, and Pause buttons, and use the component in a Repeater, that takes data from an XML file.
Create a custom MXML component as shown in the details.
In the following example I have made use of a model class and a controller class, custom events for major user interaction, and a ViewStack to provide navigation among the wizard screens.
The key lies in building the framework resource bundle files for your target language.
Ensure you populate an XMLList or XMLListCollection in the HTTPService result handler, and set the source of the HierarchicalData to the XMLList or XMLListCollection.
Use HTTPService and an inline itemRenderer.
Use parseInt() and String.fromCharCode() to get the characters to display.