<?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>Joey Collier</title>
	<atom:link href="http://www.joeycollier.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joeycollier.com</link>
	<description>design, code, marketing &#38; more...</description>
	<lastBuildDate>Mon, 16 Apr 2012 21:39:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Portfolio Is Out Of Date</title>
		<link>http://www.joeycollier.com/portfolio/out-of-date/</link>
		<comments>http://www.joeycollier.com/portfolio/out-of-date/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 06:38:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured Work]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.joeycollier.com/?p=371</guid>
		<description><![CDATA[I still have a lot of updating to do. This portfolio is several years old&#8230;]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><span style="color: #000000; background-color: #ffff00; font-size: medium;"><strong>I still have a lot of updating to do. This portfolio is several years old&#8230;</strong></span></p>]]></content:encoded>
			<wfw:commentRss>http://www.joeycollier.com/portfolio/out-of-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Tracking with Mochibot.com</title>
		<link>http://www.joeycollier.com/blog/flash-tracking-with-mochibot-com/</link>
		<comments>http://www.joeycollier.com/blog/flash-tracking-with-mochibot-com/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 04:40:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.joeycollier.com/?p=76</guid>
		<description><![CDATA[Have you ever wished there was a way to track your flash content across multiple sites? Or a way to see who has stolen your content and posted it on their site? Mochibot.com is the answer, and best of all, it`s totally free. I signed up and did a test run of their service. I [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever wished there was a way to track your flash content across  multiple sites?  Or a way to see who has stolen your content and posted  it on their site?  <a href="http://www.mochibot.com/" target="_blank">Mochibot.com </a>is the answer, and best of all, it`s totally <strong>free</strong>. <br />
 <img longdesc="http://www.moc" src="http://www.joeycollier.com/dbtstudios/images/02_blog/tech/mochibot_header.gif" alt="mochibot" /><br />
 I signed up and did a test run of their service.  I was impressed, and thought them well deserving of a plug. Learn more here: <a href="http://www.mochibot.com/" target="_blank">www.mochibot.com </a></p>]]></content:encoded>
			<wfw:commentRss>http://www.joeycollier.com/blog/flash-tracking-with-mochibot-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to initiate Lightbox from Flash</title>
		<link>http://www.joeycollier.com/blog/how-to-initiate-lightbox-from-flash/</link>
		<comments>http://www.joeycollier.com/blog/how-to-initiate-lightbox-from-flash/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 04:06:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.joeycollier.com/?p=66</guid>
		<description><![CDATA[Lightbox (by Lokesh Dhakar) can be launched/opened from flash AND work in both IE and FireFox. Just add some javascript to the page`s &#60;head&#62;: &#60;script language=&#8221;JavaScript&#8221;&#62; function openLightbox(url,group){ var objLink = document.createElement(`a`); objLink.setAttribute(`href`,url); objLink.setAttribute(`rel`,`lightbox[`+group+`]`); objLink.setAttribute(`title`,`caption`); Lightbox.prototype.start(objLink); } &#60;/script&#62; Then, call the javascript from Flash: yourbtn.onRelease = function() { getURL(&#8220;javascript:openLightbox(`images/imagenamehere.jpg` , `groupnamehere`)&#8221;); }; Make sure the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.huddletogether.com/projects/lightbox2/#download" target="_blank">Lightbox (by Lokesh Dhakar)</a> can be launched/opened from flash AND work in both IE and FireFox. Just add some javascript to the page`s &lt;head&gt;:</p>

<form id="form1" method="post"> <textarea cols="80" rows="3" name="textarea">&lt;script language=&#8221;JavaScript&#8221;&gt; 		function openLightbox(url,group){ 		var objLink = document.createElement(`a`); 		objLink.setAttribute(`href`,url); 		objLink.setAttribute(`rel`,`lightbox[`+group+`]`); 		objLink.setAttribute(`title`,`caption`); 		Lightbox.prototype.start(objLink); 		} 	&lt;/script&gt;</textarea> </form>

<p>Then, call the javascript from Flash:</p>

<form id="form2" method="post"> <textarea cols="80" rows="3" name="textarea2">yourbtn.onRelease = function() { getURL(&#8220;javascript:openLightbox(`images/imagenamehere.jpg` , `groupnamehere`)&#8221;); };</textarea> </form>

<p>Make sure the image links you are calling from flash are listed on the  page somewhere. It doesn`t have to be visible/clickable, so &lt;a  href=&#8221;blah&#8221;&gt;&lt;/a&gt; works fine.</p>

<p>This alone works in FireFox, but Internet Explorer still has some  issues; so you need to do one more thing. Open up lightbox.js and  comment out line 406, so it reads: 			<em>//while(imageArray[imageNum][0] != imageLink.getAttribute(`href`)) { imageNum++;}</em></p>

<p><a href="http://www.joeycollier.com/dbtstudios/tutorials/lightbox_from_flash/example.html" target="_blank">View Example</a> |   	<a href="http://www.joeycollier.com/dbtstudios/tutorials/download.php?get=lightbox_from_flash.zip">Download Source Files</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.joeycollier.com/blog/how-to-initiate-lightbox-from-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to display Flash (or HTML) on top of Flash</title>
		<link>http://www.joeycollier.com/blog/tutorial-how-to-display-flash-or-html-on-top-of-flash/</link>
		<comments>http://www.joeycollier.com/blog/tutorial-how-to-display-flash-or-html-on-top-of-flash/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 04:05:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.joeycollier.com/?p=64</guid>
		<description><![CDATA[Ever wanted to display a new Flash movie on top of an already existing flash movie (like the flash portfolio section of this site)? This is a helpful, subtle way to show flash movies that are at a different frame rate from the original movie. There are two important things that make this work correctly. [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wanted to display a new Flash movie on top of an already existing  flash movie (like the flash portfolio section of this site)? This is a  helpful, subtle way to show flash movies that are at a different frame  rate from the original movie.</p>

<p>There are two important things that make this work correctly. Two divs  with different `z-index`, and the flash movies have the parameters  &#8220;wmode=transparent&#8221;.</p>

<p>I took the tutorial a step farther and put divs inside of container divs  so that the bottom flash piece could be centered on the stage, and the  top flash piece could be positioned exactly where I wanted it  (regardless of window size).</p>

<p><a href="http://www.joeycollier.com/dbtstudios/tutorials/flash_on_flash/example.html" target="_blank">View Example</a> |   	<a href="http://www.joeycollier.com/dbtstudios/tutorials/download.php?get=flash_on_flash.zip">Download Source Files</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.joeycollier.com/blog/tutorial-how-to-display-flash-or-html-on-top-of-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Do You Torment Me Candy?</title>
		<link>http://www.joeycollier.com/portfolio/why-do-you-torment-me-candy/</link>
		<comments>http://www.joeycollier.com/portfolio/why-do-you-torment-me-candy/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 18:00:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[All Web & Interactive]]></category>
		<category><![CDATA[Featured Work]]></category>
		<category><![CDATA[Flash Games]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.joeycollier.com/?p=124</guid>
		<description><![CDATA[
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_web_3-1_657556971"
			class="flashmovie"
			width="530"
			height="460">
	<param name="movie" value="http://www.joeycollier.com/wp-content/uploads/portfolio/web/3/web_3-1.swf" />
	<param name="flashvars" value="weburl=http://www.joeycollier.com/wp-content/uploads/portfolio/web/3/web_3-1_play.php" />
	<param name="wmode" value="transparent" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.joeycollier.com/wp-content/uploads/portfolio/web/3/web_3-1.swf"
			name="fm_web_3-1_657556971"
			width="530"
			height="460">
		<param name="flashvars" value="weburl=http://www.joeycollier.com/wp-content/uploads/portfolio/web/3/web_3-1_play.php" />
		<param name="wmode" value="transparent" />
	<!--<![endif]-->
		 Get Adobe Flash player 
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object> Casual Web Game Why Do You Torment Me Candy? This was my first flash game &#8211; developed in under a week.  To date, the game has been played over 10,000 times, and has managed to maintain a respectable 3 out of [...]]]></description>
			<content:encoded><![CDATA[
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_web_3-1_1933123515"
			class="flashmovie"
			width="530"
			height="460">
	<param name="movie" value="http://www.joeycollier.com/wp-content/uploads/portfolio/web/3/web_3-1.swf" />
	<param name="flashvars" value="weburl=http://www.joeycollier.com/wp-content/uploads/portfolio/web/3/web_3-1_play.php" />
	<param name="wmode" value="transparent" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.joeycollier.com/wp-content/uploads/portfolio/web/3/web_3-1.swf"
			name="fm_web_3-1_1933123515"
			width="530"
			height="460">
		<param name="flashvars" value="weburl=http://www.joeycollier.com/wp-content/uploads/portfolio/web/3/web_3-1_play.php" />
		<param name="wmode" value="transparent" />
	<!--<![endif]-->
		 Get Adobe Flash player 
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>

Casual Web Game
Why Do You Torment Me Candy?

This was my first flash game &#8211; developed in under a week.  To date, the game has been played over 10,000 times, and has managed to maintain a respectable 3 out of 5 stars.  It has been a valuable lesson in integrating publisher&#8217;s APIs (high score tables &amp; challenges), .swf tracking, &amp; in-game advertisement.  Interestingly enough, this game earned me my first dollar in video gaming through ad generated revenue.    <a href="http://www.joeycollier.com/dbtstudios/images/01_portfolio/web/3/web_3-1_play.php" target="_blank">Play Here</a>

Or, see it on the web here:
<a href="http://www.kongregate.com/games/joeycollier/why-do-you-torment-me-candy" rel="nofollow" target="_blank">Kongregate.com</a>
<a href="http://www.newgrounds.com/portal/view/407159" rel="nofollow" target="_blank">NewGrounds.com</a>
<a href="http://www.rockyou.com/games/games-view.php?id=18026" rel="nofollow" target="_blank">RockYou.com</a>
<a href="http://www.hallpass.com/whydoyoutormentmecandy.html" rel="nofollow" target="_blank">Hallpass.com</a>]]></content:encoded>
			<wfw:commentRss>http://www.joeycollier.com/portfolio/why-do-you-torment-me-candy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Isometric Engine</title>
		<link>http://www.joeycollier.com/portfolio/isometric-engine/</link>
		<comments>http://www.joeycollier.com/portfolio/isometric-engine/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 18:00:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[All Web & Interactive]]></category>
		<category><![CDATA[Flash Games]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.joeycollier.com/?p=130</guid>
		<description><![CDATA[
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_web_3-3_2069580744"
			class="flashmovie"
			width="530"
			height="460">
	<param name="movie" value="http://www.joeycollier.com/wp-content/uploads/portfolio/web/3/web_3-3.swf" />
	<param name="flashvars" value="weburl=http://www.joeycollier.com/wp-content/uploads/portfolio/web/3/web_3-3_play.php" />
	<param name="wmode" value="transparent" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.joeycollier.com/wp-content/uploads/portfolio/web/3/web_3-3.swf"
			name="fm_web_3-3_2069580744"
			width="530"
			height="460">
		<param name="flashvars" value="weburl=http://www.joeycollier.com/wp-content/uploads/portfolio/web/3/web_3-3_play.php" />
		<param name="wmode" value="transparent" />
	<!--<![endif]-->
		 Get Adobe Flash player 
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object> Casual Web Game Isometric Engine Still under development, I developed an isometric game engine/level editor to speed up production of a new game concept.  This took a lot of creative programming to pass and interpret arrays to strings and vice versa.  [...]]]></description>
			<content:encoded><![CDATA[
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_web_3-3_115772981"
			class="flashmovie"
			width="530"
			height="460">
	<param name="movie" value="http://www.joeycollier.com/wp-content/uploads/portfolio/web/3/web_3-3.swf" />
	<param name="flashvars" value="weburl=http://www.joeycollier.com/wp-content/uploads/portfolio/web/3/web_3-3_play.php" />
	<param name="wmode" value="transparent" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.joeycollier.com/wp-content/uploads/portfolio/web/3/web_3-3.swf"
			name="fm_web_3-3_115772981"
			width="530"
			height="460">
		<param name="flashvars" value="weburl=http://www.joeycollier.com/wp-content/uploads/portfolio/web/3/web_3-3_play.php" />
		<param name="wmode" value="transparent" />
	<!--<![endif]-->
		 Get Adobe Flash player 
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>

Casual Web Game
Isometric Engine

Still under development, I developed an isometric game engine/level editor to speed up production of a new game concept.  This took a lot of creative programming to pass and interpret arrays to strings and vice versa.  Click on the  building blocks to the right to select, then click on the grid to place. Press A while placing a block to lower the floor. Press Q to raise. To control Pocky, use the arrow keys to move, A to swing, Space to jump, and Shift to fly. Notice the buttons top left allow you to output the level array, reverse the array, change the stage size, etc.    <a href="http://www.joeycollier.com/dbtstudios/images/01_portfolio/web/3/web_3-3_play.php" target="_blank">Play Here</a>]]></content:encoded>
			<wfw:commentRss>http://www.joeycollier.com/portfolio/isometric-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Priefert Barn Builder</title>
		<link>http://www.joeycollier.com/portfolio/priefert-barn-builder/</link>
		<comments>http://www.joeycollier.com/portfolio/priefert-barn-builder/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 18:00:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[All Web & Interactive]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.joeycollier.com/?p=22</guid>
		<description><![CDATA[Client:    Priefert Mfg. Project:  Flash Development I took the opportunity to further my programming abilities by building a series of online sales applications for Priefert Mfg.  This unique position allowed me to blend my PHP &#38; Flash skills together to build an easy to use, online barn configurator that would allow the customer to customize and order [...]]]></description>
			<content:encoded><![CDATA[<img class="alignnone size-full wp-image-32" title="web_1-2" src="http://www.joeycollier.com/wp-content/uploads/2011/01/web_1-2.jpg" alt="" width="530" height="460" />

Client:    Priefert Mfg.
Project:  Flash Development

I took the opportunity to further my programming abilities by building a series of online sales applications for Priefert Mfg.  This unique position allowed me to blend my PHP &amp; Flash skills together to build an easy to use, online barn configurator that would allow the customer to customize and order a barn meeting their specifications.  In the process I developed my own 3d engine for flash allowing 3d model imports, and a unique effective control.

Web Link:
<a href="http://www.joeycollier.com/wp-content/uploads/portfolio/web/1/web_1-2_demo.php" target="_blank">3D model import demo</a>]]></content:encoded>
			<wfw:commentRss>http://www.joeycollier.com/portfolio/priefert-barn-builder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rooftop Golf</title>
		<link>http://www.joeycollier.com/portfolio/rooftop-golf/</link>
		<comments>http://www.joeycollier.com/portfolio/rooftop-golf/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 18:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[All Web & Interactive]]></category>
		<category><![CDATA[Flash Games]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.joeycollier.com/?p=127</guid>
		<description><![CDATA[
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_web_3-2_1405784717"
			class="flashmovie"
			width="530"
			height="460">
	<param name="movie" value="http://www.joeycollier.com/wp-content/uploads/portfolio/web/3/web_3-2.swf" />
	<param name="flashvars" value="weburl=http://www.joeycollier.com/wp-content/uploads/portfolio/web/3/web_3-2_play.php" />
	<param name="wmode" value="transparent" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.joeycollier.com/wp-content/uploads/portfolio/web/3/web_3-2.swf"
			name="fm_web_3-2_1405784717"
			width="530"
			height="460">
		<param name="flashvars" value="weburl=http://www.joeycollier.com/wp-content/uploads/portfolio/web/3/web_3-2_play.php" />
		<param name="wmode" value="transparent" />
	<!--<![endif]-->
		 Get Adobe Flash player 
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object> Casual Web Game Rooftop Golf Still under development, I wanted to make a game that would take more than a few minutes to beat. Some game play elements need to be improved to up the pace and keep the game fun, [...]]]></description>
			<content:encoded><![CDATA[
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_web_3-2_2046698638"
			class="flashmovie"
			width="530"
			height="460">
	<param name="movie" value="http://www.joeycollier.com/wp-content/uploads/portfolio/web/3/web_3-2.swf" />
	<param name="flashvars" value="weburl=http://www.joeycollier.com/wp-content/uploads/portfolio/web/3/web_3-2_play.php" />
	<param name="wmode" value="transparent" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.joeycollier.com/wp-content/uploads/portfolio/web/3/web_3-2.swf"
			name="fm_web_3-2_2046698638"
			width="530"
			height="460">
		<param name="flashvars" value="weburl=http://www.joeycollier.com/wp-content/uploads/portfolio/web/3/web_3-2_play.php" />
		<param name="wmode" value="transparent" />
	<!--<![endif]-->
		 Get Adobe Flash player 
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>

Casual Web Game
Rooftop Golf

Still under development, I wanted to make a game that would take more than a few minutes to beat. Some game play elements need to be improved to up the pace and keep the game fun, but there is a deep level of programing that can be demonstrated with this game. I learned much about hit/miss calculation, tween animations, cookies, data tracking, and more. How long you played, what level you reached, how many times you hit the ball, what and how many things you hit, wether you practice or not, etc., is all saved back to my webserver to allow me to make improvements to the game. I created all of the artwork and animation as well.    <a href="http://www.joeycollier.com/dbtstudios/images/01_portfolio/web/3/web_3-2_play.php" target="_blank">Play Here</a>]]></content:encoded>
			<wfw:commentRss>http://www.joeycollier.com/portfolio/rooftop-golf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NRA News</title>
		<link>http://www.joeycollier.com/portfolio/nra-news/</link>
		<comments>http://www.joeycollier.com/portfolio/nra-news/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 18:00:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[All Web & Interactive]]></category>
		<category><![CDATA[Banners]]></category>
		<category><![CDATA[Featured Work]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.joeycollier.com/?p=121</guid>
		<description><![CDATA[
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_swfplayer_320x240_315558495"
			class="flashmovie"
			width="530"
			height="460">
	<param name="movie" value="http://www.joeycollier.com/wp-content/uploads/portfolio/web/2/swfplayer_320x240.swf" />
	<param name="flashvars" value="swflink=http://www.joeycollier.com/wp-content/uploads/portfolio/web/2/web_2-8_asset.swf&#38&amp;jpglink=http://www.joeycollier.com/wp-content/uploads/portfolio/web/2/web_2-8_still.jpg" />
	<param name="play" value="false" />
	<param name="wmode" value="transparent" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.joeycollier.com/wp-content/uploads/portfolio/web/2/swfplayer_320x240.swf"
			name="fm_swfplayer_320x240_315558495"
			width="530"
			height="460">
		<param name="flashvars" value="swflink=http://www.joeycollier.com/wp-content/uploads/portfolio/web/2/web_2-8_asset.swf&#38&amp;jpglink=http://www.joeycollier.com/wp-content/uploads/portfolio/web/2/web_2-8_still.jpg" />
		<param name="play" value="false" />
		<param name="wmode" value="transparent" />
	<!--<![endif]-->
		 Get Adobe Flash player 
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object> 
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_swfplayer_320x240_1265501126"
			class="flashmovie"
			width="530"
			height="460">
	<param name="movie" value="http://www.joeycollier.com/wp-content/uploads/portfolio/web/2/swfplayer_320x240.swf" />
	<param name="flashvars" value="swflink=http://www.joeycollier.com/wp-content/uploads/portfolio/web/2/web_2-9_asset.swf&#38&amp;jpglink=http://www.joeycollier.com/wp-content/uploads/portfolio/web/2/web_2-9_still.jpg" />
	<param name="play" value="false" />
	<param name="wmode" value="transparent" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.joeycollier.com/wp-content/uploads/portfolio/web/2/swfplayer_320x240.swf"
			name="fm_swfplayer_320x240_1265501126"
			width="530"
			height="460">
		<param name="flashvars" value="swflink=http://www.joeycollier.com/wp-content/uploads/portfolio/web/2/web_2-9_asset.swf&#38&amp;jpglink=http://www.joeycollier.com/wp-content/uploads/portfolio/web/2/web_2-9_still.jpg" />
		<param name="play" value="false" />
		<param name="wmode" value="transparent" />
	<!--<![endif]-->
		 Get Adobe Flash player 
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object> &#160; &#160; Client: NRA Project: Flash Banner Units I created over 120 show promotionals for the National Rifleman&#8217;s Association&#8217;s online news channel. The in-stream flash [...]]]></description>
			<content:encoded><![CDATA[<div class="coda-slider-wrapper">
<div id="coda-slider-1" class="coda-slider preload">
<div class="panel">
<div class="panel-wrapper">
<div style="height: 460px;">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_swfplayer_320x240_1068361808"
			class="flashmovie"
			width="530"
			height="460">
	<param name="movie" value="http://www.joeycollier.com/wp-content/uploads/portfolio/web/2/swfplayer_320x240.swf" />
	<param name="flashvars" value="swflink=http://www.joeycollier.com/wp-content/uploads/portfolio/web/2/web_2-8_asset.swf&jpglink=http://www.joeycollier.com/wp-content/uploads/portfolio/web/2/web_2-8_still.jpg" />
	<param name="play" value="false" />
	<param name="wmode" value="transparent" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.joeycollier.com/wp-content/uploads/portfolio/web/2/swfplayer_320x240.swf"
			name="fm_swfplayer_320x240_1068361808"
			width="530"
			height="460">
		<param name="flashvars" value="swflink=http://www.joeycollier.com/wp-content/uploads/portfolio/web/2/web_2-8_asset.swf&jpglink=http://www.joeycollier.com/wp-content/uploads/portfolio/web/2/web_2-8_still.jpg" />
		<param name="play" value="false" />
		<param name="wmode" value="transparent" />
	<!--<![endif]-->
		 Get Adobe Flash player 
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object></div>
</div>
</div>
<div class="panel">
<div class="panel-wrapper">
<div style="height: 460px;">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_swfplayer_320x240_611757063"
			class="flashmovie"
			width="530"
			height="460">
	<param name="movie" value="http://www.joeycollier.com/wp-content/uploads/portfolio/web/2/swfplayer_320x240.swf" />
	<param name="flashvars" value="swflink=http://www.joeycollier.com/wp-content/uploads/portfolio/web/2/web_2-9_asset.swf&jpglink=http://www.joeycollier.com/wp-content/uploads/portfolio/web/2/web_2-9_still.jpg" />
	<param name="play" value="false" />
	<param name="wmode" value="transparent" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.joeycollier.com/wp-content/uploads/portfolio/web/2/swfplayer_320x240.swf"
			name="fm_swfplayer_320x240_611757063"
			width="530"
			height="460">
		<param name="flashvars" value="swflink=http://www.joeycollier.com/wp-content/uploads/portfolio/web/2/web_2-9_asset.swf&jpglink=http://www.joeycollier.com/wp-content/uploads/portfolio/web/2/web_2-9_still.jpg" />
		<param name="play" value="false" />
		<param name="wmode" value="transparent" />
	<!--<![endif]-->
		 Get Adobe Flash player 
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object></div>
</div>
</div>
</div>
&nbsp;

</div>
&nbsp;

Client: NRA
Project: Flash Banner Units

I created <strong>over 120 show promotionals</strong> for the National Rifleman&#8217;s Association&#8217;s online news channel. The in-stream flash ads aired in between broadcast.

Web Link:

<a href="http://www.nranews.com/" rel="nofollow" target="_blank">www.nranews.com</a>]]></content:encoded>
			<wfw:commentRss>http://www.joeycollier.com/portfolio/nra-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integris Health</title>
		<link>http://www.joeycollier.com/portfolio/integris-health/</link>
		<comments>http://www.joeycollier.com/portfolio/integris-health/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 18:00:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[All Web & Interactive]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[2008]]></category>

		<guid isPermaLink="false">http://www.joeycollier.com/?p=52</guid>
		<description><![CDATA[Client:    Integris Health Project:  Site Development 100% Flash, single page load, microsites.  These two mini-sites were produced as part of an interactive marketing campaign. Web Link: www.ruralfoundation.com www.integrisangels.org 2007, 2008]]></description>
			<content:encoded><![CDATA[<img class="alignnone size-full wp-image-53" title="web_1-5" src="http://www.joeycollier.com/wp-content/uploads/2011/01/web_1-5.jpg" alt="" width="530" height="460" />

Client:    Integris Health
Project:  Site Development

100% Flash, single page load, microsites.  These two mini-sites were produced as part of an interactive marketing campaign.

Web Link:
www.ruralfoundation.com
www.integrisangels.org

2007, 2008]]></content:encoded>
			<wfw:commentRss>http://www.joeycollier.com/portfolio/integris-health/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

