-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Flex 3 with Java

Flex is an MXML- and ActionScript-based framework that is compiled into Flash applications with a .swf
file extension. It is also commonly known as SWF files, which render on Flash Player embedded in browser.
Typically, .swf files
are hosted in HTML wrappers using the <embed>
tag. Flex Builder will automatically generate HTML wrapper file using the HTML template provided with the Flex SDK whenever you build or compile the Flex project.
The<embed>
tag defines embedded content, such as a plugin. In this case, it refers to a Flash Player plugin.
This HTML wrapper file along with the SWF can be hosted on any web server environment and can be accessed through any web browser.
The following illustration will give you an idea about this process:
Flex applications are generally built on client-server architectures with server technologies such as Java. In this case, Flex applications require an extra server-side layer to be deployed on web server so that it can communicate...
Change the font size
Change margin width
Change background colour