Not finding what you are looking for? Request a recipe!
A chromeless (no system window) application that demonstrates how to use custom chrome for Flex Builder 3 Beta 3.
This recipe also demonstrates how to include multiple MXML components in one project and how to reference them. Prayank Swaroop and I wrote this last year and just ported it to Flex Builder 3, beta 3.
The Adobe Integrated Runtime (AIR) uses the Webkit HTML engine. As such, most of the complexity of using HTML in your applications is hidden. This simple demo loads up a webpage that has CSS and AJAX to demonstrate the capabilities. Also load up a foreign page like http://www.yahoo.jp to see how ...
Note that this is tooled to work with Flex Builder 3, beta 3. When working with the Camera class, you can pass a named camera to the getCamera method. If you only have one camera, the application will use it by default. If you get nothing, you can right click (Ctrl click on Mac) the <mx:VideoD ...