Sample Application: LayoutSample

A. Overview

This sample application demonstrates how to use the OSMF layout API to:

- show an overlay bug at the bottom-right side of a video,
- use the API to layout things other than media elements.

B. Installation Instructions (Flex Builder)

1. Unzip/copy the LayoutSample 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 "LayoutSample", and click "Finish".  This will import the project.
7. Build the project.
8. Launch the application from the Run menu.

Note that the sample loads assets from the web, so please make sure to be connected to the
internet when trying them out.

C. Usage Instructions

Both LayoutSample.as and LayoutSample2.as are runable applications. Use Flex Builder's "Set as Default Application" to select one.