When you embed fonts, Flex stores all of the font information in the SWF file so the font is displayed properly even if it’s not installed on the user’s computer. If you use a font in your sources that isn’t installed on a user’s system, and you don’t embed the font in the SWF file, Flash Player automatically selects a substitute font to use instead. Sometimes you have to embed font event if you are sure that it is installed on a user’s system, because to mask, tween and skew dynamic text fields possible only with embedded fonts.
Read the rest of this entry »
To make Internationalization/Localization for your Flex applications very easy
Lets split whole process by steps
Read the rest of this entry »
Runtime Shared Libraries (RSLs) are libraries of components that are shared by applications in the same domain.
You can shrink the size of your application’s resulting SWF file by externalizing shared assets into standalone files that you can separately download and cache on the client. Multiple Flex applications can load these shared assets at runtime, but each client need only to download them once. These shared files are called Runtime Shared Libraries.
Read the rest of this entry »
ActionScript 3.0 is called object-oriented because it supports inheritance, encapsulation and polymorphism. Read the rest of this entry »
