Chapter 6: Compiling Components - Adobe FLEX 2 - CREATING AND EXTENDING COMPONENTS Manual

Creating and extending flex 2 components
Hide thumbs Also See for FLEX 2 - CREATING AND EXTENDING COMPONENTS:
Table of Contents

Advertisement

CHAPTER 6
6
Compiling Components
When you compile an application, you create a SWF file that a user can download and play.
You can also compile any custom components that you create as part of the application.
When you create a component, you save it to a location that the Flex compiler can access. You
can save your components as MXML and ActionScript files, as SWC files, or as Runtime
Shared Libraries (RSLs). This topic describes the options you have when you compile
components.
Contents
About compiling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63
Compiling components with Flex 2 SDK . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66
Compiling components with Flex Data Services. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72
About compiling
You compile a custom component so that you can use it as part of your application. You can
compile the component when you compile the entire application, or you can compile it
separately so that you can link it into the application at a later time.
63

Advertisement

Table of Contents
loading

Table of Contents