<?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>wemakedotcoms &#187; AS3</title>
	<atom:link href="http://www.wemakedotcoms.com/blog/category/flash/as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wemakedotcoms.com/blog</link>
	<description>Flash and Chips</description>
	<lastBuildDate>Fri, 30 Jul 2010 00:53:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>3D Globe Map</title>
		<link>http://www.wemakedotcoms.com/blog/2010/07/07/3d-globe-map/</link>
		<comments>http://www.wemakedotcoms.com/blog/2010/07/07/3d-globe-map/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 13:35:59 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=540</guid>
		<description><![CDATA[STC Associates asked me to produce yet another coverage map for TATA Communications! This time, since the data was pretty light and it included satellites, we thought doing it in 3D would add a bit of shinny. Truth be told, I am a 3D junky (obviously)...]]></description>
			<content:encoded><![CDATA[<div id="attachment_541" class="wp-caption alignnone" style="width: 488px"><a title="Launch the map!"rel="shadowbox[TCTagCloud];" href="http://www.wemakedotcoms.com/projects/featured/TCGMESMap/index.html" target="_blank"><img class="size-full wp-image-541" title="Launch the map!" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/TCGMESMap.jpg" alt="3D World Map" width="478" height="179" /></a><p class="wp-caption-text">Interactive 3D World Map for TATA Communications</p></div>
<p>STC Associates asked me to produce yet another coverage map for TATA Communications! This time, since the data was pretty light and it included satellites, we thought doing it in 3D would add a bit of shinny. Truth be told, I am a 3D junky (obviously).<br />
<span id="more-540"></span><br />
In comes Away3DLite, picked for its small footprint and performance. The location data is XML driven and uses actual geo-locations to place the PoPs and satellites around the earth.</p>
<p>I had ported to Away3D the original script, from Andy Zupko&#8217;s excellent <a href="http://blog.zupko.info/?p=221" target="_blank">tutorial</a>, for a previous project. The scroll menu is based on this <a href="http://blog.soulwire.co.uk/code/group94-flash-scrolling-menu-list" target="_self">demo</a> by Soulwire.</p>
<p>I modeled &amp; texture the satellites and marker.. yea, these are some high class models <img src='http://www.wemakedotcoms.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a rel="shadowbox[TCTagCloud];" href="http://www.wemakedotcoms.com/projects/featured/TCGMESMap/index.html" target="_blank">Check out the map!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2010/07/07/3d-globe-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Projection animation for ITW Event</title>
		<link>http://www.wemakedotcoms.com/blog/2010/07/07/projection-animation-itw-event/</link>
		<comments>http://www.wemakedotcoms.com/blog/2010/07/07/projection-animation-itw-event/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 11:16:45 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=508</guid>
		<description><![CDATA[A cool little flash project built in collaboration with STC Associates for an event during International Telecoms Week (ITW) 2010 in DC. The party was attended by over 1700 guests. They were asked to vote for a keyword to best represent the future of telecom. The result were rendered using this animation. Originally I started [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_510" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-510" title="ITWCloud" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/ITWCloud.jpg" alt="Dynamic 3D Animation" width="478" height="179" /><p class="wp-caption-text">Dynamic 3D Animation</p></div>
<p>A cool little flash project built in collaboration with STC Associates for an event during International Telecoms Week (ITW) 2010 in DC. The party was attended by over 1700 guests. They were asked to vote for a keyword to best represent the future of telecom. The result were rendered using <a rel="shadowbox[TCTagCloud];width=800;height=600;" href="http://www.wemakedotcoms.com/projects/featured/TCTagCloud/ITUTagCloud.html" target="_blank">this animation</a>.</p>
<p>Originally I started using the built in 3D of FP10: that was a waste. Text looked horrible and native AS3 3D controls are not great. So I switched to Away3D and the amazing TextField3D class. The DOF is a simple blur applied to the ObjectContainer3D. I had a random movement on the camera but that was turned off in the event&#8217;s version.</p>
<p>Here are pictures of the animation and projection setup during the event.</p>

<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/img_0155.jpg' rel='shadowbox[album-508];player=img;' title='img_0155'><img width="100" height="66" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/img_0155-100x66.jpg" class="attachment-thumbnail" alt="Projection setup alternate angle" title="img_0155" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/img_0144.jpg' rel='shadowbox[album-508];player=img;' title='img_0144'><img width="66" height="100" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/img_0144-66x100.jpg" class="attachment-thumbnail" alt="Projection Sail" title="img_0144" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2010/07/07/projection-animation-itw-event/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Street Maps Experiments Take Two&#8230;</title>
		<link>http://www.wemakedotcoms.com/blog/2010/02/27/open-street-maps-experiments-take-two/</link>
		<comments>http://www.wemakedotcoms.com/blog/2010/02/27/open-street-maps-experiments-take-two/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 17:44:02 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=501</guid>
		<description><![CDATA[Building on my first experiment with OpenStreetMaps and Away3D, I decided to cook up two more! The first one uses a block grid to display the map in 3D space. On zoom the blocks rotate 360. I used the ModestMap TweenMap, displayed in on the left, to allow control and capture the map&#8217;s bitmap data. [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_502" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-502" title="osm-wave" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/osm-wave.jpg" alt="OSM Mapped to a 3D Plane with as3Dmod" width="478" height="179" /><p class="wp-caption-text">OSM Mapped to a 3D Plane with as3Dmod</p></div>
<p>Building on my first experiment with OpenStreetMaps and Away3D, I decided to cook up two more!</p>
<p><a rel="shadowbox[OSM3DCubeGrid];width=800;height=480;" href="http://www.wemakedotcoms.com/_exp/OSM3DCubeGrid/CubeGridTiles.html" target="_blank">The first one</a> uses a block grid to display the map in 3D space. On zoom the blocks rotate 360. I used the ModestMap TweenMap, displayed in on the left, to allow control and capture the map&#8217;s bitmap data.</p>
<p><a rel="shadowbox[OSM3DWave];width=800;height=480;" href="http://www.wemakedotcoms.com/_exp/OSMWave/Wave.html" target="_blank">The second example</a> uses a 3D plane to display the map&#8217;s data. I added a Perlin deformation with as3Dmod to create a wave or fabric like floating look.</p>
<p>The stats shows a rapidly increasing memory usage due to ModestMaps&#8217; tile caching (defaults to 256 tiles). Once I have it cleaned up, I will upload the source code for these <img src='http://www.wemakedotcoms.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2010/02/27/open-street-maps-experiments-take-two/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I like HYPE</title>
		<link>http://www.wemakedotcoms.com/blog/2010/02/19/i-like-hype/</link>
		<comments>http://www.wemakedotcoms.com/blog/2010/02/19/i-like-hype/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 10:30:08 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Personal Projects]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=488</guid>
		<description><![CDATA[Last night, while waiting for the London Flash Designer and Developer Meetup to start, I decided to create a demo using HYPE and Away3DLite. It is nice to be able to just tinker with complex renderings using very little code and focus on visuals. In this demo Away3DLite is used to render 900 cubes and [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_489" class="wp-caption alignnone" style="width: 488px"><a href="http://hype.joshuadavis.com/blog/"><img class="size-full wp-image-489" title="hype" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/hype.jpg" alt="Demo on HYPE's blog" width="478" height="179" /></a><p class="wp-caption-text">Demo on HYPE&#39;s blog</p></div>
<p>Last night, while waiting for the London Flash Designer and Developer Meetup to start, I decided to create a <a href="http://www.wemakedotcoms.com/_exp/hype/900Cubes/main.html">demo</a> using <a href="http://hype.joshuadavis.com/" target="_blank">HYPE</a> and <a href="http://away3d.com/away3d-lite-v1-0-fastest-and-smallest-3d-engine-in-flash" target="_blank">Away3DLite</a>. It is nice to be able to just tinker with complex renderings using very little code and focus on visuals.</p>
<p>In this demo Away3DLite is used to render 900 cubes and animate the camera. HYPE processes the sound being streamed (Magenta) and resizes the cubes accordingly. Two Bitmap Canvas are used to display the 3D rendering of Away3DLite. One is used to create the blur trail. The actual code needed to render this is less the 40 lines. The rest is AS3 structure.</p>
<p>Using frameworks like HYPE and Away3DLite allows us to go back to the innocent days of AS2 and use code as a pure creative enabler. That&#8217;s probably why I was a bit thrown off when another attendant of the meeting said he didn&#8217;t like using frameworks, which is ironic for a Flex developer.</p>
<p>I don&#8217;t think people appreciate how lucky we are to have open source frameworks like these available. Well, I do! Thank you for all your hard work. Please check out <a href="http://hype.joshuadavis.com/">HYPE</a> and <a href="http://away3d.com/">Away3D</a> for some serious fun!</p>
<p><a href="http://www.wemakedotcoms.com/_exp/hype/900Cubes/main.html">Click here to view the demo.</a></p>
<p><a href="http://www.wemakedotcoms.com/_exp/hype/900Cubes/srcview/">Click here for the source code.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2010/02/19/i-like-hype/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Using OpenStreetMap and Away3D</title>
		<link>http://www.wemakedotcoms.com/blog/2010/02/11/using-openstreetmap-and-away3d/</link>
		<comments>http://www.wemakedotcoms.com/blog/2010/02/11/using-openstreetmap-and-away3d/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 22:05:09 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Personal Projects]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=480</guid>
		<description><![CDATA[It was with much disappointment that I discovered Google would not allow us to manipulate its map tiles with Flash bitmap processing. Thus limiting greatly what is possible visually with the look and feel of their maps. Of course that also means no Away3D, PV3D, etc&#8230; I managed to customize the look of Google Maps [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_481" class="wp-caption alignnone" style="width: 488px"><a href="http://www.wemakedotcoms.com/_exp/OSM3DCube/"><img class="size-full wp-image-481 " title="Maps in 3D" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/maps3D.jpg" alt="OpenStreetMap... The solution to Google's limitations" width="478" height="179" /></a><p class="wp-caption-text">OpenStreetMap... The solution to Google&#39;s limitations</p></div>
<p>It was with much disappointment that I discovered Google would not allow us to manipulate its map tiles with Flash bitmap processing. Thus limiting greatly what is possible visually with the look and feel of their maps. Of course that also means no Away3D, PV3D, etc&#8230;</p>
<p>I managed to <a href="http://www.stcassociates.com/clients/STC/locationsMap/demo/stc08-gmap-002.html" target="_blank">customize the look of Google Maps</a> by using Tweener&#8217;s de-saturation feature to render the map tiles in Black and White. Many have posted on the<a href="http://code.google.com/p/gmaps-api-issues/issues/detail?id=853" target="_blank"> Google Maps API bug reports and feature requests</a>. Google is afraid that we would harvest their tiles and does not want to put a cross domain policy file.</p>
<p>I decided to revisit the issue and to look for alternate services that would allow such use. Of couse no luck with Yahoo! and Microsoft, just like Google, they want to protect their tiles.</p>
<p>But behold the power of open source: <a href="http://www.openstreetmap.org/" target="_blank">OpenStreetMap.org</a> and <a href="http://code.google.com/p/modestmaps/" target="_blank">ModestMaps</a>. Using the Flash API from ModestMaps for openstreetmap and Away3D, I was able to map the maps onto a cube and have it <a rel="shadowbox[OSM3DCube];width=800;height=480;" href="http://www.wemakedotcoms.com/_exp/OSM3DCube/" target="_blank">renders beautifully</a>. OpenStreetMap allows you to go trigger happy with their tiles, just as long as you add their security policy file to you project (see the <a href="http://www.wemakedotcoms.com/_exp/OSM3DCube/srcview/" target="_blank">source code</a>). You can even download the tiles for offline use!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2010/02/11/using-openstreetmap-and-away3d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>February&#8217;s Landing Page Experiment: Roaming</title>
		<link>http://www.wemakedotcoms.com/blog/2010/02/08/februarys-landing-page-experiment-roaming/</link>
		<comments>http://www.wemakedotcoms.com/blog/2010/02/08/februarys-landing-page-experiment-roaming/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 01:21:25 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Personal Projects]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=470</guid>
		<description><![CDATA[Though a bit late, this month&#8217;s experiment builds on last month setup and adds a bit of AI. Cubes now roam and avoid each other when near collision. A very basic detection system using a vector and couple of recursive functions. All calculations are made using Away3D&#8217;s functions like distanceTo() and movement is handled by [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_471" class="wp-caption alignnone" style="width: 488px"><a href="http://www.wemakedotcoms.com/landings/2010/02/"><img class="size-full wp-image-471 " title="Little Cubes Roaming Around..." src="http://www.wemakedotcoms.com/blog/wp-content/uploads/roaming.png" alt="Little Cubes Roaming Around..." width="478" height="179" /></a><p class="wp-caption-text">3D Cubes Roaming in Away3D</p></div>
<p>Though a bit late, this month&#8217;s experiment builds on last month setup and adds a bit of AI. Cubes now roam and avoid each other when near collision. A very basic detection system using a vector and couple of recursive functions. All calculations are made using Away3D&#8217;s functions like distanceTo() and movement is handled by moveForward(). The newer post are represented by bigger cubes. The icons are from <a href="http://somerandomdude.com/projects/iconic/" target="_blank">PJ Onori&#8217;s excellent iconic</a>.</p>
<p>Click <a href="http://www.wemakedotcoms.com/landings/2010/02/" target="_self">here</a> to view this experiment. Source code can be viewed <a href="http://www.wemakedotcoms.com/landings/2010/02/srcview/index.html">here</a>.</p>
<p>Update: For Valentine&#8217;s Day here is a <a href="http://www.wemakedotcoms.com/landings/2010/02/vday/">special version</a> and its <a href="http://www.wemakedotcoms.com/landings/2010/02/vday/srcview/">source code</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2010/02/08/februarys-landing-page-experiment-roaming/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>January&#8217;s Landing Page Experiment</title>
		<link>http://www.wemakedotcoms.com/blog/2010/01/19/januarys-landing-page-experiment/</link>
		<comments>http://www.wemakedotcoms.com/blog/2010/01/19/januarys-landing-page-experiment/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 10:51:42 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=430</guid>
		<description><![CDATA[New year, new homepage! My new year&#8217;s resolution: Publish a new experiment every month&#8230; And update this blog more often! This month it is using a newly discovered layout API called Coordy. The 3D is rendered using Away3D and tweens are handled via TweenMax. For coloring the cube I draw a random feed from the [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_431" class="wp-caption alignnone" style="width: 488px"><a href="http://www.wemakedotcoms.com/landings/2010/01/"><img class="size-full wp-image-431 " title="landing-01-2010" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/landing-01-2010.jpg" alt="Randomized 3D Layout using Coordy and Away3D" width="478" height="179" /></a><p class="wp-caption-text">Randomized 3D Layout using Coordy and Away3D</p></div>
<p>New year, new <a href="http://www.wemakedotcoms.com/landings/2010/01/" target="_self">homepage</a>! My new year&#8217;s resolution: Publish a new experiment every month&#8230; And update this blog more often!</p>
<p>This month it is using a newly discovered layout API called <a href="http://code.google.com/p/coordy/" target="_blank">Coordy</a>. The 3D is rendered using <a href="http://away3d.com/" target="_blank">Away3D</a> and tweens are handled via <a href="http://blog.greensock.com/tweenlite/" target="_blank">TweenMax</a>. For coloring the cube I draw a random feed from the <a href="http://kuler.adobe.com/" target="_blank">Kuler API</a> and the blog data is a custom RSS Feed from my WordPress blog.<a href="http://www.puremvc.org/" target="_blank">PureMVC</a> was used to structure the application. Coded in Flash Builder Beta 2 and designed in the Flash IDE.</p>
<p>Update: Added a new component: <a title="as3sfxr library on Google Code" href="http://code.google.com/p/as3sfxr/" target="_blank">as3sfxr</a>. This is a Flash 10 library to dynamically generate sounds for classic arcade games. It even included a random function!</p>
<p>Update: Souce code <a href="http://www.wemakedotcoms.com/landings/2010/02/srcview/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2010/01/19/januarys-landing-page-experiment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New World Ready 2 Launched!</title>
		<link>http://www.wemakedotcoms.com/blog/2010/01/08/new-world-ready-2-launched/</link>
		<comments>http://www.wemakedotcoms.com/blog/2010/01/08/new-world-ready-2-launched/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 10:53:29 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=437</guid>
		<description><![CDATA[After sitting in limbo for a while TATA Communications and STC Associates finally launched the updated New World Ready site. Due to launch in October 2009 and subject to a very aggressive timeline for completion, I decided to use the GAIA Framework to build the site. On top of SEO optimization and Deep Linking, GAIA [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_438" class="wp-caption alignnone" style="width: 488px"><a href="http://www.newworldready.com"><img class="size-full wp-image-438" title="nwr-2" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/nwr-2.jpg" alt="Dashboard and content bubles..." width="478" height="179" /></a><p class="wp-caption-text">Dashboard and content bubles...</p></div>
<p>After sitting in limbo for a while TATA Communications and STC Associates finally launched the updated <a href="http://www.newworldready.com" target="_blank">New World Ready site</a>. Due to launch in October 2009 and subject to a very aggressive timeline for completion, I decided to use the <a href="http://www.gaiaflashframework.com/" target="_blank">GAIA Framework</a> to build the site. On top of SEO optimization and Deep Linking, GAIA handles dynamic assets loading (like XML Data, Images, etc&#8230;) flawlessly. A real <span style="text-decoration: line-through;">time</span> life-saver.</p>
<p>Developed for the earlier version of the site, I had to update the <a href="http://www.newworldready.com/#/take-the-quiz" target="_blank">3D quiz</a> to run in the flash site. I also developed a simple but custom video player. Coded in Flex and designed in the Flash IDE.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2010/01/08/new-world-ready-2-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Abylity Homepage 3D Carousel</title>
		<link>http://www.wemakedotcoms.com/blog/2010/01/04/abylity-homepage-3d-carousel/</link>
		<comments>http://www.wemakedotcoms.com/blog/2010/01/04/abylity-homepage-3d-carousel/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 11:28:41 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=443</guid>
		<description><![CDATA[Latest iteration of my 3D carousel. Built for re-use, since this is a popular format these days. It uses Away3D, an extensive XML config and external XML data. Constructed using PureMVC, it makes extensive use of the ExternalInterface to interact with the site (and Google Analytics). Abylity&#8217;s website.]]></description>
			<content:encoded><![CDATA[<div id="attachment_444" class="wp-caption alignnone" style="width: 488px"><a href="http://www.abylity.com/"><img class="size-full wp-image-444" title="abylity-carousel" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/abylity-carousel.jpg" alt="3D Carousel using Away3D" width="478" height="179" /></a><p class="wp-caption-text">3D Carousel using Away3D</p></div>
<p>Latest iteration of my 3D carousel. Built for re-use, since this is a popular format these days. It uses Away3D, an extensive XML config and external XML data. Constructed using PureMVC, it makes extensive use of the ExternalInterface to interact with the site (and Google Analytics).</p>
<p><a href="http://www.abylity.com/" target="_blank">Abylity&#8217;s website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2010/01/04/abylity-homepage-3d-carousel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sound Spectrum Rendering</title>
		<link>http://www.wemakedotcoms.com/blog/2009/09/15/sound-spectrum-rendering/</link>
		<comments>http://www.wemakedotcoms.com/blog/2009/09/15/sound-spectrum-rendering/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 17:03:59 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Personal Projects]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=416</guid>
		<description><![CDATA[Using Flash I generated animated sound spectrum renderings and edited them into two videos. The second video uses the new Away3DLite framework for Flash player 10. Amazingly the swf came in at 28kb and the framerate is great! First video: A 2D rendering using bars, circles, blur filters all rendered to a bitmap. Second video: [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_417" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-417" title="Sound Spectrum Visualization" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/spectrum.jpg" alt="Sound Spectrum Rendered using Awa3DLite" width="478" height="179" /><p class="wp-caption-text">Sound Spectrum Rendered using Awa3DLite</p></div>
<p>Using Flash I generated animated sound spectrum renderings and edited them into two videos. The second video uses the new Away3DLite framework for Flash player 10. Amazingly the swf came in at 28kb and the framerate is great!</p>
<p>First video:<br />
A 2D rendering using bars, circles, blur filters all rendered to a bitmap.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="478" height="263" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=6562989&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="478" height="263" src="http://vimeo.com/moogaloop.swf?clip_id=6562989&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Second video:<br />
3D renderings using Away3DLite and 484 cubes <img src='http://www.wemakedotcoms.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="478" height="263" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=6587701&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="478" height="263" src="http://vimeo.com/moogaloop.swf?clip_id=6587701&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2009/09/15/sound-spectrum-rendering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash 3D Interactive video montage</title>
		<link>http://www.wemakedotcoms.com/blog/2009/08/18/flash-3d-interactive-video-montage/</link>
		<comments>http://www.wemakedotcoms.com/blog/2009/08/18/flash-3d-interactive-video-montage/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 17:12:23 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Beta Projects]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=398</guid>
		<description><![CDATA[While going through some of the recent interactive 3D work I produced, I thought it would be nice to create a video showcase. I also wanted to explore the workflow for capturing and editing these flash projects in action. Music is by Danger.]]></description>
			<content:encoded><![CDATA[<div id="attachment_405" class="wp-caption alignnone" style="width: 488px"><a href="http://www.vimeo.com/5817935"><img class="size-full wp-image-405" title="Flash Interactive 3D" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/interactive-3D.jpg" alt="Video of interactive 3D projects" width="478" height="179" /></a><p class="wp-caption-text">Video of interactive 3D projects</p></div>
<p>While going through some of the recent interactive 3D work I produced, I thought it would be nice to create a video showcase. I also wanted to explore the workflow for capturing and editing these flash projects in action. Music is by <a title="Danger's myspaace page" href="http://www.myspace.com/2emedanger" target="_blank">Danger</a>.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="489" height="276" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=5817935&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="489" height="276" src="http://vimeo.com/moogaloop.swf?clip_id=5817935&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2009/08/18/flash-3d-interactive-video-montage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>STC Associates 3D Portfolio</title>
		<link>http://www.wemakedotcoms.com/blog/2009/08/18/stc-associates-3d-portfolio/</link>
		<comments>http://www.wemakedotcoms.com/blog/2009/08/18/stc-associates-3d-portfolio/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 08:48:43 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[GUI]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=379</guid>
		<description><![CDATA[This project is (so far) the most complex implementation using Away3D I had to develop. It is used to display the visual portfolio of STC Associates on the new site. The application includes an extensive configuration and all the data for galleries via external XML files. It includes re-creating the logo in code at run-time. [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_380" class="wp-caption alignnone" style="width: 488px"><a href="http://www.wemakedotcoms.com/portfolio/stc/porfolio/STC_Portfolio_loader.html"><img class="size-full wp-image-380" title="STC 3D Interactive Portfolio" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/stc-portfolio.jpg" alt="The STC Logo re-created using only AS3" width="478" height="179" /></a><p class="wp-caption-text">The STC Logo re-created using only AS3</p></div>
<p>This project is (so far) the most complex implementation using Away3D I had to develop. It is used to display the visual portfolio of STC Associates on the new site.</p>
<p>The application includes an extensive configuration and all the data for galleries via external XML files.</p>
<p>It includes re-creating the logo in code at run-time. Using AS3DMod, I was able to dynamically deform the cube to match STC&#8217;s logo. Adding a Perlin noise over time creates a nice wave animation that brings the whole thing to life. The logo becomes the gateway to the various projects and the central interactive element.</p>
<p>I made extensive use of Away3D&#8217;s Object3DContainer to create a smooth animated carousel to display the projects. Including a flip to show galleries.</p>
<p>The latest revision can be viewed <a title="STC Portfolio Demo" href="http://www.wemakedotcoms.com/portfolio/stc/porfolio/STC_Portfolio_loader.html" target="_blank">here</a>.</p>
<p>I am not too happy with the way the final integration was done, you can view the live version on the STC site <a title="STC Portfolio Live Version " href="http://www.stcassociates.com/#portfolio" target="_blank">here</a>. Some of the sections are empty while others have too many items. I think I also gave too much control in the configuration XML!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2009/08/18/stc-associates-3d-portfolio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TATA Communications 3D Quiz</title>
		<link>http://www.wemakedotcoms.com/blog/2009/08/18/tata-communications-3d-quiz/</link>
		<comments>http://www.wemakedotcoms.com/blog/2009/08/18/tata-communications-3d-quiz/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 08:22:18 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=375</guid>
		<description><![CDATA[As part of a global brand awareness campaign, I was tasked with developing a flash quiz for TATA Communications. To spice things up we agreed to use Away3D to render the questions and results and make this a richer and more entertaining experience. I also added Javascript interfaces to integrate with Google Analytics and back-end [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_377" class="wp-caption alignnone" style="width: 488px"><a href="http://www.newworldready.com/quiz/"><img class="size-full wp-image-377" title="TATA Communications 3D Quiz" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/tcl-3D-quiz.jpg" alt="Results of the Quiz" width="478" height="179" /></a><p class="wp-caption-text">Results of the Quiz</p></div>
<p>As part of a global brand awareness campaign, I was tasked with developing a flash quiz for TATA Communications. To spice things up we agreed to use Away3D to render the questions and results and make this a richer and more entertaining experience. I also added Javascript interfaces to integrate with Google Analytics and back-end answers collection.</p>
<p>Visit the <a href="http://www.newworldready.com/" target="_blank">New World Ready site</a> or <a title="Take the quiz!" href="http://www.newworldready.com/quiz/" target="_blank">Take the  quiz</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2009/08/18/tata-communications-3d-quiz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TATA Communication Holiday Card 2009</title>
		<link>http://www.wemakedotcoms.com/blog/2009/01/21/tata-communication-holiday-card-2009/</link>
		<comments>http://www.wemakedotcoms.com/blog/2009/01/21/tata-communication-holiday-card-2009/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 07:35:06 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=338</guid>
		<description><![CDATA[The 2009 version of the TCL holiday card was to offer multiple options of colors, motifs, logos and message. Click to view the Flash card and the External Interface Controls via Javascript The design department created the static mosaics (except for the tree, which I did.) I then re-created the whole thing in Illustrator (using [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_339" class="wp-caption alignnone" style="width: 488px"><img src="http://www.wemakedotcoms.com/blog/wp-content/uploads/tata_holidaycard2009.jpg" alt="Motifs of the TCL Interactive Card" title="tata_holidaycard2009" width="478" height="179" class="size-full wp-image-339" /><p class="wp-caption-text">Motifs of the TCL Interactive Card</p></div>
<p>The 2009 version of the TCL holiday card was to offer multiple options of colors, motifs, logos and message.</p>
<p><a href="http://www.wemakedotcoms.com/portfolio/stc/tcl-hc-2008/">Click to view the Flash card and the External Interface Controls via Javascript</a></p>
<p><span id="more-338"></span></p>
<p>The design department created the static mosaics (except for the tree, which I did.) I then re-created the whole thing in Illustrator (using symbols) and imported the final mosaics in Flash for some coding fun. A little OOP magic and I setup a particle like system to animate each of the little triangles in sequence.</p>
<p>The second part was to expose some of the functions to be controlled via Javascript. I used the External Interface API to do so. It was then sent of to be coded into the html template.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2009/01/21/tata-communication-holiday-card-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switch and Data New Homepage Flash Banner</title>
		<link>http://www.wemakedotcoms.com/blog/2008/12/30/switch-and-data-new-homepage-flash-banner/</link>
		<comments>http://www.wemakedotcoms.com/blog/2008/12/30/switch-and-data-new-homepage-flash-banner/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 13:27:29 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=334</guid>
		<description><![CDATA[As part of the new S&#038;D branding and website, I was to produce a new banner loader along with the banners. The usual tricks (XML driven, using external assets, etc&#8230;) I did experiment a bit with duplications (see here for a great tutorial from Lee Brimelow). I stated to use the Natzke like animation but [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_335" class="wp-caption alignnone" style="width: 488px"><img src="http://www.wemakedotcoms.com/blog/wp-content/uploads/sd-homepage-flash.jpg" alt="New Homepage Flash Animated Banner" title="sd-homepage-flash" width="478" height="179" class="size-full wp-image-335" /><p class="wp-caption-text">New Homepage Flash Animated Banner</p></div>
<p>As part of the new S&#038;D branding and website, I was to produce a new banner loader along with the banners. The usual tricks (XML driven, using external assets, etc&#8230;)</p>
<p>I did experiment a bit with duplications (<a href="http://theflashblog.com/?p=461">see here for a great tutorial from Lee Brimelow</a>). I stated to use the Natzke like animation but ended up writing a custom animation class that uses Tweener and its special Bezier modifier. I will post some of these experiments soon.</p>
<p><a href="http://www.switchanddata.com/">New Switch &#038; Data Homepage</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2008/12/30/switch-and-data-new-homepage-flash-banner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chad&#8217;s Eternal Beta Site&#8230;</title>
		<link>http://www.wemakedotcoms.com/blog/2008/08/21/chads-eternal-beta/</link>
		<comments>http://www.wemakedotcoms.com/blog/2008/08/21/chads-eternal-beta/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 12:12:48 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS2]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Beta Projects]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[Unpublished Projects]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=212</guid>
		<description><![CDATA[Happy Birthday Chadster! Chad and I have been trying to create his site for a looooooong time. I know we will eventually get it done&#8230; In the mean time I wanted to post some of the beta tests: Old Beta: AS2. Neat little slide mechanism for the sections. Latest Beta: AS3, Away3D&#8230;]]></description>
			<content:encoded><![CDATA[<div id="attachment_213" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-213" title="cdf" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/cdf.jpg" alt="Tokyo Starfish likes Chad..." width="478" height="179" /><p class="wp-caption-text">Tokyo Starfish likes Chad...</p></div>
<p><strong>Happy Birthday Chadster!</strong></p>
<p><a href="http://chaddefranco.com/" target="_blank">Chad</a> and I have been trying to create his site for a looooooong time. I know we will eventually get it done&#8230; In the mean time I wanted to post some of the beta tests:</p>
<p><a href="http://www.wemakedotcoms.com/_tmp/cdf/_old_beta/" target="_blank">Old Beta</a>: AS2. Neat little slide mechanism for the sections.</p>
<p><a href="http://www.wemakedotcoms.com/_tmp/cdf/_beta/cdf_main_v1_r02.html" target="_blank">Latest Beta</a>: AS3, Away3D&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2008/08/21/chads-eternal-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Knappogue Whiskey 3D Postcards</title>
		<link>http://www.wemakedotcoms.com/blog/2008/08/12/knappogue-whiskey-3d-postcards/</link>
		<comments>http://www.wemakedotcoms.com/blog/2008/08/12/knappogue-whiskey-3d-postcards/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 22:16:17 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=191</guid>
		<description><![CDATA[I have been working with Dave, Art Director at STC, for over 9 years. So by now we more or less share one brain. For the knappogue homepage he showed me a sketch via webcam and I knew what where we were heading. 3D Baby! And what is even better then 3D modeling/rendering? Real time [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_195" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-195" title="knappogue" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/knappogue.jpg" alt="Homepage 3D Flash" width="478" height="179" /><p class="wp-caption-text">Homepage 3D Flash</p></div>
<p>I have been working with Dave, Art Director at STC, for over 9 years. So by now we more or less share one brain. For the knappogue homepage he showed me a sketch via webcam and I knew what where we were heading. 3D Baby! And what is even better then 3D modeling/rendering? Real time interactive 3D. Now that&#8217;s magic. Ever since Flash 5 human beings have been doing 3D flash content, although at times more 3D<em>ish</em>. But with Flash 9 &amp; AS3, faster CPUs and open source APIs like PV3D or Away3D it has become a new avenue for designer/developers like me. For this particular case I used Away3D. Main reasons: clean API, easy to extend and straight forward mouse interactions. The concept is simple: a fold out postcard set. Its all custom built. I had to dig deep inside the API to get it where I needed.</p>
<p><a href="http://www.knappoguewhiskey.com/" target="_blank">Check out the 3D postcards (after the age verification)</a></p>
<p>Project details:</p>
<ul>
<li>AS3</li>
<li>Uses Away3D, Tweener and Bulkloader APIs</li>
<li>external XML data and assets</li>
<li>Click hot zones (to flip postcards, close them or for more info link) are set in the XM data</li>
<li>Dynamic reflections</li>
<li>OOP: extended several classes (like Plane to create a new Postcard3D class). Custom events and event dispatchers.</li>
</ul>
<p>Special thanks to <a href="http://www.infiniteturtles.co.uk/blog/" target="_blank">Rob</a> and the <a href="http://away3d.com/" target="_blank">Away3D</a> team.</p>
<p>PS: Can someone (Jorge or Andrew) implement the <a href="http://www.stcassociates.com/temp/exp/kn3Dpostcards_v2/MainPreload.html" target="_blank">latest version of the flash</a>&#8230; It has a way cooler intro animation, proper preload display and many tweaks&#8230; <img src='http://www.wemakedotcoms.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2008/08/12/knappogue-whiskey-3d-postcards/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Happy Holidays from STC</title>
		<link>http://www.wemakedotcoms.com/blog/2007/12/10/happy-holidays/</link>
		<comments>http://www.wemakedotcoms.com/blog/2007/12/10/happy-holidays/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 21:01:56 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS2]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=146</guid>
		<description><![CDATA[Every year, like clockwork, someone at STC realizes its December and we need a holiday card. For the past 3 years we actually had time (meaning 3 to 5 days) to produce some nice interactive versions. In 2005 we created a little match game. In 2006 I applied the concept developed for print of making [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_147" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-147" title="stcholidays" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/stcholidays.jpg" alt="2007 Holiday card" width="478" height="179" /><p class="wp-caption-text">2007 Holiday card</p></div>
<p>Every year, like clockwork, someone at STC realizes its December and we need a holiday card. For the past 3 years we actually had time (meaning 3 to 5 days) to produce some nice interactive versions.</p>
<p>In 2005 we created a little <a href="http://www.wemakedotcoms.com/portfolio/stc/holiday-cards/2005/" target="_blank">match game</a>.</p>
<p>In 2006 I applied the concept developed for print of <a href="http://www.wemakedotcoms.com/portfolio/stc/holiday-cards/2006/" target="_blank">making new faces from cutouts of the STC employees headshots.</a></p>
<p>For 2007 I just developed an <a href="http://www.wemakedotcoms.com/portfolio/stc/holiday-cards/2007/" target="_blank">interactive 3D version of the printed card</a>. The card was a cube with the top and bottom open. Inside were everyone&#8217;s at STC signature. Outside were the employees making the letters of the card&#8217;s words&#8230; Hard to explain, just check out the actual <a href="http://www.wemakedotcoms.com/portfolio/stc/holiday-cards/2007/" target="_blank">flash</a> <img src='http://www.wemakedotcoms.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>This last one was my first serious project using PV3D (Papervision). It also uses some of the new AS3 APIs like sound spectrum. Aside a few annoyances of Flash 9, a fun project.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2007/12/10/happy-holidays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
