<?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>mandarin.no &#187; clipboard</title>
	<atom:link href="http://mandarin.no/tag/clipboard/feed/" rel="self" type="application/rss+xml" />
	<link>http://mandarin.no</link>
	<description></description>
	<lastBuildDate>Tue, 17 Aug 2010 09:35:25 +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>AS3 Snippet #1: Copy text to clipboard</title>
		<link>http://mandarin.no/as3/as3-snippet-1-copy-text-to-clipboard/</link>
		<comments>http://mandarin.no/as3/as3-snippet-1-copy-text-to-clipboard/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 13:44:18 +0000</pubDate>
		<dc:creator>Thomas Viktil</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[clipboard]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<guid isPermaLink="false">http://d2997367.u306.hosted.servetheworld.net/?p=3</guid>
		<description><![CDATA[A useful little snippet of code for when you want to copy text to the clipboard: System.setClipboard(source.text); Where &#8216;source&#8217; is the id of e.g. a text field.]]></description>
			<content:encoded><![CDATA[<p>A useful little snippet of code for when you want to copy text to the clipboard:</p>
<blockquote>
<pre>System.setClipboard(source.text);</pre>
</blockquote>
<p>Where &#8216;source&#8217; is the id of e.g. a text field.</p>
]]></content:encoded>
			<wfw:commentRss>http://mandarin.no/as3/as3-snippet-1-copy-text-to-clipboard/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
