In my flex app there\'s an item renderer for a TileList开发者_运维知识库 that I am using. I load the image into the Item Renderer at runtime. I am using the following code to resize the image width a
is it possible to have multiple layers in a flex mxml document? What I actualy want is a panel with a form in it, but with a movieclip as a background.
I have some images I would like to display in TileList in Flex. My TileList dimensions are 2 columns b开发者_开发问答y n rows. What I want to do is to display the first item (row 1, column 1) empty an
I would like to make some AIR application which would be used for tracking jobs inside a company. The idea is to create some database which will handle all the data and, when other users f开发者_开发问
I\'m hacking my way through learning Flex and have found some strange behaviour. When I try to compile my code, I\'m thrown this error - Error: Call to a possibly undefined method updateStory. I\'ve u
I\'m trying to compile gui/flex/songs.mxml in the fourth edition of Bruce Eckel\'s Thinking in Java book and am getting a compilation error with Flex 3.4.
Is it possible to specify MXML-esque \"binding strings\" in ActionScript? For example, I want to be able to do something like:
I would like to make some kind of thumbnail with capturing BitmapData or ImageSnapshot of some UNINITIALIZED components in my Flex application.
Flex 4 introduces states that are localized within a skin, and within a component. This makes sense on an MVC model, so the visual elements can have their own states (i.e. for a button: up, down, over
I\'m trying to build a simple component extending spark.components.Group to have a background color, more specifically a spark.primitives.Rect component stretched to fill the background.