Search Results

0
votes
2answers
322 views

brokenImageSkin dimensions in Flex

I am trying to implement a custom "broken image" icon to appear if I cannot load an image. To accomplish this, I used the brokenImageSkin parameter, but it renders the image at its true resolution …
1
vote

Compile Flex application without debug? Optimisation options for flex compiler?

There are two compiler options that you should set: -debug=false -optimize=true. In Flex Builder or Eclipse, look under Project->Properties->Flex Compiler and fill in the box labeled …