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

  1. Avg. Rating 5.0

    Extract Web Page HTML Title Tag from URL with HTTPService

    Using HTTPService, get data and strip HTML <title> tag with simple RegExp.

  2. Avg. Rating 4.0

    Add/edit/remove simple data in a DataGrid

    Using addItem(), setItemAt() and removeItemAt() we can easily add/edit/remove data in a DataGrid!

  3. Avg. Rating 4.0

    Center MXML title window

    By using PopUpManager class centerPopUp method, we can easily have title window centered.

  4. Avg. Rating 4.0

    Self-closing alert

    We can use Timer to close Alert dialog after some time if dialog is not closed by user.

  5. Not yet rated

    Custom timed status bar

    Use the statusBarFactory property to assign a new ClassFactory for your custom status bar component and Timer to clear status bar message.

  6. Not yet rated

    Create Custom Shaped and Animated Window with Drop Shadow

    It's really simple solution. Use SWF Loader to load animated custom shape created in Flash, disable Flex and System Chrome, enable transparency and add DropShadow filter to application window.

  7. Not yet rated

    Check Number of Opened Documents

    Simply by using IF statement and checking app.documents.length we are able to check number of opened documents.

  8. Not yet rated

    Collect multiple e-mail addresses from text using RegExp

    It can be done by using Regular Expression and one Array where addresses are stored.

  9. Not yet rated

    Add Custom FocusIn/FocusOut Glow Effect

    Simple by using glow effect and adding focusIn and focusOut properties to text field we can get this cool effect.

  10. Not yet rated

    Customise Alert Control

    It's really simple, and can be done very easily. Let's take a look.