<?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>jacobmake &#187; Things I&#8217;ve Learned</title>
	<atom:link href="http://www.jacobmake.com/category/things-ive-learned/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jacobmake.com</link>
	<description>I have creative ADD</description>
	<lastBuildDate>Tue, 03 Jan 2012 20:41:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Flash Camp</title>
		<link>http://www.jacobmake.com/2010/08/flash-camp/</link>
		<comments>http://www.jacobmake.com/2010/08/flash-camp/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 22:15:24 +0000</pubDate>
		<dc:creator>jacobmake</dc:creator>
				<category><![CDATA[Things I've Learned]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[St. Louis]]></category>

		<guid isPermaLink="false">http://www.jacobmake.com/?p=213</guid>
		<description><![CDATA[I have been asked to present at Flash Camp St. Louis this year! I&#8217;m calling my talk: Tween, the Impossible Tween! Animating Outside Display Object Properties We&#8217;ll use the Greensock tweening engine and some basic OOP principles to create some really cool visual effects. I&#8217;ll show you how to setup a a complex radial animation [...]]]></description>
			<content:encoded><![CDATA[<p>I have been asked to present at <a title="Flash Camp" href="http://www.flashcampstlouis.com/" target="_blank">Flash Camp St. Louis</a> this year!</p>
<p>I&#8217;m calling my talk:<strong> Tween, the Impossible Tween! Animating Outside Display Object Properties</strong></p>
<p>We&#8217;ll use the <a href="http://www.greensock.com/">Greensock</a> tweening engine and some basic OOP principles to create some really cool visual effects. I&#8217;ll show you how to setup a a complex radial animation like <a title="Radial Animation" href="http://toky.com/" target="_blank">this</a>. And if there is time, I&#8217;ll demo another effect that uses Photoshop, AfterEffects and Flash to do a zoom effect as seen <a href="http://oldmasters.pulitzerarts.org/explore/main-gallery/">here</a>; I will also be showing some recent multitouch work, and signing autographs&#8230;. m&#8217;kay probably no autographs:)</p>
<p>Flash Camp is going to be held at <a title="City Museum" href="http://www.citymuseum.org/home.asp" target="_blank">The City Museum</a>. You should go, it&#8217;s gonna be awesome!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jacobmake.com/2010/08/flash-camp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Anchor Links w/ Flash in Safari</title>
		<link>http://www.jacobmake.com/2009/02/anchor-links-w-flash-in-safari/</link>
		<comments>http://www.jacobmake.com/2009/02/anchor-links-w-flash-in-safari/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 16:32:44 +0000</pubDate>
		<dc:creator>jacobmake</dc:creator>
				<category><![CDATA[Things I've Learned]]></category>
		<category><![CDATA[Anchor]]></category>
		<category><![CDATA[Anchor Links]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Refresh]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://www.jacobmake.com/?p=138</guid>
		<description><![CDATA[boring helpful code stuff&#8230; Did you ever notice that if you try to navigateToURL() from inside Flash in Safari it will refresh the Flash on the page? Here is a quick work around You need to setup a JavaScript function that uses the DOM to fidget w/ the window.location.hash. It looks something like this; function [...]]]></description>
			<content:encoded><![CDATA[<p>boring helpful code stuff&#8230;</p>
<p>Did you ever notice that if you try to navigateToURL() from inside Flash in Safari it will refresh the Flash on the page? Here is a quick work around</p>
<p>You need to setup a JavaScript function that uses the DOM to fidget w/ the window.location.hash. It looks something like this;</p>
<pre><code>
function mapAnchor(anchor)
{
window.location.hash = anchor;
}
</code></pre>
<p>Then from ActionScript setup a navigateToURL() like this;</p>
<pre><code>var _anchorlink:URLRequest = new URLRequest("javascript:mapAnchor('"+anchorname+"')");</code></pre>
<p>where  anchorname is your anchor.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jacobmake.com/2009/02/anchor-links-w-flash-in-safari/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

