Not finding what you are looking for? Request a recipe!
LCDS 2.6 can handle Java Enum types.
Use mxmlc's link-report feature along with a visualization tool such as the LinkReportAIR application to exactly know the size taken up each class and its dependencies.
Always keep in mind that your application file (SWF) is put in a trusted application list by Flex Builder. When you deploy it to a server, it does not fall into the trusted category and hence encounter security related errors usually related to cross domain resource access or scripting.
mx_internal is a namespace used by the Flex framework to partition out functions and properties that may change in future releases of the Flex SDK.
Session information such as cookies is not preserved when Flash does a FileReference.upload() in Firefox. Cookie information has to be inserted manually.
This is because Flex Builder will add properties which will ask the browser not to render the vertical scrollbar
Read the Flex Interface Guide. Explore the different ways in which Flex allows designers and developers to work together. Use styling, skinning, transitions and effects elegantly to balance between functionality and jazz.
Access the components only after they are instantiated or change the creationPolicy property of the Accordion to all.
Two things have to considered: the header blacklist and crossdomain.
RSLs can be signed or unsigned. Only Adobe can sign RSLs and only the signed ones are cached in the player. If RSLs are not used, only classes that are required are compiled in. RPC and data visualization classes come as separate RSLs than the Flex framework.