Sample Library: MediaContainerUIComponent
A. Overview
This sample library contains a Flex UIComponent wrapper for MediaContainer. It is used in a number of sample applications.
B. Installation Instructions (Flex Builder)
1. Unzip/copy the MediaContainerUIComponent project into your Flex Builder workspace folder.
2. In Flex Builder, go to the File menu and select "Import".
3. Select "General", then "Existing Projects into Workspace", and click "Next".
4. Choose "Select root directory" and "Browse".
5. Browse to your Flex Builder workspace folder.
6. Select the checkbox next to "MediaContainerUIComponent", and click "Finish". This will import the project.
7. Build the project.
8. Add the project to your own Flex application by selecting the Project menu, "Properties",
"Flex Build Path", "Library Path", "Add Project", and select "MediaContainerUIComponent".
C. Usage Instructions
Use MediaContainerUIComponent (which extends UIComponent) in your Flex application. You can assign a
the MediaContainer, add MediaElements, set layout metadata, etc.