<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: â€œStatefulâ€ Flex Skins with Transitions Using Flash</title>
	<atom:link href="http://scalenine.com/blog/2007/10/09/%e2%80%9cstateful%e2%80%9d-flex-skins-with-transitions-using-flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://scalenine.com/blog/2007/10/09/%e2%80%9cstateful%e2%80%9d-flex-skins-with-transitions-using-flash/</link>
	<description>The latest about ScaleNine</description>
	<pubDate>Fri, 25 Jul 2008 18:54:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Dan</title>
		<link>http://scalenine.com/blog/2007/10/09/%e2%80%9cstateful%e2%80%9d-flex-skins-with-transitions-using-flash/#comment-69777</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 12 Jun 2008 20:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://scalenine.com/blog/2007/10/09/%e2%80%9cstateful%e2%80%9d-flex-skins-with-transitions-using-flash/#comment-69777</guid>
		<description>Regarding nyÃ«'s comment, I have the same issue. I tried renaming the symbol and class name (like to button_skin1" ) but I get this error in Flex:

Design mode: Cannot load myButton.swc (reason: ERROR: Load Verify). It may require classes (such as Adobe AIR components) that are not supported by design mode. Check the Eclipse error log for more details.

the SWC is added just like normal, and if I use the the default naming conventions it works just fine. With the above, it still compiles but the item reverts to it's original, built in skin.</description>
		<content:encoded><![CDATA[<p>Regarding nyÃ«&#8217;s comment, I have the same issue. I tried renaming the symbol and class name (like to button_skin1&#8243; ) but I get this error in Flex:</p>
<p>Design mode: Cannot load myButton.swc (reason: ERROR: Load Verify). It may require classes (such as Adobe AIR components) that are not supported by design mode. Check the Eclipse error log for more details.</p>
<p>the SWC is added just like normal, and if I use the the default naming conventions it works just fine. With the above, it still compiles but the item reverts to it&#8217;s original, built in skin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nyÃ«</title>
		<link>http://scalenine.com/blog/2007/10/09/%e2%80%9cstateful%e2%80%9d-flex-skins-with-transitions-using-flash/#comment-63103</link>
		<dc:creator>nyÃ«</dc:creator>
		<pubDate>Fri, 16 May 2008 07:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://scalenine.com/blog/2007/10/09/%e2%80%9cstateful%e2%80%9d-flex-skins-with-transitions-using-flash/#comment-63103</guid>
		<description>Hi!

I have a problem when I import 2 button skins. Both are named "Button_skin" so I can use only one in my CSS. How can I change this name?

Thanks!!</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I have a problem when I import 2 button skins. Both are named &#8220;Button_skin&#8221; so I can use only one in my CSS. How can I change this name?</p>
<p>Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julien</title>
		<link>http://scalenine.com/blog/2007/10/09/%e2%80%9cstateful%e2%80%9d-flex-skins-with-transitions-using-flash/#comment-57294</link>
		<dc:creator>Julien</dc:creator>
		<pubDate>Thu, 24 Apr 2008 09:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://scalenine.com/blog/2007/10/09/%e2%80%9cstateful%e2%80%9d-flex-skins-with-transitions-using-flash/#comment-57294</guid>
		<description>Thanks for the fast answer Juan, this solution works nice

But I got another issue :-)

When I defined a transition for the button, for instance the "over down-start". One of the annoying things is that when you are down on the button, it plays the transition but when you release it, it plays the animation back.

Do you know how we can disabled this back effect??

Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks for the fast answer Juan, this solution works nice</p>
<p>But I got another issue <img src='http://scalenine.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>When I defined a transition for the button, for instance the &#8220;over down-start&#8221;. One of the annoying things is that when you are down on the button, it plays the transition but when you release it, it plays the animation back.</p>
<p>Do you know how we can disabled this back effect??</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juan</title>
		<link>http://scalenine.com/blog/2007/10/09/%e2%80%9cstateful%e2%80%9d-flex-skins-with-transitions-using-flash/#comment-57156</link>
		<dc:creator>juan</dc:creator>
		<pubDate>Wed, 23 Apr 2008 15:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://scalenine.com/blog/2007/10/09/%e2%80%9cstateful%e2%80%9d-flex-skins-with-transitions-using-flash/#comment-57156</guid>
		<description>Julien,

There are a couple of things you can do, each of which involve creating an additional asset to define the bounds of your Button. To define the bounds of your Button skin you can add a clear shape in the skin to define the total area of the transition animation. This way Flex will stretch the Button skin and the clear shape.

The other thing you can do is make a clear shape and make it a new symbol called "boundingBox". Use this shape to define the bounds of your skin and this symbol will be recognized in Flex.</description>
		<content:encoded><![CDATA[<p>Julien,</p>
<p>There are a couple of things you can do, each of which involve creating an additional asset to define the bounds of your Button. To define the bounds of your Button skin you can add a clear shape in the skin to define the total area of the transition animation. This way Flex will stretch the Button skin and the clear shape.</p>
<p>The other thing you can do is make a clear shape and make it a new symbol called &#8220;boundingBox&#8221;. Use this shape to define the bounds of your skin and this symbol will be recognized in Flex.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julien</title>
		<link>http://scalenine.com/blog/2007/10/09/%e2%80%9cstateful%e2%80%9d-flex-skins-with-transitions-using-flash/#comment-57090</link>
		<dc:creator>Julien</dc:creator>
		<pubDate>Wed, 23 Apr 2008 07:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://scalenine.com/blog/2007/10/09/%e2%80%9cstateful%e2%80%9d-flex-skins-with-transitions-using-flash/#comment-57090</guid>
		<description>Hi guys,

I have tried this feature and it is very nice. But if I want to enlarge the button for example during the transition, it makes something strange inside flex.

It is like flex autoscale the button....

Can you help me?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi guys,</p>
<p>I have tried this feature and it is very nice. But if I want to enlarge the button for example during the transition, it makes something strange inside flex.</p>
<p>It is like flex autoscale the button&#8230;.</p>
<p>Can you help me?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon</title>
		<link>http://scalenine.com/blog/2007/10/09/%e2%80%9cstateful%e2%80%9d-flex-skins-with-transitions-using-flash/#comment-54007</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Wed, 09 Apr 2008 00:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://scalenine.com/blog/2007/10/09/%e2%80%9cstateful%e2%80%9d-flex-skins-with-transitions-using-flash/#comment-54007</guid>
		<description>I'd be INCREDIBLY grateful if you could post a tut. on using the stateful templates to create a theme ... </description>
		<content:encoded><![CDATA[<p>I&#8217;d be INCREDIBLY grateful if you could post a tut. on using the stateful templates to create a theme &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juan</title>
		<link>http://scalenine.com/blog/2007/10/09/%e2%80%9cstateful%e2%80%9d-flex-skins-with-transitions-using-flash/#comment-53993</link>
		<dc:creator>juan</dc:creator>
		<pubDate>Wed, 09 Apr 2008 00:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://scalenine.com/blog/2007/10/09/%e2%80%9cstateful%e2%80%9d-flex-skins-with-transitions-using-flash/#comment-53993</guid>
		<description>I don't see why not. I can't say that I've tried it. However, a set of stateful skins gets compiled as a SWC, which means you'd be recompiling that SWC with the CSS into a theme SWC. Not sure if that causes issues or not.

You don't have to use the "Import Skin Artwork" feature in order to use your stateful skins. The Skin Import Wizard is more of a timesaver. I usually hand code all my CSS and I don't have any issues.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see why not. I can&#8217;t say that I&#8217;ve tried it. However, a set of stateful skins gets compiled as a SWC, which means you&#8217;d be recompiling that SWC with the CSS into a theme SWC. Not sure if that causes issues or not.</p>
<p>You don&#8217;t have to use the &#8220;Import Skin Artwork&#8221; feature in order to use your stateful skins. The Skin Import Wizard is more of a timesaver. I usually hand code all my CSS and I don&#8217;t have any issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon</title>
		<link>http://scalenine.com/blog/2007/10/09/%e2%80%9cstateful%e2%80%9d-flex-skins-with-transitions-using-flash/#comment-53990</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Tue, 08 Apr 2008 23:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://scalenine.com/blog/2007/10/09/%e2%80%9cstateful%e2%80%9d-flex-skins-with-transitions-using-flash/#comment-53990</guid>
		<description>Perhaps the question I really meant to ask: is it possible to have stateful transitions in a theme?</description>
		<content:encoded><![CDATA[<p>Perhaps the question I really meant to ask: is it possible to have stateful transitions in a theme?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon</title>
		<link>http://scalenine.com/blog/2007/10/09/%e2%80%9cstateful%e2%80%9d-flex-skins-with-transitions-using-flash/#comment-53961</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Tue, 08 Apr 2008 21:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://scalenine.com/blog/2007/10/09/%e2%80%9cstateful%e2%80%9d-flex-skins-with-transitions-using-flash/#comment-53961</guid>
		<description>1st off - awesome post. Exactly what I needed in terms of creating stateful, animated components! Yay!

Here's the curve-ball: how can I do this w/out using the 'Import Skin Artwork' in Flex Builder?

I need to be able to open the stateful version of the flex_skins template, modify all the existing components and add a bunch of my own, edit the CSS, compile the .swf &#38; .css into a .swc using the Flex SDK and deliver the .swc. This .swc then gets integrated into the application build by script on some Linux box somewhere. Hence my NOT being able to use the import function.

Help me Obi-wan Kenobi!</description>
		<content:encoded><![CDATA[<p>1st off - awesome post. Exactly what I needed in terms of creating stateful, animated components! Yay!</p>
<p>Here&#8217;s the curve-ball: how can I do this w/out using the &#8216;Import Skin Artwork&#8217; in Flex Builder?</p>
<p>I need to be able to open the stateful version of the flex_skins template, modify all the existing components and add a bunch of my own, edit the CSS, compile the .swf &amp; .css into a .swc using the Flex SDK and deliver the .swc. This .swc then gets integrated into the application build by script on some Linux box somewhere. Hence my NOT being able to use the import function.</p>
<p>Help me Obi-wan Kenobi!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Brown</title>
		<link>http://scalenine.com/blog/2007/10/09/%e2%80%9cstateful%e2%80%9d-flex-skins-with-transitions-using-flash/#comment-51940</link>
		<dc:creator>Chris Brown</dc:creator>
		<pubDate>Thu, 27 Mar 2008 06:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://scalenine.com/blog/2007/10/09/%e2%80%9cstateful%e2%80%9d-flex-skins-with-transitions-using-flash/#comment-51940</guid>
		<description>view source does not work</description>
		<content:encoded><![CDATA[<p>view source does not work</p>
]]></content:encoded>
	</item>
</channel>
</rss>
