<?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: AIRhead: What Exactly Is ClipboardFormats.URL_FORMAT?</title>
	<atom:link href="http://www.brooksandrus.com/blog/2008/09/16/airhead-what-exactly-is-clipboardformatsurl_format/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brooksandrus.com/blog/2008/09/16/airhead-what-exactly-is-clipboardformatsurl_format/</link>
	<description>This is the blog of Brooks Andrus. Here, at irregular intervals, you may find digital noise centered around the activities of an early 21st century technologist. I work for TechSmith Corporation, but this web space and the views found on it are entirely my own.</description>
	<lastBuildDate>Sat, 13 Mar 2010 10:07:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: RaiulBaztepo</title>
		<link>http://www.brooksandrus.com/blog/2008/09/16/airhead-what-exactly-is-clipboardformatsurl_format/comment-page-1/#comment-49816</link>
		<dc:creator>RaiulBaztepo</dc:creator>
		<pubDate>Sun, 29 Mar 2009 00:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/?p=393#comment-49816</guid>
		<description>Hello!
Very Interesting post! Thank you for such interesting resource! 
PS: Sorry for my bad english, I&#039;v just started to learn this language ;)
See you! 
Your, Raiul Baztepo</description>
		<content:encoded><![CDATA[<p>Hello!<br />
Very Interesting post! Thank you for such interesting resource!<br />
PS: Sorry for my bad english, I&#8217;v just started to learn this language ;)<br />
See you!<br />
Your, Raiul Baztepo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brooks</title>
		<link>http://www.brooksandrus.com/blog/2008/09/16/airhead-what-exactly-is-clipboardformatsurl_format/comment-page-1/#comment-48592</link>
		<dc:creator>Brooks</dc:creator>
		<pubDate>Tue, 16 Sep 2008 17:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/?p=393#comment-48592</guid>
		<description>@Mike - Hey I get that its a constant. I understand its a String. While it helps to know the data type and volatility of the referenced data its not all that useful by itself. I&#039;ve also done drag and drop and tested for format types. I understand the concept. I just haven&#039;t been able to paste anything on the clipboard (URL or otherwise) that returns true when Clipboard.hasFormat( ClipboardFormats.URL_FORMAT ) is run against the clipboard.

If I&#039;m hearing you correctly, it&#039;s only relevant when dragging from AIR to the OS or from AIR to AIR. If so why isn&#039;t this mentioned in the docs? If more detail is given someplace else (I&#039;ve been looking) I&#039;d appreciate a link.

In general I think the Adobe documentation is great. I use it all of the time. However, lots of times I find information to be incredibly terse to the point of being cryptic and that&#039;s frustrating. 

Your explanation about dragging from AIR to a browser helps although I&#039;d like to know how AIR determines what qualifies as a URL. You&#039;re dragging a reference to String data. Does AIR look for an acceptable protocol prefix? Does it only work when copying data from properties that hold URL Strings? What are the rules and how does it work?</description>
		<content:encoded><![CDATA[<p>@Mike &#8211; Hey I get that its a constant. I understand its a String. While it helps to know the data type and volatility of the referenced data its not all that useful by itself. I&#8217;ve also done drag and drop and tested for format types. I understand the concept. I just haven&#8217;t been able to paste anything on the clipboard (URL or otherwise) that returns true when Clipboard.hasFormat( ClipboardFormats.URL_FORMAT ) is run against the clipboard.</p>
<p>If I&#8217;m hearing you correctly, it&#8217;s only relevant when dragging from AIR to the OS or from AIR to AIR. If so why isn&#8217;t this mentioned in the docs? If more detail is given someplace else (I&#8217;ve been looking) I&#8217;d appreciate a link.</p>
<p>In general I think the Adobe documentation is great. I use it all of the time. However, lots of times I find information to be incredibly terse to the point of being cryptic and that&#8217;s frustrating. </p>
<p>Your explanation about dragging from AIR to a browser helps although I&#8217;d like to know how AIR determines what qualifies as a URL. You&#8217;re dragging a reference to String data. Does AIR look for an acceptable protocol prefix? Does it only work when copying data from properties that hold URL Strings? What are the rules and how does it work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike chambers</title>
		<link>http://www.brooksandrus.com/blog/2008/09/16/airhead-what-exactly-is-clipboardformatsurl_format/comment-page-1/#comment-48591</link>
		<dc:creator>mike chambers</dc:creator>
		<pubDate>Tue, 16 Sep 2008 17:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/?p=393#comment-48591</guid>
		<description>Text data is not necessarily a URL.

If you try to drag text to a firefox or safari icon, it is ignored. If you drag a URL, it highlights.

The different types are so that apps can indicate whether they support the type.

As far as the docs, the entry is describing what the constant represents. It represents a URL. Just as the TEXT_FORMAT entry indicates it represents a string.

If you want to know how those APIs can be used, there is more in depth documentation in other parts of the docs.

mike chambers

mesh@adobe.com</description>
		<content:encoded><![CDATA[<p>Text data is not necessarily a URL.</p>
<p>If you try to drag text to a firefox or safari icon, it is ignored. If you drag a URL, it highlights.</p>
<p>The different types are so that apps can indicate whether they support the type.</p>
<p>As far as the docs, the entry is describing what the constant represents. It represents a URL. Just as the TEXT_FORMAT entry indicates it represents a string.</p>
<p>If you want to know how those APIs can be used, there is more in depth documentation in other parts of the docs.</p>
<p>mike chambers</p>
<p><a href="mailto:mesh@adobe.com">mesh@adobe.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Sacks</title>
		<link>http://www.brooksandrus.com/blog/2008/09/16/airhead-what-exactly-is-clipboardformatsurl_format/comment-page-1/#comment-48590</link>
		<dc:creator>Steven Sacks</dc:creator>
		<pubDate>Tue, 16 Sep 2008 16:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/?p=393#comment-48590</guid>
		<description>Ok, so that explains how other applications receive a drag from AIR, but that has nothing to do with AIR or Actionscript having to check it.

Can you provide an example of how that would be used in a way that TEXT_FORMAT couldn&#039;t?

I also don&#039;t understand why the documentation is 3 words.</description>
		<content:encoded><![CDATA[<p>Ok, so that explains how other applications receive a drag from AIR, but that has nothing to do with AIR or Actionscript having to check it.</p>
<p>Can you provide an example of how that would be used in a way that TEXT_FORMAT couldn&#8217;t?</p>
<p>I also don&#8217;t understand why the documentation is 3 words.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike chambers</title>
		<link>http://www.brooksandrus.com/blog/2008/09/16/airhead-what-exactly-is-clipboardformatsurl_format/comment-page-1/#comment-48589</link>
		<dc:creator>mike chambers</dc:creator>
		<pubDate>Tue, 16 Sep 2008 16:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/?p=393#comment-48589</guid>
		<description>It is a constant that indicates that the item being dragged can be represented as a URL. For example, on Mac, if you drag an item with ClipboardFormats.URL_FORMAT to a Safari icon, it will highlight the icon (since safari supports URLS), but if you drop it on Mail, the icon wont highlight.

mike chambers

mesh@adobe.com</description>
		<content:encoded><![CDATA[<p>It is a constant that indicates that the item being dragged can be represented as a URL. For example, on Mac, if you drag an item with ClipboardFormats.URL_FORMAT to a Safari icon, it will highlight the icon (since safari supports URLS), but if you drop it on Mail, the icon wont highlight.</p>
<p>mike chambers</p>
<p><a href="mailto:mesh@adobe.com">mesh@adobe.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredericton Designers &#187; Blog Archive &#187; AIRhead: What Exactly Is ClipboardFormats.URL_FORMAT?</title>
		<link>http://www.brooksandrus.com/blog/2008/09/16/airhead-what-exactly-is-clipboardformatsurl_format/comment-page-1/#comment-48585</link>
		<dc:creator>Fredericton Designers &#187; Blog Archive &#187; AIRhead: What Exactly Is ClipboardFormats.URL_FORMAT?</dc:creator>
		<pubDate>Tue, 16 Sep 2008 10:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/?p=393#comment-48585</guid>
		<description>[...] Link to the original site [...]</description>
		<content:encoded><![CDATA[<p>[...] Link to the original site [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
