My favorites | Sign in
Project Logo
Project hosting will be READ-ONLY Wednesday at 8am PST due to brief network maintenance.
                
Show all Featured wiki pages:
wishlist
People details
Project owners:
  kandov
Project committers:
7thsky.ru, zivoron

Introduction:

This open source utility allows Adobe Flex developers to debug and alter properties of components while running an application.

How to use:

Inspecting Styles:

Run the application after adding the following argument to the compiler: -keep-as3-metadata+=Style

On Flex 2.0 - Run in Debug mode only.

Using as Module:

To run the latest version directly from the repository, run this command on the preinitialize event of the Application:

Security.loadPolicyFile("http://reflexutil.googlecode.com/svn/trunk/module/crossdomain.xml");

Then use the ModuleLoader to load the component on run-time, usage examples:

Flex2: <mx:ModuleLoader url="http://reflexutil.googlecode.com/svn/trunk/module/ReflexModule2.swf"/>

Flex3: <mx:ModuleLoader url="http://reflexutil.googlecode.com/svn/trunk/module/ReflexModule3.swf"/>

Flex3.2: <mx:ModuleLoader url="http://reflexutil.googlecode.com/svn/trunk/module/ReflexModule32.swf"/>

To load component when running the application from localhost, you have to download the appropriate module file, put it in the bin folder, and change the url:

Flex2: <mx:ModuleLoader url="ReflexModule2.swf"/>

Flex3: <mx:ModuleLoader url="ReflexModule3.swf"/>

Flex3.2: <mx:ModuleLoader url="ReflexModule32.swf"/>









Hosted by Google Code