<?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: tile or repeat an image into a flex application background</title>
	<atom:link href="http://blog.creacog.co.uk/2006/11/21/tile-or-repeat-an-image-into-a-flex-application-background/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.creacog.co.uk/2006/11/21/tile-or-repeat-an-image-into-a-flex-application-background/</link>
	<description></description>
	<lastBuildDate>Mon, 05 Jul 2010 15:53:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: creacog</title>
		<link>http://blog.creacog.co.uk/2006/11/21/tile-or-repeat-an-image-into-a-flex-application-background/comment-page-1/#comment-896</link>
		<dc:creator>creacog</dc:creator>
		<pubDate>Thu, 10 Dec 2009 11:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://91.186.21.57/~blogcreacogcouk/?p=20#comment-896</guid>
		<description>@sana: It would help me understand if you detailed the error you are seeing.
Alternatively take a look at the updated version of this blog-post which includes a working sample... &lt;a href=&quot;http://blog.creacog.co.uk/2007/06/11/tile-or-repeat-an-image-into-a-flex-application-background-ii/&quot; rel=&quot;nofollow&quot;&gt;tile or repeat an image into a flex application background II&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>@sana: It would help me understand if you detailed the error you are seeing.<br />
Alternatively take a look at the updated version of this blog-post which includes a working sample&#8230; <a href="http://blog.creacog.co.uk/2007/06/11/tile-or-repeat-an-image-into-a-flex-application-background-ii/" rel="nofollow">tile or repeat an image into a flex application background II</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sana</title>
		<link>http://blog.creacog.co.uk/2006/11/21/tile-or-repeat-an-image-into-a-flex-application-background/comment-page-1/#comment-895</link>
		<dc:creator>sana</dc:creator>
		<pubDate>Thu, 10 Dec 2009 08:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://91.186.21.57/~blogcreacogcouk/?p=20#comment-895</guid>
		<description>good but  an  error does not resolve at these lines


backgroundImage = new backgroundImageClass();

