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

  1. Avg. Rating 5.0

    Merge two directories

    A simple recursive function to merge the two directories (and all sub directories), keeping files from both directories.

  2. Avg. Rating 4.0
  3. Avg. Rating 3.8

    Pagination in Flex

    The following code creates a reusable Pagination component to use on any size data set. It sets up pagination for the dataset and allows a user to easily navigate between the smaller subsets of this data (subsets based on the interval size of the Pagination component).

  4. Avg. Rating 3.7

    Determine if the mouse is over a transparent area of an imag ...

    We can use the BitmapData.getPixel32 function to determine if the pixel under the mouse is transparent or not.

  5. Avg. Rating 3.6

    Save a file locally with Flash Player 10

    With the release of Flash Player 10, we can now save files locally from within the player itself.

  6. Avg. Rating 3.4

    Add custom styles to MXML components

    Add the <mx:Metadata> tag with your custom style declaration.

  7. Avg. Rating 3.0

    Catch mouse leave in Firefox to prevent mouse issues

    Add an event listener for the roll out event and manually dispatch a mouse up event.

  8. Avg. Rating 2.9

    Add effects to items (images, components) when they load

    Use the creationCompleteEffect and/or completeEffect properties to control animation.

  • Results 1-8 of 8