FTheme Quick Start Wiki Gallery Downloads ASDoc Issues on GitHub

Quick Start

  1. Download ftheme1.1sdk4.0.swc, ftheme1.1sdk4.1.swc or ftheme1.1sdk4.5.swc into project libs folder
  2. Add -theme+=libs/ftheme1.1sdk4.X.swc compiler option
  3. Unzip testLooks.zip into bin-debug
  4. Paste this into your application MXML:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" 
    	xmlns:s="library://ns.adobe.com/flex/spark" 
    	xmlns:mx="library://ns.adobe.com/flex/mx"
    	xmlns:components="com.fTheme.components.*"
    	preinitialize="{new FThemeController()}">
    	
    	<fx:Script>
    	<![CDATA[
    		import com.fTheme.FThemeController;
    	]]>
    	</fx:Script>
    	
    	<s:HGroup paddingBottom="20" paddingLeft="20" paddingRight="20" paddingTop="20" gap="10">
    		
    		<components:LookSelector direction="vertical"/>
    		
    		<components:Sample/>
    		
    	</s:HGroup>
    	
    </s:Application>
  5. Compile and launch!
  6. Before publishing or selling your application please ensure that it uses looks with appropriate licenses (some do not allow commercial use)
  7. Browse Gallery for new looks