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.
This is because Flex Builder will add properties which will ask the browser not to render the vertical scrollbar
Session information such as cookies is not preserved when Flash does a FileReference.upload() in Firefox. Cookie information has to be inserted manually.
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.
Item renderers have to be optimized, nesting of containers within an item renderer avoided and AMF used for data transfer.
Use the unicodeRange property in your Flex CSS file to restrict the actual character glyphs that are embedded into the SWF.