creating a new initialized array in ActionScript
I would like to find a way I can create an initialized dynamic size array.
It shouldn't be using loops of course.
I thought maybe overriding the base array class with somehow to pass to parameters
Categories: Communities
Horizontal Multiline Layout
Sometimes it is necessary to place elements horizontally (like HorizontalLayout) in several lines instead of just one line.
Categories: Communities
Fit buttons in the toolbar
Sometimes buttons does not fit in the toolbar when it is too small
Categories: Communities
Spark Tree
Unfortunately Flex 4 does not have Spark Tree and MX Tree has 99 bugs at this moment.
Categories: Communities
Creating customized bindable properties
You want data binding to occur based on a custom event rather than relying on the default propertyChange event.
Categories: Communities
Generating a formatted TextFlow Layout with XML/E4X
I need to generate a formatted TextFlow layout using XML/E4X.
Categories: Communities
Generating a formatted TextFlow Layout for plain text assets
How can I generate a formatted TextFlow Layout for plain text assets?
Categories: Communities
Creative Suite 5 Extensions and Photoshop CS5 Redux
There is an issue with Photoshop CS5 and developing Creative Suite Extensions using Extension Builder and ActionScript. The issue affects Mac computers and Photoshop DOM calls in the context of a syst
Categories: Communities
Creative Suite 5 Extensions and Photoshop CS5
There is an issue with Photoshop CS5 and developing Creative Suite Extensions using Extension Builder and ActionScript. The issue affects Mac computers and Photoshop DOM calls in the context of a syst
Categories: Communities
Creating a Spark-based ViewStack
You want to create a container that holds multiple child containers that are lazily instantiated upon request.
Categories: Communities
Create a Button Bar
You need to present the user with a set of buttons that allow a single option to be selected at a time.
Categories: Communities
Handle a Button’s Click Event
You need to perform a task in response to user interaction, such as outputting a list of names to the console when the user clicks a button.
Categories: Communities
How capture images and video using Flex?
Is it possible capture images and video with quality in a web application or just in Air?
Categories: Communities
Applying skins to a container
You want to customize the look and feel of a container that holds visual elements or data items.
Categories: Communities
Access custom symbols in SWF from Adobe Flash Builder
See how to access custom symbols in SWF library from Adobe Flash Builder.
Categories: Communities
HTTPService with Flex 3 example
A quick and short example of loading data (in this case from a XML file) using the wonderfully simple HTTPService in Flex 3. Thanks to data binding nearly all of the work is done for us. In this simpl
Categories: Communities
Core component architecture for building liquid UIs and other components
Creating a component by just extending sprite and adding elements used to pop up timing issues which is very common in Fash if the architecture is not right.
Categories: Communities