
TUTORIALS POINT
Simply Easy Learning Page 88
Using MXML
You can create a component by extending existing component. To create a component using Flash Builder, Click
on File > New > MXML Component. Enter the details as shown below.
Flash Builder will create the following CustomLogin.mxml file.
<?xml version="1.0" encoding="utf-8"?>
<s:Group xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
width="400" height="300">
</s:Group>
Let us follow the following steps to test custom controls in a Flex application:
Kommentare zu diesen Handbüchern