<?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 dynamically loaded background image fill on a Spark Border container in Flex 4</title>
	<atom:link href="http://blog.flexexamples.com/2009/11/16/setting-a-dynamically-loaded-background-image-fill-on-a-spark-border-container-in-flex-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2009/11/16/setting-a-dynamically-loaded-background-image-fill-on-a-spark-border-container-in-flex-4/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Mon, 13 Feb 2012 01:38:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Robert</title>
		<link>http://blog.flexexamples.com/2009/11/16/setting-a-dynamically-loaded-background-image-fill-on-a-spark-border-container-in-flex-4/comment-page-1/#comment-9465</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 03 Aug 2011 23:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2209#comment-9465</guid>
		<description>Has there been an update to this as Flex 4.0 and 4.5 have come out?  I cannot for the life of me figure out how to accomplish this.  It used to be like two lines of code.  Why would someone remove functionality like this and call it an improvement?  Seems really odd.</description>
		<content:encoded><![CDATA[<p>Has there been an update to this as Flex 4.0 and 4.5 have come out?  I cannot for the life of me figure out how to accomplish this.  It used to be like two lines of code.  Why would someone remove functionality like this and call it an improvement?  Seems really odd.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reny Mohan</title>
		<link>http://blog.flexexamples.com/2009/11/16/setting-a-dynamically-loaded-background-image-fill-on-a-spark-border-container-in-flex-4/comment-page-1/#comment-6514</link>
		<dc:creator>Reny Mohan</dc:creator>
		<pubDate>Thu, 03 Dec 2009 12:19:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2209#comment-6514</guid>
		<description>Hi,
  I would like to know whether its is possible to access the functions within the flash swf in the flex 3 application..i need such a req in my project..means i want to integrate with the flex..
Thanks in advance..
Reny</description>
		<content:encoded><![CDATA[<p>Hi,<br />
  I would like to know whether its is possible to access the functions within the flash swf in the flex 3 application..i need such a req in my project..means i want to integrate with the flex..<br />
Thanks in advance..<br />
Reny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2009/11/16/setting-a-dynamically-loaded-background-image-fill-on-a-spark-border-container-in-flex-4/comment-page-1/#comment-6384</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Wed, 18 Nov 2009 04:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2209#comment-6384</guid>
		<description>@Anonymous,

Which version of the Flex 4 SDK were you using? 
&lt;pre lang=&quot;mxml&quot;&gt;
&lt;mx:Label id=&quot;ver&quot; initialize=&quot;ver.text = mx_internal::VERSION;&quot; /&gt;
&lt;/pre&gt;

I haven&#039;t tried any of these in Adobe AIR, but I&#039;m not sure if the Spark WindowedApplication supports a control bar or not. Feel free to file a bug at http://bugs.adobe.com/flex/ and somebody can take a look if you think it is a bug.

Peter</description>
		<content:encoded><![CDATA[<p>@Anonymous,</p>
<p>Which version of the Flex 4 SDK were you using?</p>

<div class="wp_syntax"><div class="code"><pre class="mxml" style="font-family:monospace;"><span style="color: #000000;"><span style="color: #7400FF;">&lt;mx:Label</span> id=<span style="color: #ff0000;">&quot;ver&quot;</span> initialize=<span style="color: #ff0000;">&quot;ver.text = mx_internal::VERSION;&quot;</span> <span style="color: #7400FF;">/&gt;</span></span></pre></div></div>

<p>I haven&#8217;t tried any of these in Adobe AIR, but I&#8217;m not sure if the Spark WindowedApplication supports a control bar or not. Feel free to file a bug at <a href="http://bugs.adobe.com/flex/" rel="nofollow">http://bugs.adobe.com/flex/</a> and somebody can take a look if you think it is a bug.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.flexexamples.com/2009/11/16/setting-a-dynamically-loaded-background-image-fill-on-a-spark-border-container-in-flex-4/comment-page-1/#comment-6382</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 18 Nov 2009 02:12:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2209#comment-6382</guid>
		<description>Just an FYI... I tried this example using AIR (1.5.1)  The only thing I did was change Application to Windowed Application.   BackgroundImageFillMode was not recognized.  controlBarContent did not generate an error, but no buttons appeared on the app.  When I removed controlBarContent, leaving the buttons, they all appeared in a stack with the Adobe button on top (I&#039;m guessing because I didn&#039;t use any layout tags).</description>
		<content:encoded><![CDATA[<p>Just an FYI&#8230; I tried this example using AIR (1.5.1)  The only thing I did was change Application to Windowed Application.   BackgroundImageFillMode was not recognized.  controlBarContent did not generate an error, but no buttons appeared on the app.  When I removed controlBarContent, leaving the buttons, they all appeared in a stack with the Adobe button on top (I&#8217;m guessing because I didn&#8217;t use any layout tags).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

