<?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; actionscript</title>
	<atom:link href="http://www.jacobmake.com/tag/actionscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jacobmake.com</link>
	<description>I have creative ADD</description>
	<lastBuildDate>Thu, 29 Jul 2010 14:06:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>AS3 &#8211; Video Player</title>
		<link>http://www.jacobmake.com/2008/12/as3-video-player/</link>
		<comments>http://www.jacobmake.com/2008/12/as3-video-player/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 21:03:33 +0000</pubDate>
		<dc:creator>jacobmake</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[FLV]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Video Player]]></category>

		<guid isPermaLink="false">http://www.jacobmake.com/?p=131</guid>
		<description><![CDATA[For a recent project I needed a skinnable AS3 Video Player. Everything I found was either over-developed or just didn&#8217;t work.
So&#8230; I created a super-simple skinnable AS3 FLV player. It&#8217;s still got a few kinks, but might be a good starting point for anyone to add-on. Feel free to use as you see fit (pls [...]]]></description>
			<content:encoded><![CDATA[<p>For a recent project I needed a skinnable AS3 Video Player. Everything I found was either over-developed or just didn&#8217;t work.</p>
<p>So&#8230; I created a <a title="AS3 Video Player" href="http://jacobheberlie.com/hebchop/as3/as3VideoPlayer/">super-simple skinnable AS3 FLV player</a>. It&#8217;s still got a few kinks, but might be a good starting point for anyone to add-on. Feel free to use as you see fit (pls don&#8217;t be a dick and try to go sell it somewhere).</p>
<p><strong>Here is what it has:</strong></p>
<ul>
<li>Play / Pause functionality</li>
<li>Video Scrubbing</li>
<li>Buffer display</li>
<li>Jump To section</li>
</ul>
<p><strong>Here is what it does not have, but what could be extended w/ a little more effort:</strong></p>
<ul>
<li>fullscreen</li>
<li>time display</li>
<li>sound controls</li>
</ul>
<p><a title="AS3 Video Player" href="http://jacobheberlie.com/hebchop/as3/as3VideoPlayer/">Link to AS3 Video Player Page</a><br />
<a title="AS3 Video Player Assets" href="http://jacobheberlie.com/hebchop/as3/as3VideoPlayer/VideoPlayer.zip">Download Assets</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jacobmake.com/2008/12/as3-video-player/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Simple Nest</title>
		<link>http://www.jacobmake.com/2008/08/simple-nest/</link>
		<comments>http://www.jacobmake.com/2008/08/simple-nest/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 15:51:26 +0000</pubDate>
		<dc:creator>jacobmake</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Concept]]></category>
		<category><![CDATA[Digital Process]]></category>
		<category><![CDATA[Drawing]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[Generative]]></category>

		<guid isPermaLink="false">http://www.jacobmake.com/?p=113</guid>
		<description><![CDATA[I&#8217;m learning to draw with code. A lot of what I&#8217;ve seen out there in the interwebs is based on mathematical theories named after dudes from the sixties and seventies. I&#8217;m inspired by all that, but I&#8217;m also interested in recreating systems in nature through generative art. Here is a simple nest I drew with [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m learning to draw with code. A lot of what I&#8217;ve seen out there in the interwebs is based on mathematical theories named after dudes from the sixties and seventies. I&#8217;m inspired by all that, but I&#8217;m also interested in recreating systems in nature through generative art. Here is a simple nest I drew with AS3, it&#8217;s based on some basic circle math I picked up <a href="http://www.pixelwit.com/blog/2007/06/basic-circle-drawing-actionscript/" target="_blank">here</a>.</p>
<p>The twigs are all positioned and sized w/ code. The eggs shape was made by hand, but positioned w/ code. In the future I plan to further randomize the shape, color and characteristic of each twig.</p>
<p><a title="Actionscript Nest" href="http://www.jacobmake.com/wp-content/uploads/2008/08/nest_full.jpg" target="_blank"><img class="alignnone size-medium wp-image-114" title="nest_thumb" src="http://www.jacobmake.com/wp-content/uploads/2008/08/nest_thumb.jpg" alt="" width="383" height="392" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jacobmake.com/2008/08/simple-nest/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Circles 02</title>
		<link>http://www.jacobmake.com/2008/02/circles-02/</link>
		<comments>http://www.jacobmake.com/2008/02/circles-02/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 22:12:49 +0000</pubDate>
		<dc:creator>jacobmake</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Digital Process]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[circles]]></category>
		<category><![CDATA[generate]]></category>
		<category><![CDATA[walnut]]></category>

		<guid isPermaLink="false">http://www.jacobmake.com/?p=51</guid>
		<description><![CDATA[
Here is a new version of the circles, it&#8217;s pretty much a matrix of the previous version. In the future I plan on exploring custom stroke patterns and a way to represent the breakdown of the soft outer shell of the walnut that leaves the hard dark brown center exposed.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jacobheberlie.com/hebchop/walnut/circle_02/circle02.html"><img src="http://www.jacobmake.com/wp-content/uploads/2008/02/circle_02.jpg" alt="circles 02" /><br />
<br class="webkit-block-placeholder" />Here is a new version of the circles</a>, it&#8217;s pretty much a matrix of the previous version. In the future I plan on exploring custom stroke patterns and a way to represent the breakdown of the soft outer shell of the walnut that leaves the hard dark brown center exposed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jacobmake.com/2008/02/circles-02/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Walnut Circle 01</title>
		<link>http://www.jacobmake.com/2008/02/walnut-circle-01/</link>
		<comments>http://www.jacobmake.com/2008/02/walnut-circle-01/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 18:21:45 +0000</pubDate>
		<dc:creator>jacobmake</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Digital Process]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[AS2]]></category>
		<category><![CDATA[generate]]></category>
		<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://www.jacobmake.com/?p=50</guid>
		<description><![CDATA[
Here is my first version of the random circle project. I might add a deep brown element, I&#8217;m also thinking about how to string these together in a pattern on a canvas.
]]></description>
			<content:encoded><![CDATA[<p><a title="Generate Circle" href="http://www.jacobheberlie.com/hebchop/walnut/circle_01/circle01.html"><img src="http://www.jacobmake.com/wp-content/uploads/2008/02/circle_01.jpg" alt="Generate Circle" /></a></p>
<p><a title="walnut circles" href="http://www.jacobheberlie.com/hebchop/walnut/circle_01/circle01.html">Here is my first version of the random circle project</a>. I might add a deep brown element, I&#8217;m also thinking about how to string these together in a pattern on a canvas.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jacobmake.com/2008/02/walnut-circle-01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>twitter project</title>
		<link>http://www.jacobmake.com/2008/01/twitter-project/</link>
		<comments>http://www.jacobmake.com/2008/01/twitter-project/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 03:35:12 +0000</pubDate>
		<dc:creator>jacobmake</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Digital Process]]></category>
		<category><![CDATA[8 bit]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[AS2]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[nes]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.jacobmake.com/?p=41</guid>
		<description><![CDATA[
We&#8217;ll here it is.
This has been a silly and fun project. I got to revisit one of my favorite NES games and learned a little about ActionScript and APIs in the process. In hindsight this would&#8217;ve been just as easy to do w/ an RSS feed but it feels good to have this idea expunged [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.jacobmake.com/wp-content/uploads/2008/01/twitterhead.gif" alt="jacob twitter" /></p>
<p><a title="twitterNES" href="http://www.jacobheberlie.com/hebchop/twitterHead/twitterHead01_AS2_working.html" target="_blank">We&#8217;ll here it is</a>.</p>
<p>This has been a silly and fun project. I got to revisit one of my favorite NES games and learned a little about ActionScript and APIs in the process. In hindsight this would&#8217;ve been just as easy to do w/ an RSS feed but it feels good to have this idea expunged and no longer rolling around in my head. On to the next project&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jacobmake.com/2008/01/twitter-project/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>base code</title>
		<link>http://www.jacobmake.com/2007/11/base-code/</link>
		<comments>http://www.jacobmake.com/2007/11/base-code/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 03:26:17 +0000</pubDate>
		<dc:creator>jacobmake</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Digital Process]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[AS2]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.jacobmake.com/?p=28</guid>
		<description><![CDATA[To accomplish my silly idea, I need to be able to get to my &#8220;tweets&#8221;. This is public information so user authentication won&#8217;t be necessary, although there looks to be a pretty straightforward auth function in TWITTER.as.
I&#8217;m using the AS2 API because of it&#8217;s simple and compact nature. Here is the code I&#8217;m starting with;

This [...]]]></description>
			<content:encoded><![CDATA[<p>To accomplish my silly idea, I need to be able to get to my &#8220;tweets&#8221;. This is public information so user authentication won&#8217;t be necessary, although there looks to be a pretty straightforward auth function in TWITTER.as.</p>
<p>I&#8217;m using the AS2 API because of it&#8217;s simple and compact nature. Here is the code I&#8217;m starting with;</p>
<p><img src="http://www.jacobmake.com/wp-content/uploads/2007/11/twitterobject.gif" alt="Twitter Object" /></p>
<p>This code returns my (hebchop&#8217;s) most recent &#8220;tweet&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jacobmake.com/2007/11/base-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SWX and Twitter</title>
		<link>http://www.jacobmake.com/2007/11/swx-and-twitter/</link>
		<comments>http://www.jacobmake.com/2007/11/swx-and-twitter/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 15:48:27 +0000</pubDate>
		<dc:creator>jacobmake</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[AS2]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[swx]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.jacobmake.com/?p=27</guid>
		<description><![CDATA[While trying to decide whether to use the Twitter AS2 or AS3 API, I stumbled across SWX, This is an AMAZING standard for getting data into Flash from some of the more popular social media APIs. I expect it to be my new best friend. It&#8217;s based on some some existing methods for getting Data. [...]]]></description>
			<content:encoded><![CDATA[<p>While trying to decide whether to use the Twitter AS2 or AS3 API, I stumbled across <a href="http://swxformat.org/">SWX</a>, This is an AMAZING standard for getting data into Flash from some of the more popular social media APIs. I expect it to be my new best friend. It&#8217;s based on some some existing methods for getting Data. Some open source projects have very minimal gearhead websites with download links, roadmaps, and release notes.  The SWX website is VERY user friendly for mid-level developers(and well-designed). They  host public server-side PHP, so the AS library works right out of the box.</p>
<p>For this project the AS2 API was the easiest to break in and get the data I wanted which lives in the method <strong>userTimeline</strong>, but I expect to use SWX on future experiments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jacobmake.com/2007/11/swx-and-twitter/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>twitter face</title>
		<link>http://www.jacobmake.com/2007/11/twitter-face/</link>
		<comments>http://www.jacobmake.com/2007/11/twitter-face/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 03:04:42 +0000</pubDate>
		<dc:creator>jacobmake</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Concept]]></category>
		<category><![CDATA[Digital Process]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[AS2]]></category>
		<category><![CDATA[RAILS]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[web app]]></category>

		<guid isPermaLink="false">http://www.jacobmake.com/?p=6</guid>
		<description><![CDATA[I recently downloaded the twitter Actionscript API. I&#8217;m thinking about developing some kind of absolutely worthless flash widget that would display my &#8220;tweets&#8221; with some kind of tween and/or humorous staging. I first thought of some kind of puppetry.
Plugging into web services and APIs is some fun stuff. I&#8217;ve done some tinkering with google maps [...]]]></description>
			<content:encoded><![CDATA[<p>I recently downloaded the twitter Actionscript API. I&#8217;m thinking about developing some kind of absolutely worthless flash widget that would display my &#8220;tweets&#8221; with some kind of tween and/or humorous staging. I first thought of some kind of puppetry.</p>
<p>Plugging into web services and APIs is some fun stuff. I&#8217;ve done some tinkering with google maps before, this would be my first jump into a social media API.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jacobmake.com/2007/11/twitter-face/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
