简体   繁体   中英

Flex custom components

I red I can create "MXML components" and "AS3 components". The two methods use an existing component as their bases. The question: what if I can't extend any of the existing component (because I need something totally different)? Do I have to create the component from scratch using the (commercial) Flash authoring environment?

what if I can't extend any of the existing component (because I need something totally different)?

You have the option of creating your own components. Enough documentation is available on Adobe's website. See:

* Custom Flex Components

* Custom Actionscript Components

Do I have to create the component from scratch using the (commercial) Flash authoring environment?

You don't need Flex Builder 3 to create AS3/MXML based components. You can do that in any editor. What you do need is the SDK, which is free, for compiling these.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM