<?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: Copying Text To the User&#8217;s Clipboard in Flex</title>
	<atom:link href="http://www.kylehayes.info/2008/02/13/Copying-Text-To-the-Users-Clipboard-in-Flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kylehayes.info/2008/02/13/Copying-Text-To-the-Users-Clipboard-in-Flex/</link>
	<description>Rich Internet solutions utilizing Flex, ActionScript, JavaScript, Dojo, Objective-C, and the iPhone</description>
	<lastBuildDate>Tue, 09 Feb 2010 17:43:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ben</title>
		<link>http://www.kylehayes.info/2008/02/13/Copying-Text-To-the-Users-Clipboard-in-Flex/comment-page-1/#comment-4400</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sun, 19 Jul 2009 04:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylehayes.info/blog/index.cfm/2008/02/13/Copying-Text-To-the-Users-Clipboard-in-Flex#comment-4400</guid>
		<description>Thank you for posting this tip. This works a treat and is so simple.</description>
		<content:encoded><![CDATA[<p>Thank you for posting this tip. This works a treat and is so simple.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Hayes</title>
		<link>http://www.kylehayes.info/2008/02/13/Copying-Text-To-the-Users-Clipboard-in-Flex/comment-page-1/#comment-2784</link>
		<dc:creator>Kyle Hayes</dc:creator>
		<pubDate>Tue, 16 Jun 2009 15:16:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylehayes.info/blog/index.cfm/2008/02/13/Copying-Text-To-the-Users-Clipboard-in-Flex#comment-2784</guid>
		<description>As I mentioned before, there is no reliable way to do it. As you can see that example is only for IE. I don&#039;t know of a way to do it that will work in both browsers.

This is the only thing that I&#039;m aware of:
http://dougmccune.com/blog/2007/06/03/save-a-snapshot-image-of-a-flex-app-without-a-server/

At that point you will have to tell the user to copy the image that opens up.</description>
		<content:encoded><![CDATA[<p>As I mentioned before, there is no reliable way to do it. As you can see that example is only for IE. I don&#8217;t know of a way to do it that will work in both browsers.</p>
<p>This is the only thing that I&#8217;m aware of:<br />
<a href="http://dougmccune.com/blog/2007/06/03/save-a-snapshot-image-of-a-flex-app-without-a-server/" rel="nofollow">http://dougmccune.com/blog/2007/06/03/save-a-snapshot-image-of-a-flex-app-without-a-server/</a></p>
<p>At that point you will have to tell the user to copy the image that opens up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nimesh Nanda</title>
		<link>http://www.kylehayes.info/2008/02/13/Copying-Text-To-the-Users-Clipboard-in-Flex/comment-page-1/#comment-2783</link>
		<dc:creator>Nimesh Nanda</dc:creator>
		<pubDate>Tue, 16 Jun 2009 14:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylehayes.info/blog/index.cfm/2008/02/13/Copying-Text-To-the-Users-Clipboard-in-Flex#comment-2783</guid>
		<description>Hi Kyle Hayes,
                          i saw one example which is copy image from SWF and paste to system clipboard. i would like to share with you. i am trying to do the same task in flex application. 

http://danielmclaren.net/2008/03/copying-a-flash-movie-image-to-the-clipboard-in-ie

Note: this example works only in IE.

Thanks,
nimesh nanda</description>
		<content:encoded><![CDATA[<p>Hi Kyle Hayes,<br />
                          i saw one example which is copy image from SWF and paste to system clipboard. i would like to share with you. i am trying to do the same task in flex application. </p>
<p><a href="http://danielmclaren.net/2008/03/copying-a-flash-movie-image-to-the-clipboard-in-ie" rel="nofollow">http://danielmclaren.net/2008/03/copying-a-flash-movie-image-to-the-clipboard-in-ie</a></p>
<p>Note: this example works only in IE.</p>
<p>Thanks,<br />
nimesh nanda</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Hayes</title>
		<link>http://www.kylehayes.info/2008/02/13/Copying-Text-To-the-Users-Clipboard-in-Flex/comment-page-1/#comment-2777</link>
		<dc:creator>Kyle Hayes</dc:creator>
		<pubDate>Tue, 16 Jun 2009 13:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylehayes.info/blog/index.cfm/2008/02/13/Copying-Text-To-the-Users-Clipboard-in-Flex#comment-2777</guid>
		<description>From what I understand there is no reliable way to do it in JavaScript since JavaScript doesn&#039;t have direct access to the clipboard. The most reliable way that people copy anything to the clipboard in the browser is through Flash, and it is only text.</description>
		<content:encoded><![CDATA[<p>From what I understand there is no reliable way to do it in JavaScript since JavaScript doesn&#8217;t have direct access to the clipboard. The most reliable way that people copy anything to the clipboard in the browser is through Flash, and it is only text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nimesh Nanda</title>
		<link>http://www.kylehayes.info/2008/02/13/Copying-Text-To-the-Users-Clipboard-in-Flex/comment-page-1/#comment-2772</link>
		<dc:creator>Nimesh Nanda</dc:creator>
		<pubDate>Tue, 16 Jun 2009 12:00:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylehayes.info/blog/index.cfm/2008/02/13/Copying-Text-To-the-Users-Clipboard-in-Flex#comment-2772</guid>
		<description>Hi Kyle Hayes,
                          First of all many thanks for reply. is there any way to copy image to clipboard using javascript in flex application( Not in AIR). 
i have pass Image in  &quot; data:image/png;base64&quot; . it will display image when i am used window.open(&quot;data:image/png;base64 &quot;+ImageId);

But how to pass this format in System clipboard.

Thanks,
Nimesh nanda</description>
		<content:encoded><![CDATA[<p>Hi Kyle Hayes,<br />
                          First of all many thanks for reply. is there any way to copy image to clipboard using javascript in flex application( Not in AIR).<br />
i have pass Image in  &#8221; data:image/png;base64&#8243; . it will display image when i am used window.open(&#8220;data:image/png;base64 &#8220;+ImageId);</p>
<p>But how to pass this format in System clipboard.</p>
<p>Thanks,<br />
Nimesh nanda</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Hayes</title>
		<link>http://www.kylehayes.info/2008/02/13/Copying-Text-To-the-Users-Clipboard-in-Flex/comment-page-1/#comment-2704</link>
		<dc:creator>Kyle Hayes</dc:creator>
		<pubDate>Sun, 14 Jun 2009 20:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylehayes.info/blog/index.cfm/2008/02/13/Copying-Text-To-the-Users-Clipboard-in-Flex#comment-2704</guid>
		<description>@Nimesh, unfortunately the Flash platform only allows you to copy text to the clipboard, not images. If this is a strong requirement, however, you could look into doing it in Java and creating a Java applet.</description>
		<content:encoded><![CDATA[<p>@Nimesh, unfortunately the Flash platform only allows you to copy text to the clipboard, not images. If this is a strong requirement, however, you could look into doing it in Java and creating a Java applet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nimesh Nanda</title>
		<link>http://www.kylehayes.info/2008/02/13/Copying-Text-To-the-Users-Clipboard-in-Flex/comment-page-1/#comment-2693</link>
		<dc:creator>Nimesh Nanda</dc:creator>
		<pubDate>Sun, 14 Jun 2009 13:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylehayes.info/blog/index.cfm/2008/02/13/Copying-Text-To-the-Users-Clipboard-in-Flex#comment-2693</guid>
		<description>Hi,
     this things will be very easy. is there any way to copy image to system clipboard in flex. ( not in Air).  i taking about  web based application. ( without taking image snapshot)

thanks,
nimesh nanda</description>
		<content:encoded><![CDATA[<p>Hi,<br />
     this things will be very easy. is there any way to copy image to system clipboard in flex. ( not in Air).  i taking about  web based application. ( without taking image snapshot)</p>
<p>thanks,<br />
nimesh nanda</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sujan</title>
		<link>http://www.kylehayes.info/2008/02/13/Copying-Text-To-the-Users-Clipboard-in-Flex/comment-page-1/#comment-457</link>
		<dc:creator>Sujan</dc:creator>
		<pubDate>Wed, 03 Sep 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylehayes.info/blog/index.cfm/2008/02/13/Copying-Text-To-the-Users-Clipboard-in-Flex#comment-457</guid>
		<description>Is there any method to get text from the System clipboard without the use of AIR? The Ctrl+V have some problems. Sometimes it works but most of the times it doesn&#039;t work. I want to override the Ctrl+V behavior and write a function on my own to copy the text from clipboard and paste it in the text input in flex. Anybody, please help me.</description>
		<content:encoded><![CDATA[<p>Is there any method to get text from the System clipboard without the use of AIR? The Ctrl+V have some problems. Sometimes it works but most of the times it doesn&#8217;t work. I want to override the Ctrl+V behavior and write a function on my own to copy the text from clipboard and paste it in the text input in flex. Anybody, please help me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
