Avg. Rating 1.7

Problem

Its about creating application without using MXML in your Flex App.

Solution

Many people asked me how to create an application without using MXML code

Detailed explanation

Every inbuilt component in Flex comes with Class mapped to it. When you drag any component on stage, you are basically creating an instance of that class. Here we will be exploring a sample application without writing MXML and creating appearance.

Here we will be creating two buttons and displaying on screen.

You can use this logic to apply to other components available in Flex.

Report abuse

Related recipes