<?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>Mike T. Henderson &#187; Strings</title>
	<atom:link href="http://www.mikethenderson.com/category/strings/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikethenderson.com</link>
	<description>Interactive Design &#38; Art Direction</description>
	<lastBuildDate>Tue, 10 Jan 2012 14:01:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Using String.search() in AS3: Determining Window Target in navigateToURL.</title>
		<link>http://www.mikethenderson.com/2009/07/using-stringsearch-in-as3-determining-window-target-in-navigatetourl/</link>
		<comments>http://www.mikethenderson.com/2009/07/using-stringsearch-in-as3-determining-window-target-in-navigatetourl/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 15:17:06 +0000</pubDate>
		<dc:creator>Mike T. Henderson</dc:creator>
				<category><![CDATA[Strings]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://mikethenderson.com/?p=444</guid>
		<description><![CDATA[I came across an instance the other day where I had a set of links; some of which where internal, while others where external. I wanted the internal links to open in the same window(target="self"), and the external links to open in a new window/tab(target="blank"). Since I was loading these links from an external json [...]]]></description>
		<wfw:commentRss>http://www.mikethenderson.com/2009/07/using-stringsearch-in-as3-determining-window-target-in-navigatetourl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Return Query Value -- Version 2</title>
		<link>http://www.mikethenderson.com/2009/02/as3-return-query-string-value-version-2/</link>
		<comments>http://www.mikethenderson.com/2009/02/as3-return-query-string-value-version-2/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 19:17:19 +0000</pubDate>
		<dc:creator>Mike T. Henderson</dc:creator>
				<category><![CDATA[Strings]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[ExternalInterface.call]]></category>
		<category><![CDATA[query]]></category>

		<guid isPermaLink="false">http://mikethenderson.com/?p=105</guid>
		<description><![CDATA[A while back I created a little ActionScript 3 class, using the ExternalInterface.call method, that returns a query string value from the url. This came in pretty handy for things such as direct linking to certain videos within a video player, displaying campaign specific content on load based on different referring sites, ect, etc. Upon [...]]]></description>
		<wfw:commentRss>http://www.mikethenderson.com/2009/02/as3-return-query-string-value-version-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>AS3 QueryString Class</title>
		<link>http://www.mikethenderson.com/2008/05/as3-querystring-class-v1/</link>
		<comments>http://www.mikethenderson.com/2008/05/as3-querystring-class-v1/#comments</comments>
		<pubDate>Fri, 09 May 2008 05:33:09 +0000</pubDate>
		<dc:creator>Mike T. Henderson</dc:creator>
				<category><![CDATA[Strings]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[query string]]></category>

		<guid isPermaLink="false">http://mikethenderson.com/archives/33</guid>
		<description><![CDATA[Today I was working on a video player in AS3 that I wanted to be able to play any video on initial load by passing a variable through the query string. I had done this before in AS2 using the ExternalInterface class but wasn't sure if it was still valid in AS3. After a little [...]]]></description>
		<wfw:commentRss>http://www.mikethenderson.com/2008/05/as3-querystring-class-v1/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Return Variable Value From Query String</title>
		<link>http://www.mikethenderson.com/2008/01/return-variable-value-from-query-string/</link>
		<comments>http://www.mikethenderson.com/2008/01/return-variable-value-from-query-string/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 19:16:18 +0000</pubDate>
		<dc:creator>Mike T. Henderson</dc:creator>
				<category><![CDATA[Strings]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[query string]]></category>

		<guid isPermaLink="false">http://mikethenderson.com/archives/23</guid>
		<description><![CDATA[I recently came across a case where I needed to use a query string in my URL to determine which content to display in my Flash. I learned that returning a query string can be as simple as using the ExternalInterface.call() method. For example. If your URL looks like; http://www.yoururl.com/?name=mike, then to return the query [...]]]></description>
		<wfw:commentRss>http://www.mikethenderson.com/2008/01/return-variable-value-from-query-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

