<?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: Native Drag and Drop in Adobe Air</title>
	<atom:link href="http://spreadingfunkyness.com/native-drag-and-drop-in-adobe-air/feed/" rel="self" type="application/rss+xml" />
	<link>http://spreadingfunkyness.com/native-drag-and-drop-in-adobe-air/</link>
	<description>RIAbilitating the Internet with web apps, ria, iphone and ipad apps.</description>
	<lastBuildDate>Mon, 09 Jan 2012 08:31:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Cesare</title>
		<link>http://spreadingfunkyness.com/native-drag-and-drop-in-adobe-air/comment-page-1/#comment-53721</link>
		<dc:creator>Cesare</dc:creator>
		<pubDate>Sat, 18 Jun 2011 13:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://spreadingfunkyness.com/?p=292#comment-53721</guid>
		<description>Add a dropEnabled=&quot;true&quot; to your panel.</description>
		<content:encoded><![CDATA[<p>Add a dropEnabled=&#8221;true&#8221; to your panel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivory</title>
		<link>http://spreadingfunkyness.com/native-drag-and-drop-in-adobe-air/comment-page-1/#comment-53479</link>
		<dc:creator>Ivory</dc:creator>
		<pubDate>Fri, 17 Jun 2011 15:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://spreadingfunkyness.com/?p=292#comment-53479</guid>
		<description>Code did not post.. here it is.
http://pastebin.com/pgrdZUiy</description>
		<content:encoded><![CDATA[<p>Code did not post.. here it is.<br />
<a href="http://pastebin.com/pgrdZUiy" rel="nofollow">http://pastebin.com/pgrdZUiy</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivory</title>
		<link>http://spreadingfunkyness.com/native-drag-and-drop-in-adobe-air/comment-page-1/#comment-53476</link>
		<dc:creator>Ivory</dc:creator>
		<pubDate>Fri, 17 Jun 2011 15:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://spreadingfunkyness.com/?p=292#comment-53476</guid>
		<description>Thanks for getting back to me so quickly, still not behaving though, below is an example of my component.</description>
		<content:encoded><![CDATA[<p>Thanks for getting back to me so quickly, still not behaving though, below is an example of my component.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cesare</title>
		<link>http://spreadingfunkyness.com/native-drag-and-drop-in-adobe-air/comment-page-1/#comment-53408</link>
		<dc:creator>Cesare</dc:creator>
		<pubDate>Fri, 17 Jun 2011 11:20:47 +0000</pubDate>
		<guid isPermaLink="false">http://spreadingfunkyness.com/?p=292#comment-53408</guid>
		<description>You can associate handlers to your custom panel.</description>
		<content:encoded><![CDATA[<p>You can associate handlers to your custom panel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivory</title>
		<link>http://spreadingfunkyness.com/native-drag-and-drop-in-adobe-air/comment-page-1/#comment-53403</link>
		<dc:creator>Ivory</dc:creator>
		<pubDate>Fri, 17 Jun 2011 10:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://spreadingfunkyness.com/?p=292#comment-53403</guid>
		<description>Great Article, How would I extend this functionality to 
replace images in an Image component embedded within a panel? for example I have a default image in an Image component, I would like the user to be able to replace that image with a dragged in bitmap. The panel which contains the image is a custom component of which a number are created at runtime.</description>
		<content:encoded><![CDATA[<p>Great Article, How would I extend this functionality to<br />
replace images in an Image component embedded within a panel? for example I have a default image in an Image component, I would like the user to be able to replace that image with a dragged in bitmap. The panel which contains the image is a custom component of which a number are created at runtime.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cesare</title>
		<link>http://spreadingfunkyness.com/native-drag-and-drop-in-adobe-air/comment-page-1/#comment-27915</link>
		<dc:creator>Cesare</dc:creator>
		<pubDate>Mon, 24 Jan 2011 07:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://spreadingfunkyness.com/?p=292#comment-27915</guid>
		<description>The procedure is very similar. The file format is mp3. 
Here is a snippet.

&lt;pre&gt;
var object:Object = clip.getData(ClipboardFormats.FILE_LIST_FORMAT);  
var req:URLRequest = new URLRequest(object[0].url);  
var sound:Sound = new Sound();  
sound.addEventListener(Event.COMPLETE, soundLoaded);  
sound.load(req);
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>The procedure is very similar. The file format is mp3.<br />
Here is a snippet.</p>
<pre>
var object:Object = clip.getData(ClipboardFormats.FILE_LIST_FORMAT);
var req:URLRequest = new URLRequest(object[0].url);
var sound:Sound = new Sound();
sound.addEventListener(Event.COMPLETE, soundLoaded);
sound.load(req);
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karthik</title>
		<link>http://spreadingfunkyness.com/native-drag-and-drop-in-adobe-air/comment-page-1/#comment-27663</link>
		<dc:creator>Karthik</dc:creator>
		<pubDate>Sat, 22 Jan 2011 05:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://spreadingfunkyness.com/?p=292#comment-27663</guid>
		<description>Hi the drag and drop code works fine with images..
How to do this in the case of mp3 or wav files instead
of images. and also i want to drag an mp3 file from AIR
and drop to desktop.</description>
		<content:encoded><![CDATA[<p>Hi the drag and drop code works fine with images..<br />
How to do this in the case of mp3 or wav files instead<br />
of images. and also i want to drag an mp3 file from AIR<br />
and drop to desktop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spreading Funkyness &#187; Blog Archive &#187; Drag and Drop of Images In Adobe Air</title>
		<link>http://spreadingfunkyness.com/native-drag-and-drop-in-adobe-air/comment-page-1/#comment-10038</link>
		<dc:creator>Spreading Funkyness &#187; Blog Archive &#187; Drag and Drop of Images In Adobe Air</dc:creator>
		<pubDate>Wed, 20 Jan 2010 20:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://spreadingfunkyness.com/?p=292#comment-10038</guid>
		<description>[...] to show images dragged from the file system into an Adobe Air application. As we have seen in other tutorials to intercept when something is dragged and dropped on an Adobe Air application we need to specify [...]</description>
		<content:encoded><![CDATA[<p>[...] to show images dragged from the file system into an Adobe Air application. As we have seen in other tutorials to intercept when something is dragged and dropped on an Adobe Air application we need to specify [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spreading Funkyness &#187; Blog Archive &#187; Drag and Drop of Text in Adobe Air</title>
		<link>http://spreadingfunkyness.com/native-drag-and-drop-in-adobe-air/comment-page-1/#comment-9943</link>
		<dc:creator>Spreading Funkyness &#187; Blog Archive &#187; Drag and Drop of Text in Adobe Air</dc:creator>
		<pubDate>Sat, 16 Jan 2010 13:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://spreadingfunkyness.com/?p=292#comment-9943</guid>
		<description>[...] a previous tutorial we have seen how to drag and drop images from a native application (Fireworks) to Adobe Air and [...]</description>
		<content:encoded><![CDATA[<p>[...] a previous tutorial we have seen how to drag and drop images from a native application (Fireworks) to Adobe Air and [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