backgroundBitmapData
= new BitmapData( backgroundImage.width, backgroundImage.height );
backgroundBitmapData.draw( backgroundImage );</description>
		<content:encoded><![CDATA[<p>good but  an  error does not resolve at these lines</p>
<p>backgroundImage = new backgroundImageClass();</p>
<p>backgroundBitmapData<br />
= new BitmapData( backgroundImage.width, backgroundImage.height );<br />
backgroundBitmapData.draw( backgroundImage );</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: internet.geek</title>
		<link>http://blog.creacog.co.uk/2006/11/21/tile-or-repeat-an-image-into-a-flex-application-background/comment-page-1/#comment-688</link>
		<dc:creator>internet.geek</dc:creator>
		<pubDate>Thu, 02 Apr 2009 02:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://91.186.21.57/~blogcreacogcouk/?p=20#comment-688</guid>
		<description>Thanks, worked perfectly, one thing to note:

You can then specify the borderSkin property in a css file instead of hardcoding it:

Application
{
borderSkin: ClassReference(&#039;com.ct.skins.ApplicationBackground&#039;);
}</description>
		<content:encoded><![CDATA[<p>Thanks, worked perfectly, one thing to note:</p>
<p>You can then specify the borderSkin property in a css file instead of hardcoding it:</p>
<p>Application<br />
{<br />
borderSkin: ClassReference(&#8216;com.ct.skins.ApplicationBackground&#8217;);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: creacog</title>
		<link>http://blog.creacog.co.uk/2006/11/21/tile-or-repeat-an-image-into-a-flex-application-background/comment-page-1/#comment-663</link>
		<dc:creator>creacog</dc:creator>
		<pubDate>Wed, 25 Feb 2009 11:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://91.186.21.57/~blogcreacogcouk/?p=20#comment-663</guid>
		<description>@Diny... use a Loader :
&lt;a href=&quot;http://livedocs.adobe.com/flex/3/langref/flash/display/Loader.html&quot;/ rel=&quot;nofollow&quot;&gt;http://livedocs.adobe.com/flex/3/langref/flash/display/Loader.html&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>@Diny&#8230; use a Loader :<br />
<a href="http://livedocs.adobe.com/flex/3/langref/flash/display/Loader.html"/ rel="nofollow">http://livedocs.adobe.com/flex/3/langref/flash/display/Loader.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: diny</title>
		<link>http://blog.creacog.co.uk/2006/11/21/tile-or-repeat-an-image-into-a-flex-application-background/comment-page-1/#comment-662</link>
		<dc:creator>diny</dc:creator>
		<pubDate>Wed, 25 Feb 2009 11:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://91.186.21.57/~blogcreacogcouk/?p=20#comment-662</guid>
		<description>i would like to load image in my application... how it is possible???

Thanks in advance
Diny</description>
		<content:encoded><![CDATA[<p>i would like to load image in my application&#8230; how it is possible???</p>
<p>Thanks in advance<br />
Diny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imtiyaz</title>
		<link>http://blog.creacog.co.uk/2006/11/21/tile-or-repeat-an-image-into-a-flex-application-background/comment-page-1/#comment-549</link>
		<dc:creator>Imtiyaz</dc:creator>
		<pubDate>Wed, 24 Sep 2008 07:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://91.186.21.57/~blogcreacogcouk/?p=20#comment-549</guid>
		<description>Nice and Useful</description>
		<content:encoded><![CDATA[<p>Nice and Useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maikel Sibbald</title>
		<link>http://blog.creacog.co.uk/2006/11/21/tile-or-repeat-an-image-into-a-flex-application-background/comment-page-1/#comment-14</link>
		<dc:creator>Maikel Sibbald</dc:creator>
		<pubDate>Thu, 07 Dec 2006 07:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://91.186.21.57/~blogcreacogcouk/?p=20#comment-14</guid>
		<description>Funny I had the same approach.

http://labs.flexcoders.nl/?p=16

See sample (view source under contextmenu)</description>
		<content:encoded><![CDATA[<p>Funny I had the same approach.</p>
<p><a href="http://labs.flexcoders.nl/?p=16" rel="nofollow">http://labs.flexcoders.nl/?p=16</a></p>
<p>See sample (view source under contextmenu)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: creacog</title>
		<link>http://blog.creacog.co.uk/2006/11/21/tile-or-repeat-an-image-into-a-flex-application-background/comment-page-1/#comment-15</link>
		<dc:creator>creacog</dc:creator>
		<pubDate>Fri, 24 Nov 2006 16:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://91.186.21.57/~blogcreacogcouk/?p=20#comment-15</guid>
		<description>Well it is really a hard-coded sticking plaster approach, and so is this answer to your question...
The line which governs the region into which the bitmap is pasted and repeated is this one:
g.drawRect(0,0,w,h);
which currenty represents the whole of the canvas. To effectively repeat-y you could modify the line to:
g.drawRect(0,0,backgroundImage.width,h);
To repeat-x:
g.drawRect(0,0,w,backgroundImage.height);</description>
		<content:encoded><![CDATA[<p>Well it is really a hard-coded sticking plaster approach, and so is this answer to your question&#8230;<br />
The line which governs the region into which the bitmap is pasted and repeated is this one:<br />
g.drawRect(0,0,w,h);<br />
which currenty represents the whole of the canvas. To effectively repeat-y you could modify the line to:<br />
g.drawRect(0,0,backgroundImage.width,h);<br />
To repeat-x:<br />
g.drawRect(0,0,w,backgroundImage.height);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: micmac</title>
		<link>http://blog.creacog.co.uk/2006/11/21/tile-or-repeat-an-image-into-a-flex-application-background/comment-page-1/#comment-16</link>
		<dc:creator>micmac</dc:creator>
		<pubDate>Fri, 24 Nov 2006 03:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://91.186.21.57/~blogcreacogcouk/?p=20#comment-16</guid>
		<description>Nice article.
I&#039;m a recent advocate of Flex myself and was disappointed to discover no tiling feature.
I do have one question. How would i go about restricting the tiling to the x-axis? At the moment it is tiling both x and y axis.</description>
		<content:encoded><![CDATA[<p>Nice article.<br />
I&#8217;m a recent advocate of Flex myself and was disappointed to discover no tiling feature.<br />
I do have one question. How would i go about restricting the tiling to the x-axis? At the moment it is tiling both x and y axis.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
