<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Setting a gradient background fill on a Spark TextArea control in Flex 4</title>
	<atom:link href="http://blog.flexexamples.com/2009/10/24/setting-a-gradient-background-fill-on-a-spark-textarea-control-in-flex-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2009/10/24/setting-a-gradient-background-fill-on-a-spark-textarea-control-in-flex-4/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Fri, 19 Mar 2010 13:47:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anonymous</title>
		<link>http://blog.flexexamples.com/2009/10/24/setting-a-gradient-background-fill-on-a-spark-textarea-control-in-flex-4/comment-page-1/#comment-6603</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 14 Dec 2009 16:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2079#comment-6603</guid>
		<description>@Peter 
Oh, the VideoPlayer&#039;s  API has  changed  significantly since the Beta 2: VideoElement, totalTime,  playheadUpdate -  to name just a few - have been replaced/changed (hopefully for the better :).
Igor</description>
		<content:encoded><![CDATA[<p>@Peter<br />
Oh, the VideoPlayer&#8217;s  API has  changed  significantly since the Beta 2: VideoElement, totalTime,  playheadUpdate &#8211;  to name just a few &#8211; have been replaced/changed (hopefully for the better :).<br />
Igor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2009/10/24/setting-a-gradient-background-fill-on-a-spark-textarea-control-in-flex-4/comment-page-1/#comment-6597</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Mon, 14 Dec 2009 07:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2079#comment-6597</guid>
		<description>@Igor,

Correct, we did switch the Flex 4 Video components from the FLVPlayback architecture to the newer OSMF architecture (see &lt;a href=&quot;http://opensource.adobe.com/wiki/display/osmf/Open+Source+Media+Framework&quot; rel=&quot;nofollow&quot;&gt;&quot;Open Source Media Framework (OSMF&quot;&lt;/a&gt; for more information).

I think it&#039;s pretty safe to say that the API is pretty much finalized for Flex 4.0 at this point (assuming you&#039;re grabbing the latest nightly builds, I&#039;m not sure how recent the older Beta 2 milestone drop was/is).

Peter</description>
		<content:encoded><![CDATA[<p>@Igor,</p>
<p>Correct, we did switch the Flex 4 Video components from the FLVPlayback architecture to the newer OSMF architecture (see <a href="http://opensource.adobe.com/wiki/display/osmf/Open+Source+Media+Framework" rel="nofollow">&#8220;Open Source Media Framework (OSMF&#8221;</a> for more information).</p>
<p>I think it&#8217;s pretty safe to say that the API is pretty much finalized for Flex 4.0 at this point (assuming you&#8217;re grabbing the latest nightly builds, I&#8217;m not sure how recent the older Beta 2 milestone drop was/is).</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.flexexamples.com/2009/10/24/setting-a-gradient-background-fill-on-a-spark-textarea-control-in-flex-4/comment-page-1/#comment-6592</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 13 Dec 2009 20:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2079#comment-6592</guid>
		<description>Thank  you, Peter.
I&#039;ll follow your advice.

And  one more question, although this one probably can&#039;t be answered with certainty.
Flex team keeps modifying Video Player. Can it be assumed that the core properties, methods, and events of this component  now have been finalized?
Igor</description>
		<content:encoded><![CDATA[<p>Thank  you, Peter.<br />
I&#8217;ll follow your advice.</p>
<p>And  one more question, although this one probably can&#8217;t be answered with certainty.<br />
Flex team keeps modifying Video Player. Can it be assumed that the core properties, methods, and events of this component  now have been finalized?<br />
Igor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2009/10/24/setting-a-gradient-background-fill-on-a-spark-textarea-control-in-flex-4/comment-page-1/#comment-6591</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Sun, 13 Dec 2009 18:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2079#comment-6591</guid>
		<description>@Igor Borodin,

Correct, the Spark Label does not have a skin, and you can only modify the simple background color or background alpha.
If you wanted to create a gradient background fill, I imagine the easiest way may be to wrap the Spark Label in a BorderContainer component and set the complex background fill on the container.

Peter</description>
		<content:encoded><![CDATA[<p>@Igor Borodin,</p>
<p>Correct, the Spark Label does not have a skin, and you can only modify the simple background color or background alpha.<br />
If you wanted to create a gradient background fill, I imagine the easiest way may be to wrap the Spark Label in a BorderContainer component and set the complex background fill on the container.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.flexexamples.com/2009/10/24/setting-a-gradient-background-fill-on-a-spark-textarea-control-in-flex-4/comment-page-1/#comment-6590</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 13 Dec 2009 17:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2079#comment-6590</guid>
		<description>Hello Peter,

In context of this post I have a question. 
I&#039;d like to use gradient colors on the &quot;Label&quot; background. 
The problem is: as far as I can see the &#039;Label&#039; does NOT have either skin or clear reference in its actionscript file to the background property.
So, the question is:  can I control the properties of &#039;Label&#039;s background besideds the simple color and alpha?

Thanks,
Igor Borodin</description>
		<content:encoded><![CDATA[<p>Hello Peter,</p>
<p>In context of this post I have a question.<br />
I&#8217;d like to use gradient colors on the &#8220;Label&#8221; background.<br />
The problem is: as far as I can see the &#8216;Label&#8217; does NOT have either skin or clear reference in its actionscript file to the background property.<br />
So, the question is:  can I control the properties of &#8216;Label&#8217;s background besideds the simple color and alpha?</p>
<p>Thanks,<br />
Igor Borodin</p>
]]></content:encoded>
	</item>
</channel>
</rss>
