<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ria-coder.com &#187; stylesheet</title>
	<atom:link href="http://ria-coder.com/blog/tag/stylesheet/feed" rel="self" type="application/rss+xml" />
	<link>http://ria-coder.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 21 Apr 2010 19:35:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Using a Custom Cursor in Flex with CSS</title>
		<link>http://ria-coder.com/blog/using-a-custom-cursor-in-flex-with-css</link>
		<comments>http://ria-coder.com/blog/using-a-custom-cursor-in-flex-with-css#comments</comments>
		<pubDate>Wed, 16 Dec 2009 21:54:22 +0000</pubDate>
		<dc:creator>Danny Kopping</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[ActionScript 3.0]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[cursor]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[stylesheet]]></category>

		<guid isPermaLink="false">http://ria-coder.com/blog/?p=511</guid>
		<description><![CDATA[Learn how to define a custom Flex busy cursor in pure CSS]]></description>
			<content:encoded><![CDATA[<p>If you want to use a custom <em>busyCursor</em> animation in your Flex applications, you don&#8217;t need to do anything fancy&#8230; All you have to do is define one, solitary property in your CSS file:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">CursorManager
<span style="color: #00AA00;">&#123;</span>
	<span style="color: #808080; font-style: italic;">/* You can use PNGs, SWFs or JPEGs */</span>
	busyCursor<span style="color: #00AA00;">:</span> Embed<span style="color: #00AA00;">&#40;</span>source<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;path/to/your/resource&quot;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>
To invoke the busy cursor, use the following line:<br />
</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;">CursorManager.<span style="color: #006600;">setBusyCursor</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</pre></div></div>

<p>&#8230;or you could set the <em>showBusyCursor</em> to <strong>true</strong> in your HTTPService or RemoteObject instances.</p>
]]></content:encoded>
			<wfw:commentRss>http://ria-coder.com/blog/using-a-custom-cursor-in-flex-with-css/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

