[Solved] Flex 4 Itemrenderer for List

One way to approach this is to add a field to the objects in your dataProvider that tracks whether or not the item has been selected. Then, in your item renderer, you inspect this field and decide whether or not to display the checkmark. Here’s a working example app and renderer: Application: <?xml version=”1.0″ encoding=”utf-8″?> … Read more

[Solved] Convert AS3 to FLA for generating SWF

Open the FLA in an appropriate editor (usually Flash Professional, or other IDEs such as Flash Builder, Flex, etc…) Compile (controlenter for Flash Professional) To clarify: .swf is a compiled Flash program (with embedded code, text, and assets). .fla is a project file that holds the references to everything you want to compile. .as file … Read more

[Solved] Set a project in Apache flex? [closed]

i have found the real solution 1st download the Apache Flex sdk. then download flex development tool (FDT). and finally download and install JDK. then it needs some settings for JDK… For Windows 7: 1. Right click on My Computer. 2. Go to Properties. 3. Click on Advanced system settings. 4. Click on the Advanced … Read more