Sunday, December 5, 2010

ReflexUtil : Flex debug Utility

ReflexUtil is an open source utility that allows a developer to debug and alter properties of components in a flex application during runtime.

Flex 4.5 to have size report

Flex SDK 4.5 will have a new option to summarize what contributes to the size of a swf file. use -size-report=<filename> in the compiler options (-size-report <filename> also works in Flash Builder) to generate a summary of the size of each type of data within the swf file.

There's more information at http://opensource.adobe.com/wiki/display/flexsdk/Size+Report

Tuesday, October 19, 2010

Adobe Labs - ActionScript Code Coverage Plug-in for Flash Builder

ActionScript Code Coverage Plug-in for Flash Builder , now in its prerelease version, is a tool that enables Flex developers identify which portions of code are executed (and which parts are not) while an application is executing.

Download ActionScript Code Coverage Plug-in for Flash Builder from http://labs.adobe.com/downloads/ascode_coverage.html

Documentation for this tool can be found at http://labs.adobe.com/wiki/index.php/ActionScript_Code_Coverage:Using