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

  1. Avg. Rating 4.5

    Instantiate a custom component using AS3 instead of MXML

    Custom Components automatically generate AS3 Classes, so you can instantiate the component the way you would any other class.

  2. Avg. Rating 4.4

    Transitioning from Flash to Flex: An overview

    This is a crash-course overview of Flex for Flash Developers. It introduces a few key concepts like MXML, Custom Components and Data-Binding and compares the Flex workflow to the Flash workflow in a variety of ways. Read this if you're a Flash developer curious about Flex.

  3. Avg. Rating 3.8

    Creating a .png file from a webcam image

    In this tutorial I show you where to the get the AS3CoreLib libraries, which among other things include a PNGEncoder class. I show you how to set up an mx:VideoDisplay object populated by the user's webcam, how to take a snapshot and encode it as a .png-formated ByteArray, and end by providing a sa ...

  4. Avg. Rating 3.5

    How to easily set up an "active" state on whichever of a set ...

    Add your buttons to an array and assign each of them the same event handler. In that handler, set all of your buttons to their default state - then set e.currentTarget to its active state. Handle your navigation logic with a switch statement in the handler.

  • Results 1-4 of 4