<?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:flatspark="flatspark.components.*"
                           minWidth="955" minHeight="600" >
        
        
        
        <fx:Script>
                <![CDATA[
                        import flatspark.skins.ButtonSkin;
                        
                ]]>
        </fx:Script>
        
        <s:Button label="Flat" skinClass="{flatspark.skins.ButtonSkin}"/>
</s:Application>


so far no luck. 
The only thing I did was installing the new sdk and then pointing to this sdk 
in the project's compiler settings. Am I overlooking something?

Dany

> Op 16-dec.-2014, om 16:40 heeft Alex Harui <aha...@adobe.com> het volgende 
> geschreven:
> 
> 
> 
> On 12/16/14, 7:29 AM, "Erik de Bruin" <e...@ixsoftware.nl> wrote:
> 
>> Can you try the same, but add
>> "xmlns:flatspark="flatspark.components.*" to the Application tag?
> 
> Actually, the issue may be the need to “import
> flatspark.skins.ButtonSkin;”.
> 
> I verified that the fonts are in the SWC from my last install of the RC.
> 
> -Alex
> 

Reply via email to