Not finding what you are looking for? Request a recipe!

  1. Avg. Rating 5.0

    Custom AIR application icons

    Set the custom icon in the application descriptor file for your application.

  2. Avg. Rating 5.0

    Write image from camera to disk on iOS faster with Alchemy

    You will need to use the Loader, File, FileStream, and Alchemy version of encoding classes to write the new image to a place on the disk you are allowed to access it from.

  3. Avg. Rating 4.8

    Send an email from Flex Mobile

    Using the navigateToURL method with a URLRequest, you can force the mobile operating system to open the native phone dialog.

  4. Avg. Rating 4.4

    Icon Alerts

    This is a custom solution that will utilize a filter to create a second icon that is colored in reverse of the original and a timer to swap the application icon from the original, to the reversed, and back.

  5. Avg. Rating 4.3

    Use CameraUI to save image to CameraRoll on iOS

    Use a Loader, LoaderInfo, CameraRoll, and BitmapData classes to accomplish this seamlessly to the user.

  6. Avg. Rating 4.0

    Create a basic web browser with StageWebView

    You can use flash.media.StageWebView to include a native web browser within your application.

  7. Avg. Rating 4.0

    Store data in the HTML5 SQLite database

    You can use the SQLite datastore available to HTML5 browsers.

  8. Avg. Rating 4.0

    Geolocation Weather Mash Up

    Use the Geolocation class to get the current location and the weather underground api to get current weather conditions.

  9. Avg. Rating 1.0

    Google Maps + Flex Mobile

    Use Google Maps and the GPS Flex api to show a map and display current position.

  10. Not yet rated

    Creating a List with an ItemRenderer

    You can use Adobe Flash Builder 4.5 to generate the code needed for a data list with an item renderer.