My favorites | Sign in
Logo
                
Featured wiki pages:
wishlist
Show all »
External links:
Digg!
Google Site
Feeds:
Project feeds
Owners:
kandov
Committers:
7thsky.ru, zivoron
People details »

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"/>









Powered by Google Project Hosting