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

  1. Avg. Rating 5.0

    Simply Embed Fonts with Limited Character Sets in Flex 4

    A great and easy way to reduce this impact is to limit the character set embedded. There are a few places you could do this, but I find it easiest to do in CSS.

  2. Avg. Rating 5.0

    Create a Button Bar

    Use the s:ButtonBar control and an ArrayCollection to create the series of buttons.

  3. Avg. Rating 3.0

    Handle a Button’s Click Event

    Use the click event attribute of the s:Button tag to assign a handler for the event in MXML. Alternatively, in ActionScript, use the addEventListener() method on the but- ton instance to assign a listener for the click event.

  • Results 1-3 of 3