<?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: Custom cursor API is a great solution for creating sets of custom cursors</title>
	<atom:link href="http://elromdesign.com/blog/2008/03/03/custom-cursor-api-is-a-great-solution-for-creating-sets-of-custom-cursors/feed/" rel="self" type="application/rss+xml" />
	<link>http://elromdesign.com/blog/2008/03/03/custom-cursor-api-is-a-great-solution-for-creating-sets-of-custom-cursors/</link>
	<description>Developing Flash Applications</description>
	<pubDate>Thu, 09 Sep 2010 02:48:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: elad.ny</title>
		<link>http://elromdesign.com/blog/2008/03/03/custom-cursor-api-is-a-great-solution-for-creating-sets-of-custom-cursors/comment-page-1/#comment-16821</link>
		<dc:creator>elad.ny</dc:creator>
		<pubDate>Wed, 20 May 2009 18:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://elromdesign.com/blog/2008/03/03/custom-cursor-api-is-a-great-solution-for-creating-sets-of-custom-cursors/#comment-16821</guid>
		<description>Hi Einar,  the classes weren't tested or changed since March 08 FP9, in case you get a chance to update plz do send me the code.</description>
		<content:encoded><![CDATA[<p>Hi Einar,  the classes weren&#8217;t tested or changed since March 08 FP9, in case you get a chance to update plz do send me the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Einar Gerdsen</title>
		<link>http://elromdesign.com/blog/2008/03/03/custom-cursor-api-is-a-great-solution-for-creating-sets-of-custom-cursors/comment-page-1/#comment-16820</link>
		<dc:creator>Einar Gerdsen</dc:creator>
		<pubDate>Wed, 20 May 2009 15:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://elromdesign.com/blog/2008/03/03/custom-cursor-api-is-a-great-solution-for-creating-sets-of-custom-cursors/#comment-16820</guid>
		<description>Just a heads up: in Flash Player 10 and Firefox it seems that the system cursor is shown onRelease and not removed until the cursor moves.</description>
		<content:encoded><![CDATA[<p>Just a heads up: in Flash Player 10 and Firefox it seems that the system cursor is shown onRelease and not removed until the cursor moves.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elad.ny</title>
		<link>http://elromdesign.com/blog/2008/03/03/custom-cursor-api-is-a-great-solution-for-creating-sets-of-custom-cursors/comment-page-1/#comment-16519</link>
		<dc:creator>elad.ny</dc:creator>
		<pubDate>Thu, 12 Feb 2009 02:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://elromdesign.com/blog/2008/03/03/custom-cursor-api-is-a-great-solution-for-creating-sets-of-custom-cursors/#comment-16519</guid>
		<description>Every concrete class such as: ConcreteMouseDrop includes the URL to the PNG, for instance:

[Embed(source="assets/curosr/images/mouse2_1.png")]
public var cursorClass1:Class;    
[Embed(source="assets/curosr/images/mouse2_2.png")]
public var cursorClass2:Class;    
[Embed(source="assets/curosr/images/mouse2_3.png")]
public var cursorClass3:Class;

You can view the example and right click to view the source code from here:
http://elromdesign.com/blog/Flex/API/Cursor/

I hope that helps...</description>
		<content:encoded><![CDATA[<p>Every concrete class such as: ConcreteMouseDrop includes the URL to the PNG, for instance:</p>
<p>[Embed(source="assets/curosr/images/mouse2_1.png")]<br />
public var cursorClass1:Class;<br />
[Embed(source="assets/curosr/images/mouse2_2.png")]<br />
public var cursorClass2:Class;<br />
[Embed(source="assets/curosr/images/mouse2_3.png")]<br />
public var cursorClass3:Class;</p>
<p>You can view the example and right click to view the source code from here:<br />
<a href="http://elromdesign.com/blog/Flex/API/Cursor/"  rel="nofollow">http://elromdesign.com/blog/Flex/API/Cursor/</a></p>
<p>I hope that helps&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guillaume</title>
		<link>http://elromdesign.com/blog/2008/03/03/custom-cursor-api-is-a-great-solution-for-creating-sets-of-custom-cursors/comment-page-1/#comment-16518</link>
		<dc:creator>guillaume</dc:creator>
		<pubDate>Wed, 11 Feb 2009 13:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://elromdesign.com/blog/2008/03/03/custom-cursor-api-is-a-great-solution-for-creating-sets-of-custom-cursors/#comment-16518</guid>
		<description>hi, and thank you for this API, which to be exactly what I need.
Though, in your example's souce code, there no url pointing on the external PNGs anywhere, so I don't understand how the script get those images...

I hope you'll find time to clear this up for me =)</description>
		<content:encoded><![CDATA[<p>hi, and thank you for this API, which to be exactly what I need.<br />
Though, in your example&#8217;s souce code, there no url pointing on the external PNGs anywhere, so I don&#8217;t understand how the script get those images&#8230;</p>
<p>I hope you&#8217;ll find time to clear this up for me =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ajay kumar</title>
		<link>http://elromdesign.com/blog/2008/03/03/custom-cursor-api-is-a-great-solution-for-creating-sets-of-custom-cursors/comment-page-1/#comment-16424</link>
		<dc:creator>ajay kumar</dc:creator>
		<pubDate>Wed, 07 Jan 2009 21:00:26 +0000</pubDate>
		<guid isPermaLink="false">http://elromdesign.com/blog/2008/03/03/custom-cursor-api-is-a-great-solution-for-creating-sets-of-custom-cursors/#comment-16424</guid>
		<description>Hi, would you please tell me that how can i design busy cursor for flex .

Thanks</description>
		<content:encoded><![CDATA[<p>Hi, would you please tell me that how can i design busy cursor for flex .</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
