<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>eccheung4</title>
	
	<link>http://www.eccheung4.com/blog</link>
	<description>Flash, Flex, Papervision3d and various technologies</description>
	<pubDate>Thu, 22 Jul 2010 09:09:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/eccheung4" /><feedburner:info uri="eccheung4" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Animation Mentor Class 4 Progress Reel</title>
		<link>http://feedproxy.google.com/~r/eccheung4/~3/r-xbuFKXV1w/</link>
		<comments>http://www.eccheung4.com/blog/2010/07/22/animation-mentor-class-4-progress-reel/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 09:09:28 +0000</pubDate>
		<dc:creator>eccheung4</dc:creator>
		
		<category><![CDATA[animation]]></category>

		<guid isPermaLink="false">http://www.eccheung4.com/blog/?p=241</guid>
		<description><![CDATA[Wow time flys, I&#8217;m already in Class 5 and I didn&#8217;t even post my progress yet.  I&#8217;ve been quite busy and have been having lots of fun with the facial controls on bishop.  I&#8217;ll be posting my progress on that very soon, but here is my progress reel for Class 4:

Class 4 Progress [...]]]></description>
			<content:encoded><![CDATA[<p>Wow time flys, I&#8217;m already in Class 5 and I didn&#8217;t even post my progress yet.  I&#8217;ve been quite busy and have been having lots of fun with the facial controls on bishop.  I&#8217;ll be posting my progress on that very soon, but here is my progress reel for Class 4:</p>
<p><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=12937441&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=12937441&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object>
<p><a href="http://vimeo.com/12937441">Class 4 Progress Reel</a> from <a href="http://vimeo.com/eccheung4">eccheung4</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/eccheung4?a=r-xbuFKXV1w:QKvM65IPVmQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/eccheung4?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/eccheung4?a=r-xbuFKXV1w:QKvM65IPVmQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/eccheung4?i=r-xbuFKXV1w:QKvM65IPVmQ:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/eccheung4/~4/r-xbuFKXV1w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eccheung4.com/blog/2010/07/22/animation-mentor-class-4-progress-reel/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.eccheung4.com/blog/2010/07/22/animation-mentor-class-4-progress-reel/</feedburner:origLink></item>
		<item>
		<title>CustomEvent TypeError: Error #1034: Type Coercion failed</title>
		<link>http://feedproxy.google.com/~r/eccheung4/~3/B8eTSeIymYo/</link>
		<comments>http://www.eccheung4.com/blog/2010/04/01/customevent-typeerror-error-1034-type-coercion-failed/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 21:58:14 +0000</pubDate>
		<dc:creator>eccheung4</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Problems]]></category>

		<category><![CDATA[actionscript 3]]></category>

		<guid isPermaLink="false">http://www.eccheung4.com/blog/?p=237</guid>
		<description><![CDATA[TypeError: Error #1034 Type Coercion failed: cannot convert com.events::CustomEvent@###### to com.events.CustomEvent.
at flash.events:EventDispatcher/dispatchEventFunction()
&#8230;.blah,blah,blah,blah
This was an error I was getting and I couldn&#8217;t figure out what was causing it. Turns out its a simple fix.  I was loading a swf that dispatches a CustomEvent.  To get rid of this error I just needed to import [...]]]></description>
			<content:encoded><![CDATA[<p>TypeError: Error #1034 Type Coercion failed: cannot convert com.events::CustomEvent@###### to com.events.CustomEvent.<br />
at flash.events:EventDispatcher/dispatchEventFunction()<br />
&#8230;.blah,blah,blah,blah</p>
<p>This was an error I was getting and I couldn&#8217;t figure out what was causing it. Turns out its a simple fix.  I was loading a swf that dispatches a CustomEvent.  To get rid of this error I just needed to import the CustomEvent Class in the main class that is loading the other swf.</p>
<p>import com.events.CustomEvent;</p>
<p>Then somewhere in you main class, you add</p>
<p>CustomEvent;</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/eccheung4?a=B8eTSeIymYo:zcZq80HAbwg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/eccheung4?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/eccheung4?a=B8eTSeIymYo:zcZq80HAbwg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/eccheung4?i=B8eTSeIymYo:zcZq80HAbwg:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/eccheung4/~4/B8eTSeIymYo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eccheung4.com/blog/2010/04/01/customevent-typeerror-error-1034-type-coercion-failed/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.eccheung4.com/blog/2010/04/01/customevent-typeerror-error-1034-type-coercion-failed/</feedburner:origLink></item>
		<item>
		<title>Animation Mentor Progress Reels Class 2-3</title>
		<link>http://feedproxy.google.com/~r/eccheung4/~3/K-aSQy4tUG0/</link>
		<comments>http://www.eccheung4.com/blog/2010/03/30/animation-mentor-progress-reels-class-2-3/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 04:19:56 +0000</pubDate>
		<dc:creator>eccheung4</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.eccheung4.com/blog/?p=233</guid>
		<description><![CDATA[My first post of 2010.  Been quite busy with work and school.  I wanted to post this after I had time to polish my shots off some more, but never got a chance to and I&#8217;m already through class 3. Anyways here is my progress reel for Class 2 and 3.  I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>My first post of 2010.  Been quite busy with work and school.  I wanted to post this after I had time to polish my shots off some more, but never got a chance to and I&#8217;m already through class 3. Anyways here is my progress reel for Class 2 and 3.  I&#8217;m really excited about Class 4 - Intro to Acting. =)</p>
<p><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=10547285&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=10547285&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object>
<p><a href="http://vimeo.com/10547285">Animation Mentor Class 3 Progress Reel</a> from <a href="http://vimeo.com/eccheung4">eccheung4</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=10547249&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=10547249&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object>
<p><a href="http://vimeo.com/10547249">Animation Mentor Class 2 Progress Reel</a> from <a href="http://vimeo.com/eccheung4">eccheung4</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/eccheung4?a=K-aSQy4tUG0:1z2meZ_i-mM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/eccheung4?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/eccheung4?a=K-aSQy4tUG0:1z2meZ_i-mM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/eccheung4?i=K-aSQy4tUG0:1z2meZ_i-mM:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/eccheung4/~4/K-aSQy4tUG0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eccheung4.com/blog/2010/03/30/animation-mentor-progress-reels-class-2-3/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.eccheung4.com/blog/2010/03/30/animation-mentor-progress-reels-class-2-3/</feedburner:origLink></item>
		<item>
		<title>Unity 2.6 FREE</title>
		<link>http://feedproxy.google.com/~r/eccheung4/~3/sc5HZGJiwmM/</link>
		<comments>http://www.eccheung4.com/blog/2009/10/29/unity-26-free/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 08:00:41 +0000</pubDate>
		<dc:creator>eccheung4</dc:creator>
		
		<category><![CDATA[Unity]]></category>

		<category><![CDATA[Unity3d]]></category>

		<guid isPermaLink="false">http://www.eccheung4.com/blog/?p=228</guid>
		<description><![CDATA[Wow, Unity 2.6 (Unity Indie) is now FREE.  Well, the indie version anyways.  The Pro version still costs a lot.  That is still awesome.  I&#8217;ve always wanted to try out Unity and now that it&#8217;s free I am definitely going to check it out now.  Looks like they&#8217;ve got a [...]]]></description>
			<content:encoded><![CDATA[<p>Wow, <a href="http://unity3d.com/company/news.html#Unity-2.6-Released-And-Now-Free!" target="_blank">Unity 2.6 (Unity Indie) is now FREE</a>.  Well, the indie version anyways.  The Pro version still costs a lot.  That is still awesome.  I&#8217;ve always wanted to try out Unity and now that it&#8217;s free I am definitely going to check it out now.  Looks like they&#8217;ve got a great tutorial up as well. </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/eccheung4?a=sc5HZGJiwmM:2AspiV_9_ok:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/eccheung4?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/eccheung4?a=sc5HZGJiwmM:2AspiV_9_ok:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/eccheung4?i=sc5HZGJiwmM:2AspiV_9_ok:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/eccheung4/~4/sc5HZGJiwmM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eccheung4.com/blog/2009/10/29/unity-26-free/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.eccheung4.com/blog/2009/10/29/unity-26-free/</feedburner:origLink></item>
		<item>
		<title>AdobeMax 2009</title>
		<link>http://feedproxy.google.com/~r/eccheung4/~3/Vxmey7VybFg/</link>
		<comments>http://www.eccheung4.com/blog/2009/10/11/adobemax-2009/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 06:02:30 +0000</pubDate>
		<dc:creator>eccheung4</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.eccheung4.com/blog/?p=224</guid>
		<description><![CDATA[
AdobeMax was awesome as usual. Lots of great sessions and of course, the sneak peaks were just amazing&#8230;.content awareness filter for photoshop.  It basically removes stuff out of your photo that you don&#8217;t want like magic such as wires, buildings, animals, etc, just by specifying the area with a brush tool.  
AdobeMax had [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.eccheung4.com/blog/wp-content/uploads/2009/10/p1080780-300x168.jpg" alt="Adobemax" title="Adobemax" width="300" height="168" class="aligncenter size-medium wp-image-225" /></p>
<p>AdobeMax was awesome as usual. Lots of great sessions and of course, the sneak peaks were just amazing&#8230;.content awareness filter for photoshop.  It basically removes stuff out of your photo that you don&#8217;t want like magic such as wires, buildings, animals, etc, just by specifying the area with a brush tool.  </p>
<p>AdobeMax had a few more stars this year with John Mayer making an appearance and Mark Hamill during the sneak peaks presentation.  Overall, it was a great experience and AdobeMax really knows how to throw a party when they basically took over the Nokia Live Center.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/eccheung4?a=Vxmey7VybFg:l4RdKXvtn5c:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/eccheung4?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/eccheung4?a=Vxmey7VybFg:l4RdKXvtn5c:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/eccheung4?i=Vxmey7VybFg:l4RdKXvtn5c:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/eccheung4/~4/Vxmey7VybFg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eccheung4.com/blog/2009/10/11/adobemax-2009/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.eccheung4.com/blog/2009/10/11/adobemax-2009/</feedburner:origLink></item>
		<item>
		<title>AnimationMentor Class 1 Basic Foundations Complete</title>
		<link>http://feedproxy.google.com/~r/eccheung4/~3/1mSPjo20D0I/</link>
		<comments>http://www.eccheung4.com/blog/2009/09/19/animationmentor-class-1-basic-foundations-complete/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 13:32:48 +0000</pubDate>
		<dc:creator>eccheung4</dc:creator>
		
		<category><![CDATA[animation]]></category>

		<guid isPermaLink="false">http://www.eccheung4.com/blog/?p=221</guid>
		<description><![CDATA[Wow, its been a crazy, busy, fun filled, awesome 12 weeks taking Basic Foundations with Wayne Gilbert at AnimationMentor.com.  Its pretty amazing what I&#8217;ve learned in so little time, but there is still so much more to be learned.  Wayne Gilbert was an awesome mentor with helping and teaching us along the way. [...]]]></description>
			<content:encoded><![CDATA[<p>Wow, its been a crazy, busy, fun filled, awesome 12 weeks taking Basic Foundations with Wayne Gilbert at <a href="http://www.animationmentor.com/" target="_blank">AnimationMentor.com</a>.  Its pretty amazing what I&#8217;ve learned in so little time, but there is still so much more to be learned.  Wayne Gilbert was an awesome mentor with helping and teaching us along the way.  You can also get his Simplified Drawing for Planning Animation book from his site <a href="http://www.anamie.com/" target="_blank">here</a>.  It really helps keep things simple and I&#8217;ve used it as reference many times as I try to improve my drawing skills and planning.  Here&#8217;s my progress reel from class 1:</p>
<p><object width="400" height="293"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=6640185&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=6640185&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="293"></embed></object>
<p><a href="http://vimeo.com/6640185">Animation Mentor Class 1 Progress Reel</a> from <a href="http://vimeo.com/eccheung4">eccheung4</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/eccheung4?a=1mSPjo20D0I:jUTNkyIro2Y:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/eccheung4?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/eccheung4?a=1mSPjo20D0I:jUTNkyIro2Y:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/eccheung4?i=1mSPjo20D0I:jUTNkyIro2Y:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/eccheung4/~4/1mSPjo20D0I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eccheung4.com/blog/2009/09/19/animationmentor-class-1-basic-foundations-complete/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.eccheung4.com/blog/2009/09/19/animationmentor-class-1-basic-foundations-complete/</feedburner:origLink></item>
		<item>
		<title>Access the protected TextField in TextInput control for Flex</title>
		<link>http://feedproxy.google.com/~r/eccheung4/~3/D37-W75poIo/</link>
		<comments>http://www.eccheung4.com/blog/2009/07/26/access-the-protected-textfield-in-textinput-control-for-flex/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 20:33:19 +0000</pubDate>
		<dc:creator>eccheung4</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[textfield]]></category>

		<category><![CDATA[textinput]]></category>

		<guid isPermaLink="false">http://www.eccheung4.com/blog/?p=215</guid>
		<description><![CDATA[The other day, I was struggling trying to get access to the textfield of a TextInput Control, which was protected.  I needed it because I was loading an AS3 swf into a flex project and it needed to be passed a reference to a textfield to interact with it, but in flex it was [...]]]></description>
			<content:encoded><![CDATA[<p>The other day, I was struggling trying to get access to the textfield of a TextInput Control, which was protected.  I needed it because I was loading an AS3 swf into a flex project and it needed to be passed a reference to a textfield to interact with it, but in flex it was a textinput control which contains a textfield.  You can&#8217;t ues textInput.getTextField() because its protected.</p>
<p>To make it work you simply add:</p>
<p>import mx.core.mx_internal;<br />
use namespace mx_internal;</p>
<p>I found out about it in this forum thread<br />
<a href="http://www.actionscript.org/forums/showthread.php3?t=173666" target="_blank">http://www.actionscript.org/forums/showthread.php3?t=173666</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/eccheung4?a=D37-W75poIo:c465JHYAOmk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/eccheung4?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/eccheung4?a=D37-W75poIo:c465JHYAOmk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/eccheung4?i=D37-W75poIo:c465JHYAOmk:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/eccheung4/~4/D37-W75poIo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eccheung4.com/blog/2009/07/26/access-the-protected-textfield-in-textinput-control-for-flex/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.eccheung4.com/blog/2009/07/26/access-the-protected-textfield-in-textinput-control-for-flex/</feedburner:origLink></item>
		<item>
		<title>SIGGRAPH 2009 New Orleans here I come =)</title>
		<link>http://feedproxy.google.com/~r/eccheung4/~3/VMaT0Dx7eWE/</link>
		<comments>http://www.eccheung4.com/blog/2009/07/01/siggraph-2009-new-orleans-here-i-come/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 07:43:40 +0000</pubDate>
		<dc:creator>eccheung4</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[siggraph]]></category>

		<guid isPermaLink="false">http://www.eccheung4.com/blog/?p=213</guid>
		<description><![CDATA[I&#8217;m going to SIGGRAPH 2009 New Orleans!  I was lucky enough to get in on a free basic pass to the conference from an awesome mentor at AnimationMentor.com that I didn&#8217;t even know.  I&#8217;m already loving the benefits of being in the AnimationMentor.com community and I just started this Monday.  This will [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to SIGGRAPH 2009 New Orleans!  I was lucky enough to get in on a free basic pass to the conference from an awesome mentor at AnimationMentor.com that I didn&#8217;t even know.  I&#8217;m already loving the benefits of being in the AnimationMentor.com community and I just started this Monday.  This will be my second SIGGRAPH and I am totally excited because SIGGRAPH was awesome the last time I went.  Its going to be even better this year because I&#8217;ve never been to New Orleans.  Although I don&#8217;t remember being able to do much when the conference was going on, because there was always something going on day and nite.  Now I just need to find a good deal for a flight and hotel.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/eccheung4?a=VMaT0Dx7eWE:XVGM6Mv5TbY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/eccheung4?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/eccheung4?a=VMaT0Dx7eWE:XVGM6Mv5TbY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/eccheung4?i=VMaT0Dx7eWE:XVGM6Mv5TbY:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/eccheung4/~4/VMaT0Dx7eWE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eccheung4.com/blog/2009/07/01/siggraph-2009-new-orleans-here-i-come/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.eccheung4.com/blog/2009/07/01/siggraph-2009-new-orleans-here-i-come/</feedburner:origLink></item>
		<item>
		<title>www.thearmyexperience.com Redesign</title>
		<link>http://feedproxy.google.com/~r/eccheung4/~3/YgMF4aCZKBU/</link>
		<comments>http://www.eccheung4.com/blog/2009/06/25/wwwthearmyexperiencecom-redesign/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 23:02:23 +0000</pubDate>
		<dc:creator>eccheung4</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Papervision3d]]></category>

		<category><![CDATA[actionscript 3]]></category>

		<guid isPermaLink="false">http://www.eccheung4.com/blog/?p=208</guid>
		<description><![CDATA[
Just launched a redesign of http://www.thearmyexperience.com/careers/.  We were able to use much of the old code and turned the 3D helix into a 3D Wall instead.  I worked on converting the 3D helix into the 3D wall and another designer/developer animated the wall.  
I also worked on adding interactivity to the Watch [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.eccheung4.com/blog/wp-content/uploads/2009/06/picture-1-300x154.png" alt="thearmyexperiencecenter" title="thearmyexperiencecenter" width="300" height="154" class="aligncenter size-medium wp-image-209" /></p>
<p>Just launched a redesign of <a href="http://www.thearmyexperience.com/careers/" target="_blank">http://www.thearmyexperience.com/careers/</a>.  We were able to use much of the old code and turned the 3D helix into a 3D Wall instead.  I worked on converting the 3D helix into the 3D wall and another designer/developer animated the wall.  </p>
<p>I also worked on adding interactivity to the Watch Soldier Profiles section.  The last 16 or so videos are interactive with 2 info windows per video.  A button pops up at a certain time period during the video allowing the user to click on it to open an info window.  This capability was also added into the Locate Global Bases which uses Google Earth (Fort Benning, Georgia and Fort Hood, Texas are the only 2 that have this currently.  You can check it out by clicking on the Lifestyle button after clicking on the base).</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/eccheung4?a=YgMF4aCZKBU:Du2fLwz6EbY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/eccheung4?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/eccheung4?a=YgMF4aCZKBU:Du2fLwz6EbY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/eccheung4?i=YgMF4aCZKBU:Du2fLwz6EbY:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/eccheung4/~4/YgMF4aCZKBU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eccheung4.com/blog/2009/06/25/wwwthearmyexperiencecom-redesign/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.eccheung4.com/blog/2009/06/25/wwwthearmyexperiencecom-redesign/</feedburner:origLink></item>
		<item>
		<title>Adobe Max 2009</title>
		<link>http://feedproxy.google.com/~r/eccheung4/~3/slqWVhpRRaU/</link>
		<comments>http://www.eccheung4.com/blog/2009/06/24/adobe-max-2009/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 08:04:02 +0000</pubDate>
		<dc:creator>eccheung4</dc:creator>
		
		<category><![CDATA[Adobe]]></category>

		<category><![CDATA[adobemax]]></category>

		<category><![CDATA[siggraph]]></category>

		<guid isPermaLink="false">http://www.eccheung4.com/blog/?p=206</guid>
		<description><![CDATA[I just registered for Adobe Max 2009 as a student.  Time to take advantage of my student status. =)  This will be my 2nd Adobe Max and if its anything like the last one it should be awesome!  Now I just have to decide which sessions I&#8217;ll attend.  Most of the [...]]]></description>
			<content:encoded><![CDATA[<p>I just registered for Adobe Max 2009 as a student.  Time to take advantage of my student status. =)  This will be my 2nd Adobe Max and if its anything like the last one it should be awesome!  Now I just have to decide which sessions I&#8217;ll attend.  Most of the lab ones were pretty boring I thought last time. You just sit and follow some guidelines so I&#8217;ll probably skip those or maybe just pop in and pick up the handout and do the instructions at my own pace at home.</p>
<p>I&#8217;m kinda itching to go to SIGGRAPH in New Orleans as well.  There student discount is much better, but the first early registration discount expires Friday.  Not sure about the housing and stuff, but I&#8217;m sure the prices will add up.  I&#8217;ll have to see if I can afford it.  I definitely want to go to SIGGRAPH though.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/eccheung4?a=slqWVhpRRaU:ex3e88HL3-w:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/eccheung4?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/eccheung4?a=slqWVhpRRaU:ex3e88HL3-w:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/eccheung4?i=slqWVhpRRaU:ex3e88HL3-w:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/eccheung4/~4/slqWVhpRRaU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eccheung4.com/blog/2009/06/24/adobe-max-2009/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.eccheung4.com/blog/2009/06/24/adobe-max-2009/</feedburner:origLink></item>
	</channel>
</rss>
