<?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:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>circlecube</title>
	
	<link>http://blog.circlecube.com</link>
	<description>Evan's Interactive Actionscript Exploration</description>
	<lastBuildDate>Tue, 05 Jan 2010 19:59:56 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/circlecube" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="circlecube" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">circlecube</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Flashvars and as3</title>
		<link>http://blog.circlecube.com/2009/12/tutorial/flashvars-and-as3/</link>
		<comments>http://blog.circlecube.com/2009/12/tutorial/flashvars-and-as3/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 00:27:37 +0000</pubDate>
		<dc:creator>Evan Mullins</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.circlecube.com/?p=668</guid>
		<description><![CDATA[<a href="http://blog.circlecube.com/2009/12/tutorial/flashvars-and-as3/"><img align="left" hspace="5" width="150" src="http://blog.circlecube.com/wp-content/uploads/2009/12/flashvars_as3_thumb-150x150.png" class="alignleft wp-post-image tfe" alt="flashvars_as3_thumb" title="flashvars_as3_thumb" /></a>Flashvars and actionscript 3! Flashvar is a way that in your html embed codes (object tags) you can send variables and values into your swf file. These variables can then be grabbed internally and used your programming! Examples of these could be images that you want to use in your swf but don&#8217;t want to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.circlecube.com/wp-content/uploads/2009/12/flashvars_as3_thumb-150x150.png" alt="flashvars_as3_thumb" title="flashvars_as3_thumb" width="150" height="150" class="alignleft size-thumbnail wp-image-1236" />Flashvars and actionscript 3! Flashvar is a way that in your html embed codes (object tags) you can send variables and values into your swf file. These variables can then be grabbed internally and used your programming! Examples of these could be images that you want to use in your swf but don&#8217;t want to import or hardcode them into the flash file or paths to xml or flv files to use as well. Actionscript 3 has a different procedure than as2 did as to how you read these flashvars from the actionscript side. The embed codes and html side of things are still the same, but in case your new to actionscript altogether, I&#8217;ll give an example of the html as well.</p>
<div class="codecolorer-container html4strict mac-classic" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br /></div></td><td><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">object</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;200&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;200&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-shockwave-flash&quot;</span> <span style="color: #000066;">data</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;flashvars_as3.swf&quot;</span>&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">param</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;flashvars&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;colors=0x012345,0x123456,0x234567,0x345678,0x456789,0x567890,0x678901,0x789012&amp;delay=.11&amp;loop=true&amp;random=false&quot;</span><span style="color: #66cc66;">/</span>&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">object</span>&gt;</span></div></td></tr></tbody></table></div>
<p>In actionscript 3 we use the loaderInfo object to access the flashvars. The parameters Object of the loaderInfo will contain all the flashvar variables and values.</p>
<div class="codecolorer-container actionscript mac-classic" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="actionscript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #0066CC;">this</span>.<span style="color: #006600;">loaderInfo</span>.<span style="color: #006600;">parameters</span></div></td></tr></tbody></table></div>
<p>As an example of something that is visual I&#8217;ve created this little app to read some options from flashvars about colors. An app that will read a list of colors and update a box that is on the stage already to those colors with the specified delay. I always have fun with randomness so I threw in the option for random colors as well. This file looks for certain flashvars: color, loop, delay and random. These are the keys or names of the variables and they are followed by the values you want them to hold. Note that flashvars can be set in any order, so you don&#8217;t have to start with color and end with random.</p>
<p>In this example I&#8217;m looking for 4 flashvars specifically (in any order):</p>
<ul>
<li>colors:String &#8211; a comma delimited list of hex colors or simply a string &#8220;random&#8221; for randomly generated colors (the hex for black #000000 needs to be 0&#215;000000 in flash) (default is random)</li>
<li>loop:Boolean &#8211; whether or not to repeat these colors (default is true)</li>
<li>delay:Number &#8211; the delay between colors (in seconds). (default is 1 second)</li>
<li>random:Boolean &#8211; determines whether to cycle through colors in given order or randomize. selecting random overrides the loop to true. (default is false)</li>
</ul>
<p>This is much more than is required for this example, but I was having fun playing with random colors and timing and options. I figured it diesn&#8217;t hurt to show the effect you can have with a couple different variables on one file. Here is an example using the object tags above:<br />

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_flashvars_as3_1528553320"
			class="flashmovie"
			width="200"
			height="200">
	<param name="movie" value="http://blog.circlecube.com/wp-content/uploads/2009/12/flashvars_as3.swf" />
	<param name="flashvars" value="colors=0xFF0000,0x0FF000,0x00FF00,0x000FF0,0X0000FF,0xF0000F&#038&amp;delay=.66&#038&amp;loop=true&#038&amp;random=false" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://blog.circlecube.com/wp-content/uploads/2009/12/flashvars_as3.swf"
			name="fm_flashvars_as3_1528553320"
			width="200"
			height="200">
		<param name="flashvars" value="colors=0xFF0000,0x0FF000,0x00FF00,0x000FF0,0X0000FF,0xF0000F&#038&amp;delay=.66&#038&amp;loop=true&#038&amp;random=false" />
	<!--<![endif]-->
		
<p><a href="http://adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p><a href="/wp-content/uploads/2009/12/flashvars_as3.html">And here are some more (please don&#8217;t have a seizure!)</a></p>
<p>Here&#8217;s the full source if you&#8217;re interested:</p>
<div class="codecolorer-container actionscript mac-classic" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;height:400px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br />76<br />77<br />78<br />79<br />80<br />81<br />82<br />83<br />84<br />85<br />86<br />87<br />88<br />89<br />90<br />91<br />92<br />93<br />94<br />95<br />96<br />97<br />98<br />99<br />100<br />101<br />102<br />103<br />104<br />105<br />106<br />107<br />108<br />109<br />110<br />111<br />112<br />113<br />114<br />115<br />116<br />117<br />118<br />119<br />120<br />121<br />122<br />123<br />124<br />125<br />126<br />127<br /></div></td><td><div class="actionscript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #808080; font-style: italic;">/*<br />
circlecube.com<br />
<br />
App to demonstrate the process of getting flashvars from embed code to actionscript (as3)<br />
<br />
Displays colors specified.<br />
<br />
looking for 4 flashvars specifically (in any order):<br />
colors:String - a comma delimited list of hex colors or simply a string &quot;random&quot; for randomly generated colors (the hex for black #000000 needs to be 0x000000) (default is random)<br />
loop:Boolean - wether or not to repeat these colors (default is true)<br />
delay:Number - the delay between colors (in seconds). (default is 1 second)<br />
random:Boolean - determines wether to cycle through colors in given order or randomize. selecting random overrides the loop to true. (default is false)<br />
<br />
*/</span><br />
<br />
<span style="color: #808080; font-style: italic;">//initialize vars</span><br />
<span style="color: #000000; font-weight: bold;">var</span> myflashvars:<span style="color: #0066CC;">Object</span> = <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Object</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><br />
<span style="color: #000000; font-weight: bold;">var</span> myColors:<span style="color: #0066CC;">Array</span> = <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Array</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;random&quot;</span><span style="color: #66cc66;">&#41;</span>;<br />
<span style="color: #000000; font-weight: bold;">var</span> myLoop:<span style="color: #0066CC;">Boolean</span> = <span style="color: #000000; font-weight: bold;">true</span>;<br />
<span style="color: #000000; font-weight: bold;">var</span> myDelay:<span style="color: #0066CC;">Number</span> = <span style="color: #cc66cc;">1</span>;<br />
<span style="color: #000000; font-weight: bold;">var</span> randomOrder:<span style="color: #0066CC;">Boolean</span> = <span style="color: #000000; font-weight: bold;">false</span>;<br />
<span style="color: #000000; font-weight: bold;">var</span> allRandom:<span style="color: #0066CC;">Boolean</span> = <span style="color: #000000; font-weight: bold;">false</span>;<br />
<span style="color: #808080; font-style: italic;">//read flashvars in actionscript3</span><br />
<span style="color: #808080; font-style: italic;">//if colors flashvars doesn't exist use these defaults </span><br />
<span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">!</span><span style="color: #0066CC;">this</span>.<span style="color: #006600;">loaderInfo</span>.<span style="color: #006600;">parameters</span>.<span style="color: #006600;">colors</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span> <br />
&nbsp; &nbsp; myflashvars = <span style="color: #66cc66;">&#123;</span>colors: <span style="color: #ff0000;">&quot;random&quot;</span>, delay: 1<span style="color: #66cc66;">&#125;</span>;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #b1b100;">else</span><span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; myflashvars = <span style="color: #0066CC;">this</span>.<span style="color: #006600;">loaderInfo</span>.<span style="color: #006600;">parameters</span>;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #808080; font-style: italic;">//assign flashvars to variables within flash</span><br />
<span style="color: #b1b100;">for</span> <span style="color: #66cc66;">&#40;</span><span style="color: #000000; font-weight: bold;">var</span> item:<span style="color: #0066CC;">String</span> <span style="color: #b1b100;">in</span> myflashvars<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #0066CC;">trace</span><span style="color: #66cc66;">&#40;</span>item + <span style="color: #ff0000;">&quot;:<span style="color: #000099; font-weight: bold;">\t</span>&quot;</span> + myflashvars<span style="color: #66cc66;">&#91;</span>item<span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>item == <span style="color: #ff0000;">&quot;colors&quot;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; myColors = myflashvars<span style="color: #66cc66;">&#91;</span>item<span style="color: #66cc66;">&#93;</span>.<span style="color: #0066CC;">split</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">','</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span><br />
&nbsp; &nbsp; <span style="color: #b1b100;">else</span> <span style="color: #b1b100;">if</span><span style="color: #66cc66;">&#40;</span>item == <span style="color: #ff0000;">&quot;loop&quot;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; myLoop = parseBoolean<span style="color: #66cc66;">&#40;</span>myflashvars<span style="color: #66cc66;">&#91;</span>item<span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span><br />
&nbsp; &nbsp; <span style="color: #b1b100;">else</span> <span style="color: #b1b100;">if</span><span style="color: #66cc66;">&#40;</span>item == <span style="color: #ff0000;">&quot;delay&quot;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; myDelay = myflashvars<span style="color: #66cc66;">&#91;</span>item<span style="color: #66cc66;">&#93;</span>;<br />
&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span><br />
&nbsp; &nbsp; <span style="color: #b1b100;">else</span> <span style="color: #b1b100;">if</span><span style="color: #66cc66;">&#40;</span>item == <span style="color: #ff0000;">&quot;random&quot;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; randomOrder = parseBoolean<span style="color: #66cc66;">&#40;</span>myflashvars<span style="color: #66cc66;">&#91;</span>item<span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span><br />
<span style="color: #66cc66;">&#125;</span><br />
<br />
<span style="color: #808080; font-style: italic;">//use my variables!</span><br />
<span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>myColors<span style="color: #66cc66;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #66cc66;">&#93;</span> == <span style="color: #ff0000;">&quot;random&quot;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; allRandom = <span style="color: #000000; font-weight: bold;">true</span>;<br />
&nbsp; &nbsp; <br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #000000; font-weight: bold;">var</span> counter:Timer = <span style="color: #000000; font-weight: bold;">new</span> Timer<span style="color: #66cc66;">&#40;</span>myDelay <span style="color: #66cc66;">*</span> 1000<span style="color: #66cc66;">&#41;</span>;<br />
counter.<span style="color: #006600;">addEventListener</span><span style="color: #66cc66;">&#40;</span>TimerEvent.<span style="color: #006600;">TIMER</span>, nextColor<span style="color: #66cc66;">&#41;</span>;<br />
<span style="color: #0066CC;">trace</span> <span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;color number: 0&quot;</span>, <span style="color: #ff0000;">&quot;color hex: &quot;</span>+myColors<span style="color: #66cc66;">&#91;</span>0<span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span>;<br />
setColor<span style="color: #66cc66;">&#40;</span>myBox, myColors<span style="color: #66cc66;">&#91;</span>0<span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span>;<br />
<br />
counter.<span style="color: #0066CC;">start</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
<span style="color: #0066CC;">stop</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
<span style="color: #000000; font-weight: bold;">function</span> nextColor<span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">e</span>:Event<span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">void</span><span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #808080; font-style: italic;">//cycle through colors</span><br />
&nbsp; &nbsp; <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">!</span>allRandom <span style="color: #66cc66;">&amp;&amp;</span> <span style="color: #66cc66;">!</span>randomOrder<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>counter.<span style="color: #006600;">currentCount</span>+2 <span style="color: #66cc66;">&gt;</span> myColors.<span style="color: #0066CC;">length</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>myLoop == <span style="color: #000000; font-weight: bold;">true</span> <span style="color: #66cc66;">||</span> myLoop == <span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; counter.<span style="color: #006600;">reset</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; counter.<span style="color: #0066CC;">start</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">else</span><span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; counter.<span style="color: #0066CC;">stop</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0066CC;">trace</span> <span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;color number: &quot;</span>+counter.<span style="color: #006600;">currentCount</span>, <span style="color: #ff0000;">&quot;color hex: &quot;</span>+myColors<span style="color: #66cc66;">&#91;</span>counter.<span style="color: #006600;">currentCount</span><span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; setColor<span style="color: #66cc66;">&#40;</span>myBox, myColors<span style="color: #66cc66;">&#91;</span>counter.<span style="color: #006600;">currentCount</span> - 1<span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span><br />
&nbsp; &nbsp; <span style="color: #808080; font-style: italic;">//randomly select a color from the myColors array</span><br />
&nbsp; &nbsp; <span style="color: #b1b100;">else</span> <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">!</span>allRandom <span style="color: #66cc66;">&amp;&amp;</span> randomOrder<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">var</span> randomColor = <span style="color: #0066CC;">Math</span>.<span style="color: #0066CC;">floor</span><span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">Math</span>.<span style="color: #0066CC;">random</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">*</span> myColors.<span style="color: #0066CC;">length</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0066CC;">trace</span> <span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;random number: &quot;</span>+randomColor, <span style="color: #ff0000;">&quot;color hex: &quot;</span>+myColors<span style="color: #66cc66;">&#91;</span>randomColor<span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; setColor<span style="color: #66cc66;">&#40;</span>myBox, myColors<span style="color: #66cc66;">&#91;</span>randomColor<span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span><br />
&nbsp; &nbsp; <span style="color: #808080; font-style: italic;">//randomly create colors</span><br />
&nbsp; &nbsp; <span style="color: #b1b100;">else</span><span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0066CC;">trace</span> <span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;number: &quot;</span>+counter.<span style="color: #006600;">currentCount</span>, <span style="color: #ff0000;">&quot;color hex: &quot;</span>+myColors<span style="color: #66cc66;">&#91;</span>0<span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; setColor<span style="color: #66cc66;">&#40;</span>myBox, myColors<span style="color: #66cc66;">&#91;</span>0<span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span><br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #000000; font-weight: bold;">function</span> setColor<span style="color: #66cc66;">&#40;</span>item:DisplayObject, col<span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">void</span><span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>col == <span style="color: #ff0000;">&quot;random&quot;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; setRandomColor<span style="color: #66cc66;">&#40;</span>item<span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span><br />
&nbsp; &nbsp; <span style="color: #b1b100;">else</span><span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; setHexColor<span style="color: #66cc66;">&#40;</span>item, col<span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span><br />
&nbsp; &nbsp; <br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #000000; font-weight: bold;">function</span> setHexColor<span style="color: #66cc66;">&#40;</span>item:DisplayObject, col:<span style="color: #0066CC;">Number</span><span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">void</span> <span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">var</span> myColor:ColorTransform &nbsp;= &nbsp;item.<span style="color: #006600;">transform</span>.<span style="color: #006600;">colorTransform</span>;<br />
&nbsp; &nbsp; <span style="color: #808080; font-style: italic;">//check color bounds</span><br />
&nbsp; &nbsp; <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>col <span style="color: #66cc66;">&gt;</span> 16777215<span style="color: #66cc66;">&#41;</span> col = <span style="color: #cc66cc;">16777215</span>;<br />
&nbsp; &nbsp; <span style="color: #b1b100;">else</span> <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>col <span style="color: #66cc66;">&lt;</span> 0<span style="color: #66cc66;">&#41;</span> col = <span style="color: #cc66cc;">0</span>;<br />
&nbsp; &nbsp; myColor.<span style="color: #0066CC;">color</span> = col;<br />
&nbsp; &nbsp; item.<span style="color: #006600;">transform</span>.<span style="color: #006600;">colorTransform</span> = myColor;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #000000; font-weight: bold;">function</span> setRandomColor<span style="color: #66cc66;">&#40;</span>item:DisplayObject<span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">void</span><span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; setColor<span style="color: #66cc66;">&#40;</span>item, <span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">Math</span>.<span style="color: #0066CC;">floor</span><span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">Math</span>.<span style="color: #0066CC;">random</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">*</span> 16777215<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #000000; font-weight: bold;">function</span> parseBoolean<span style="color: #66cc66;">&#40;</span>str:<span style="color: #0066CC;">String</span><span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">Boolean</span><br />
<span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #b1b100;">switch</span><span style="color: #66cc66;">&#40;</span>str.<span style="color: #0066CC;">toLowerCase</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><br />
&nbsp; &nbsp; <span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">// Check for true values</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">case</span> <span style="color: #ff0000;">&quot;1&quot;</span>:<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">case</span> <span style="color: #ff0000;">&quot;true&quot;</span>:<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">case</span> <span style="color: #ff0000;">&quot;yes&quot;</span>:<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">return</span> <span style="color: #000000; font-weight: bold;">true</span>;<br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">// Check for false values</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">case</span> <span style="color: #ff0000;">&quot;0&quot;</span>:<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">case</span> <span style="color: #ff0000;">&quot;false&quot;</span>:<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">case</span> <span style="color: #ff0000;">&quot;no&quot;</span>:<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">return</span> <span style="color: #000000; font-weight: bold;">false</span>;<br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">// If all else fails cast string</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">default</span>:<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">return</span> <span style="color: #0066CC;">Boolean</span><span style="color: #66cc66;">&#40;</span>str<span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span><br />
<span style="color: #66cc66;">&#125;</span></div></td></tr></tbody></table></div>






	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F12%2Ftutorial%2Fflashvars-and-as3%2F&amp;title=Flashvars%20and%20as3&amp;notes=Flashvars%20and%20actionscript%203%21%20Flashvar%20is%20a%20way%20that%20in%20your%20html%20embed%20codes%20%28object%20tags%29%20you%20can%20send%20variables%20and%20values%20into%20your%20swf%20file.%20These%20variables%20can%20then%20be%20grabbed%20internally%20and%20used%20your%20programming%21%20Examples%20of%20these%20could%20be%20ima" title="del.icio.us"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F12%2Ftutorial%2Fflashvars-and-as3%2F&amp;title=Flashvars%20and%20as3&amp;bodytext=Flashvars%20and%20actionscript%203%21%20Flashvar%20is%20a%20way%20that%20in%20your%20html%20embed%20codes%20%28object%20tags%29%20you%20can%20send%20variables%20and%20values%20into%20your%20swf%20file.%20These%20variables%20can%20then%20be%20grabbed%20internally%20and%20used%20your%20programming%21%20Examples%20of%20these%20could%20be%20ima" title="Digg"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Flashvars%20and%20as3&amp;body=http%3A%2F%2Fblog.circlecube.com%2F2009%2F12%2Ftutorial%2Fflashvars-and-as3%2F" title="email"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.circlecube.com%2F2009%2F12%2Ftutorial%2Fflashvars-and-as3%2F&amp;t=Flashvars%20and%20as3" title="Facebook"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Flashvars%20and%20as3&amp;link=http%3A%2F%2Fblog.circlecube.com%2F2009%2F12%2Ftutorial%2Fflashvars-and-as3%2F" title="FriendFeed"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.circlecube.com%2F2009%2F12%2Ftutorial%2Fflashvars-and-as3%2F&amp;title=Flashvars%20and%20as3&amp;annotation=Flashvars%20and%20actionscript%203%21%20Flashvar%20is%20a%20way%20that%20in%20your%20html%20embed%20codes%20%28object%20tags%29%20you%20can%20send%20variables%20and%20values%20into%20your%20swf%20file.%20These%20variables%20can%20then%20be%20grabbed%20internally%20and%20used%20your%20programming%21%20Examples%20of%20these%20could%20be%20ima" title="Google Bookmarks"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.hexosearch.com/se/submit.aspx?zlvz=&zqz=&zurlz=http%3A%2F%2Fblog.circlecube.com%2F2009%2F12%2Ftutorial%2Fflashvars-and-as3%2F&ztz=Flashvars%20and%20as3" title="Hexosearch"><img src="http://blog.circlecube.com/wp-content/logo16x16.png" title="Hexosearch" alt="Hexosearch" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F12%2Ftutorial%2Fflashvars-and-as3%2F&amp;title=Flashvars%20and%20as3&amp;source=circlecube+Evan%26%23039%3Bs+Interactive+Actionscript+Exploration&amp;summary=Flashvars%20and%20actionscript%203%21%20Flashvar%20is%20a%20way%20that%20in%20your%20html%20embed%20codes%20%28object%20tags%29%20you%20can%20send%20variables%20and%20values%20into%20your%20swf%20file.%20These%20variables%20can%20then%20be%20grabbed%20internally%20and%20used%20your%20programming%21%20Examples%20of%20these%20could%20be%20ima" title="LinkedIn"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F12%2Ftutorial%2Fflashvars-and-as3%2F&amp;title=Flashvars%20and%20as3" title="Mixx"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F12%2Ftutorial%2Fflashvars-and-as3%2F&amp;partner=sociable" title="Print"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F12%2Ftutorial%2Fflashvars-and-as3%2F&amp;partner=sociable" title="PDF"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F12%2Ftutorial%2Fflashvars-and-as3%2F&amp;title=Flashvars%20and%20as3" title="StumbleUpon"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.circlecube.com%2F2009%2F12%2Ftutorial%2Fflashvars-and-as3%2F" title="Technorati"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Flashvars%20and%20as3%20-%20http%3A%2F%2Fblog.circlecube.com%2F2009%2F12%2Ftutorial%2Fflashvars-and-as3%2F" title="Twitter"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://blog.circlecube.com/feed/" title="RSS"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>


<br/><br/><img src="http://feeds.feedburner.com/~r/circlecube/~4/COxadjNdTjY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.circlecube.com/2009/12/tutorial/flashvars-and-as3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tutorial to Create a Responsive Image Scroller in ActionScript 3.0</title>
		<link>http://blog.circlecube.com/2009/08/tutorial/tutorial-to-create-a-responsive-image-scroller-in-actionscript-3-0/</link>
		<comments>http://blog.circlecube.com/2009/08/tutorial/tutorial-to-create-a-responsive-image-scroller-in-actionscript-3-0/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 18:55:02 +0000</pubDate>
		<dc:creator>Evan Mullins</dc:creator>
				<category><![CDATA[portfolio]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[physics]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://blog.circlecube.com/?p=1212</guid>
		<description><![CDATA[<a href="http://blog.circlecube.com/2009/08/tutorial/tutorial-to-create-a-responsive-image-scroller-in-actionscript-3-0/"><img align="left" hspace="5" width="150" src="http://blog.circlecube.com/wp-content/uploads/2009/08/responsive-images-scroller-as3-thumb-150x150.jpg" class="alignleft wp-post-image tfe" alt="responsive-images-scroller-as3-thumb" title="responsive-images-scroller-as3-thumb" /></a>
I&#8217;ve written a tutorial which is published over at flash.tutsplus. This tutorial demonstrates how to create a horizontally scrolling image viewer and covers xml parsing, loading and resizing external images, and creating intuitive and responsive scrolling!

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_image-scroller-example_1297851831"
			class="flashmovie"
			width="550"
			height="137">
	<param name="movie" value="http://blog.circlecube.com/wp-content/uploads/2009/07/image-scroller-example.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://blog.circlecube.com/wp-content/uploads/2009/07/image-scroller-example.swf"
			name="fm_image-scroller-example_1297851831"
			width="550"
			height="137">
	<!--<![endif]-->
		


	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
So check out the Tutorial to Create a Responsive Image Scroller in ActionScript 3.0 [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.circlecube.com/wp-content/uploads/2009/08/responsive-images-scroller-as3-thumb-150x150.jpg" alt="responsive-images-scroller-as3-thumb" title="responsive-images-scroller-as3-thumb" width="150" height="150" class="alignleft size-thumbnail wp-image-1213" /></p>
<p>I&#8217;ve written a tutorial which is published over at flash.tutsplus. This tutorial demonstrates how to create a horizontally scrolling image viewer and covers xml parsing, loading and resizing external images, and creating intuitive and responsive scrolling!</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_image-scroller-example_1052136900"
			class="flashmovie"
			width="550"
			height="137">
	<param name="movie" value="http://blog.circlecube.com/wp-content/uploads/2009/07/image-scroller-example.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://blog.circlecube.com/wp-content/uploads/2009/07/image-scroller-example.swf"
			name="fm_image-scroller-example_1052136900"
			width="550"
			height="137">
	<!--<![endif]-->
		
<p><a href="http://adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<h3>So check out the <a href="http://active.tutsplus.com/tutorials/xml/create-a-responsive-xml-image-scroller-in-actionscript-3-0/">Tutorial to Create a Responsive Image Scroller in ActionScript 3.0</a> over at flash.tutsplus.com!</h3>
<p><a href="http://active.tutsplus.com/tutorials/xml/create-a-responsive-xml-image-scroller-in-actionscript-3-0/"><img src="http://flashtuts.s3.amazonaws.com/source.jpg" alt="source" width="160" height="50" class="alignleft" /><img src="http://flashtuts.s3.amazonaws.com/demo.jpg" alt="demo" width="160" height="50" class="alignleft" /><img src="http://flashtuts.s3.amazonaws.com/milestone.jpg" alt="milestone" width="160" height="50" class="alignleft" /></a>
<p>You&#8217;ll find full source code available for download as well as the demo files and step by step milestones all throughout the tutorial.</p>






	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F08%2Ftutorial%2Ftutorial-to-create-a-responsive-image-scroller-in-actionscript-3-0%2F&amp;title=Tutorial%20to%20Create%20a%20Responsive%20Image%20Scroller%20in%20ActionScript%203.0&amp;notes=%0D%0AI%27ve%20written%20a%20tutorial%20which%20is%20published%20over%20at%20flash.tutsplus.%20This%20tutorial%20demonstrates%20how%20to%20create%20a%20horizontally%20scrolling%20image%20viewer%20and%20covers%20xml%20parsing%2C%20loading%20and%20resizing%20external%20images%2C%20and%20creating%20intuitive%20and%20responsive%20sc" title="del.icio.us"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F08%2Ftutorial%2Ftutorial-to-create-a-responsive-image-scroller-in-actionscript-3-0%2F&amp;title=Tutorial%20to%20Create%20a%20Responsive%20Image%20Scroller%20in%20ActionScript%203.0&amp;bodytext=%0D%0AI%27ve%20written%20a%20tutorial%20which%20is%20published%20over%20at%20flash.tutsplus.%20This%20tutorial%20demonstrates%20how%20to%20create%20a%20horizontally%20scrolling%20image%20viewer%20and%20covers%20xml%20parsing%2C%20loading%20and%20resizing%20external%20images%2C%20and%20creating%20intuitive%20and%20responsive%20sc" title="Digg"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Tutorial%20to%20Create%20a%20Responsive%20Image%20Scroller%20in%20ActionScript%203.0&amp;body=http%3A%2F%2Fblog.circlecube.com%2F2009%2F08%2Ftutorial%2Ftutorial-to-create-a-responsive-image-scroller-in-actionscript-3-0%2F" title="email"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.circlecube.com%2F2009%2F08%2Ftutorial%2Ftutorial-to-create-a-responsive-image-scroller-in-actionscript-3-0%2F&amp;t=Tutorial%20to%20Create%20a%20Responsive%20Image%20Scroller%20in%20ActionScript%203.0" title="Facebook"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Tutorial%20to%20Create%20a%20Responsive%20Image%20Scroller%20in%20ActionScript%203.0&amp;link=http%3A%2F%2Fblog.circlecube.com%2F2009%2F08%2Ftutorial%2Ftutorial-to-create-a-responsive-image-scroller-in-actionscript-3-0%2F" title="FriendFeed"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.circlecube.com%2F2009%2F08%2Ftutorial%2Ftutorial-to-create-a-responsive-image-scroller-in-actionscript-3-0%2F&amp;title=Tutorial%20to%20Create%20a%20Responsive%20Image%20Scroller%20in%20ActionScript%203.0&amp;annotation=%0D%0AI%27ve%20written%20a%20tutorial%20which%20is%20published%20over%20at%20flash.tutsplus.%20This%20tutorial%20demonstrates%20how%20to%20create%20a%20horizontally%20scrolling%20image%20viewer%20and%20covers%20xml%20parsing%2C%20loading%20and%20resizing%20external%20images%2C%20and%20creating%20intuitive%20and%20responsive%20sc" title="Google Bookmarks"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.hexosearch.com/se/submit.aspx?zlvz=&zqz=&zurlz=http%3A%2F%2Fblog.circlecube.com%2F2009%2F08%2Ftutorial%2Ftutorial-to-create-a-responsive-image-scroller-in-actionscript-3-0%2F&ztz=Tutorial%20to%20Create%20a%20Responsive%20Image%20Scroller%20in%20ActionScript%203.0" title="Hexosearch"><img src="http://blog.circlecube.com/wp-content/logo16x16.png" title="Hexosearch" alt="Hexosearch" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F08%2Ftutorial%2Ftutorial-to-create-a-responsive-image-scroller-in-actionscript-3-0%2F&amp;title=Tutorial%20to%20Create%20a%20Responsive%20Image%20Scroller%20in%20ActionScript%203.0&amp;source=circlecube+Evan%26%23039%3Bs+Interactive+Actionscript+Exploration&amp;summary=%0D%0AI%27ve%20written%20a%20tutorial%20which%20is%20published%20over%20at%20flash.tutsplus.%20This%20tutorial%20demonstrates%20how%20to%20create%20a%20horizontally%20scrolling%20image%20viewer%20and%20covers%20xml%20parsing%2C%20loading%20and%20resizing%20external%20images%2C%20and%20creating%20intuitive%20and%20responsive%20sc" title="LinkedIn"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F08%2Ftutorial%2Ftutorial-to-create-a-responsive-image-scroller-in-actionscript-3-0%2F&amp;title=Tutorial%20to%20Create%20a%20Responsive%20Image%20Scroller%20in%20ActionScript%203.0" title="Mixx"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F08%2Ftutorial%2Ftutorial-to-create-a-responsive-image-scroller-in-actionscript-3-0%2F&amp;partner=sociable" title="Print"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F08%2Ftutorial%2Ftutorial-to-create-a-responsive-image-scroller-in-actionscript-3-0%2F&amp;partner=sociable" title="PDF"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F08%2Ftutorial%2Ftutorial-to-create-a-responsive-image-scroller-in-actionscript-3-0%2F&amp;title=Tutorial%20to%20Create%20a%20Responsive%20Image%20Scroller%20in%20ActionScript%203.0" title="StumbleUpon"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.circlecube.com%2F2009%2F08%2Ftutorial%2Ftutorial-to-create-a-responsive-image-scroller-in-actionscript-3-0%2F" title="Technorati"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Tutorial%20to%20Create%20a%20Responsive%20Image%20Scroller%20in%20ActionScript%203.0%20-%20http%3A%2F%2Fblog.circlecube.com%2F2009%2F08%2Ftutorial%2Ftutorial-to-create-a-responsive-image-scroller-in-actionscript-3-0%2F" title="Twitter"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://blog.circlecube.com/feed/" title="RSS"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>


<br/><br/><img src="http://feeds.feedburner.com/~r/circlecube/~4/4-dQVSc3FmI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.circlecube.com/2009/08/tutorial/tutorial-to-create-a-responsive-image-scroller-in-actionscript-3-0/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>circlecube’s New Clothes – Theme Redesign</title>
		<link>http://blog.circlecube.com/2009/07/portfolio/circlecubes-new-clothes-theme-redesign/</link>
		<comments>http://blog.circlecube.com/2009/07/portfolio/circlecubes-new-clothes-theme-redesign/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 23:48:35 +0000</pubDate>
		<dc:creator>Evan Mullins</dc:creator>
				<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://blog.circlecube.com/?p=1014</guid>
		<description><![CDATA[<a href="http://blog.circlecube.com/2009/07/portfolio/circlecubes-new-clothes-theme-redesign/"><img align="left" hspace="5" width="150" src="http://blog.circlecube.com/wp-content/uploads/2009/07/Aviary-blog-circlecube-com-Picture-4-300x223.png" class="alignleft wp-post-image tfe" alt="blog-circlecube-com page" title="blog-circlecube-com page" /></a>Thanks for your patience as I&#8217;ve been tinkering with the theme, layout and css of circlecube.com.
The last theme I used was badly broken with the wordpress 2.8 update and then I noticed the developer actually discontinued support for the theme! So I had an opportunity to delve into wordpress theming. I&#8217;d been reading about child themes [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.circlecube.com/wp-content/uploads/2009/07/Aviary-blog-circlecube-com-Picture-4.png"><img class="aligncenter size-medium wp-image-1019" title="blog-circlecube-com page" src="http://blog.circlecube.com/wp-content/uploads/2009/07/Aviary-blog-circlecube-com-Picture-4-300x223.png" alt="blog-circlecube-com page" width="300" height="223" /></a>Thanks for your patience as I&#8217;ve been tinkering with the theme, layout and css of circlecube.com.</p>
<div id="attachment_1111" class="wp-caption alignleft" style="width: 160px"><a href="http://blog.circlecube.com/wp-content/uploads/2009/07/Aviary-blog-circlecube-com-Picture-1.png"><img src="http://blog.circlecube.com/wp-content/uploads/2009/07/Aviary-blog-circlecube-com-Picture-1-150x150.png" alt="old theme" title="Aviary blog-circlecube-com Picture 1" width="150" height="150" class="size-thumbnail wp-image-1111" /></a><p class="wp-caption-text">old theme</p></div>
<p>The last <a href="http://blog.circlecube.com/2008/11/portfolio/circlecube-freshens-up-for-you/">theme</a> I used was badly broken with the wordpress 2.8 update and then I noticed the developer actually discontinued support for the theme! So I had an opportunity to delve into wordpress theming. I&#8217;d been reading about child themes and wanted a nice stable basic parent theme to build from. Cue <a href="http://themeshaper.com/thematic/">thematic framework</a>. It was a great learning experience building a child theme for myself, many thanks to Ian Stewart for all the tips help and tuts to help me though it, not to mention for creating thematic .<br />
<div id="attachment_1018" class="wp-caption alignright" style="width: 160px"><a href="http://blog.circlecube.com/wp-content/uploads/2009/07/Aviary-blog-circlecube-com-Picture-3.png"><img src="http://blog.circlecube.com/wp-content/uploads/2009/07/Aviary-blog-circlecube-com-Picture-3-150x150.png" alt="new theme" title="blog-circlecube-com thematic theme single" width="150" height="150" class="size-thumbnail wp-image-1018" /></a><p class="wp-caption-text">new theme</p></div></p>
<p>I&#8217;ve kept the  color scheme and general look of the site the same. So the reason I&#8217;m going on about it is <em>I think</em> I&#8217;m finished&#8230; and I&#8217;m asking you to let me know if you see anything that looks odd or fishy, or even just want to make a suggestion or comment on how much you like/hate the redesign. Comment on this post or <a href="/contact">contact</a> me!</p>
<p>And as always, if there&#8217;s something you would like me to write about or have questions you can also contact me. I&#8217;ve even set up a poll in the sidebar showing post ideas I have which you can vote on and encourage me to write the one(s) you want most first! So let me know what you want, it encourages me to write more. And be sure to subscribe to the <a href="http://feeds.feedburner.com/circlecube">circlecube rss feed</a> so you won&#8217;t miss anything that&#8217;s coming up!</p>






	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fcirclecubes-new-clothes-theme-redesign%2F&amp;title=circlecube%27s%20New%20Clothes%20-%20Theme%20Redesign&amp;notes=Thanks%20for%20your%20patience%20as%20I%27ve%20been%20tinkering%20with%20the%20theme%2C%20layout%20and%20css%20of%20circlecube.com.%0D%0A%0D%0A%0D%0A%0D%0AThe%20last%20theme%20I%C2%A0used%20was%20badly%20broken%20with%20the%20wordpress%202.8%20update%20and%20then%20I%20noticed%20the%20developer%20actually%20discontinued%20support%20for%20the%20them" title="del.icio.us"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fcirclecubes-new-clothes-theme-redesign%2F&amp;title=circlecube%27s%20New%20Clothes%20-%20Theme%20Redesign&amp;bodytext=Thanks%20for%20your%20patience%20as%20I%27ve%20been%20tinkering%20with%20the%20theme%2C%20layout%20and%20css%20of%20circlecube.com.%0D%0A%0D%0A%0D%0A%0D%0AThe%20last%20theme%20I%C2%A0used%20was%20badly%20broken%20with%20the%20wordpress%202.8%20update%20and%20then%20I%20noticed%20the%20developer%20actually%20discontinued%20support%20for%20the%20them" title="Digg"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=circlecube%27s%20New%20Clothes%20-%20Theme%20Redesign&amp;body=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fcirclecubes-new-clothes-theme-redesign%2F" title="email"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fcirclecubes-new-clothes-theme-redesign%2F&amp;t=circlecube%27s%20New%20Clothes%20-%20Theme%20Redesign" title="Facebook"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=circlecube%27s%20New%20Clothes%20-%20Theme%20Redesign&amp;link=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fcirclecubes-new-clothes-theme-redesign%2F" title="FriendFeed"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fcirclecubes-new-clothes-theme-redesign%2F&amp;title=circlecube%27s%20New%20Clothes%20-%20Theme%20Redesign&amp;annotation=Thanks%20for%20your%20patience%20as%20I%27ve%20been%20tinkering%20with%20the%20theme%2C%20layout%20and%20css%20of%20circlecube.com.%0D%0A%0D%0A%0D%0A%0D%0AThe%20last%20theme%20I%C2%A0used%20was%20badly%20broken%20with%20the%20wordpress%202.8%20update%20and%20then%20I%20noticed%20the%20developer%20actually%20discontinued%20support%20for%20the%20them" title="Google Bookmarks"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.hexosearch.com/se/submit.aspx?zlvz=&zqz=&zurlz=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fcirclecubes-new-clothes-theme-redesign%2F&ztz=circlecube%27s%20New%20Clothes%20-%20Theme%20Redesign" title="Hexosearch"><img src="http://blog.circlecube.com/wp-content/logo16x16.png" title="Hexosearch" alt="Hexosearch" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fcirclecubes-new-clothes-theme-redesign%2F&amp;title=circlecube%27s%20New%20Clothes%20-%20Theme%20Redesign&amp;source=circlecube+Evan%26%23039%3Bs+Interactive+Actionscript+Exploration&amp;summary=Thanks%20for%20your%20patience%20as%20I%27ve%20been%20tinkering%20with%20the%20theme%2C%20layout%20and%20css%20of%20circlecube.com.%0D%0A%0D%0A%0D%0A%0D%0AThe%20last%20theme%20I%C2%A0used%20was%20badly%20broken%20with%20the%20wordpress%202.8%20update%20and%20then%20I%20noticed%20the%20developer%20actually%20discontinued%20support%20for%20the%20them" title="LinkedIn"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fcirclecubes-new-clothes-theme-redesign%2F&amp;title=circlecube%27s%20New%20Clothes%20-%20Theme%20Redesign" title="Mixx"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fcirclecubes-new-clothes-theme-redesign%2F&amp;partner=sociable" title="Print"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fcirclecubes-new-clothes-theme-redesign%2F&amp;partner=sociable" title="PDF"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fcirclecubes-new-clothes-theme-redesign%2F&amp;title=circlecube%27s%20New%20Clothes%20-%20Theme%20Redesign" title="StumbleUpon"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fcirclecubes-new-clothes-theme-redesign%2F" title="Technorati"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=circlecube%27s%20New%20Clothes%20-%20Theme%20Redesign%20-%20http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fcirclecubes-new-clothes-theme-redesign%2F" title="Twitter"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://blog.circlecube.com/feed/" title="RSS"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>


<br/><br/><img src="http://feeds.feedburner.com/~r/circlecube/~4/x3-WbbpRWH4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.circlecube.com/2009/07/portfolio/circlecubes-new-clothes-theme-redesign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stomper999</title>
		<link>http://blog.circlecube.com/2009/07/portfolio/stomper999/</link>
		<comments>http://blog.circlecube.com/2009/07/portfolio/stomper999/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 21:44:49 +0000</pubDate>
		<dc:creator>Evan Mullins</dc:creator>
				<category><![CDATA[portfolio]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flashDen]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[physics]]></category>
		<category><![CDATA[stompernet]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://blog.circlecube.com/?p=996</guid>
		<description><![CDATA[<a href="http://blog.circlecube.com/2009/07/portfolio/stomper999/"><img align="left" hspace="5" width="150" src="http://blog.circlecube.com/wp-content/uploads/2009/07/stomper999-black-300x258.png" class="alignleft wp-post-image tfe" alt="stomper999-black" title="stomper999-black" /></a>Interactive Design project for StomperNet&#8217;s tease of the announced reveal on 09/09/09 at 09:09:09!
&#8220;Online Marketing Changes Forever!&#8221;

Wanted it to be unexpected, and I think we hit it! Check it out live at stomper999.com!

Details:
For this project I used flash, html, css and javascript. Tweener for the fading effects. Found a nice stock flash from flashDen for [...]]]></description>
			<content:encoded><![CDATA[<p>Interactive Design project for StomperNet&#8217;s tease of the announced reveal on 09/09/09 at 09:09:09!<br />
<h3>&#8220;Online Marketing Changes Forever!&#8221;</h3>
<p><a href="http://blog.circlecube.com/wp-content/uploads/2009/07/stomper999-black.png"><img src="http://blog.circlecube.com/wp-content/uploads/2009/07/stomper999-black-300x258.png" alt="stomper999-black" title="stomper999-black" width="300" height="258" class="aligncenter size-medium wp-image-997" /></a><br />
Wanted it to be unexpected, and I think we hit it! Check it out live at <a rel="nofollow" href="http://www.stomper999.com" target="_blank">stomper999.com</a>!<br />
<a href="http://blog.circlecube.com/wp-content/uploads/2009/07/stomper999-white.png"><img src="http://blog.circlecube.com/wp-content/uploads/2009/07/stomper999-white-300x258.png" alt="stomper999-white" title="stomper999-white" width="300" height="258" class="aligncenter size-medium wp-image-998" /></a></p>
<blockquote><p>Details:<br />
For this project I used flash, html, css and javascript. <a rel="nofollow" href="http://code.google.com/p/tweener/" target="_blank">Tweener</a> for the fading effects. Found a nice stock flash from <a rel="nofollow" href="http://flashden.net/?ref=Circlecube" target="_blank">flashDen</a> for the <a rel="nofollow" href="http://flashden.net/item/flash-analogue-countdown-clock/13036?page=1&amp;ref=Circlecube" target="_blank">countdown</a> and used <a rel="nofollow" href="http://jquery.com" target="_blank">jquery</a> and the <a rel="nofollow" href="http://plugins.jquery.com/project/Easing" target="_blank">easing</a> and <a rel="nofollow" href="http://plugins.jquery.com/project/color" target="_blank">color</a> plugins.</p></blockquote>






	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fstomper999%2F&amp;title=Stomper999&amp;notes=Interactive%20Design%20project%20for%20StomperNet%27s%20tease%20of%20the%20announced%20reveal%20on%2009%2F09%2F09%20at%2009%3A09%3A09%21%22Online%20Marketing%20Changes%20Forever%21%22%0D%0A%0D%0AWanted%20it%20to%20be%20unexpected%2C%20and%20I%20think%20we%20hit%20it%21%20Check%20it%20out%20live%20at%20stomper999.com%21%0D%0A%0D%0ADetails%3A%0D%0AFor%20this%20pro" title="del.icio.us"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fstomper999%2F&amp;title=Stomper999&amp;bodytext=Interactive%20Design%20project%20for%20StomperNet%27s%20tease%20of%20the%20announced%20reveal%20on%2009%2F09%2F09%20at%2009%3A09%3A09%21%22Online%20Marketing%20Changes%20Forever%21%22%0D%0A%0D%0AWanted%20it%20to%20be%20unexpected%2C%20and%20I%20think%20we%20hit%20it%21%20Check%20it%20out%20live%20at%20stomper999.com%21%0D%0A%0D%0ADetails%3A%0D%0AFor%20this%20pro" title="Digg"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Stomper999&amp;body=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fstomper999%2F" title="email"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fstomper999%2F&amp;t=Stomper999" title="Facebook"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Stomper999&amp;link=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fstomper999%2F" title="FriendFeed"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fstomper999%2F&amp;title=Stomper999&amp;annotation=Interactive%20Design%20project%20for%20StomperNet%27s%20tease%20of%20the%20announced%20reveal%20on%2009%2F09%2F09%20at%2009%3A09%3A09%21%22Online%20Marketing%20Changes%20Forever%21%22%0D%0A%0D%0AWanted%20it%20to%20be%20unexpected%2C%20and%20I%20think%20we%20hit%20it%21%20Check%20it%20out%20live%20at%20stomper999.com%21%0D%0A%0D%0ADetails%3A%0D%0AFor%20this%20pro" title="Google Bookmarks"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.hexosearch.com/se/submit.aspx?zlvz=&zqz=&zurlz=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fstomper999%2F&ztz=Stomper999" title="Hexosearch"><img src="http://blog.circlecube.com/wp-content/logo16x16.png" title="Hexosearch" alt="Hexosearch" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fstomper999%2F&amp;title=Stomper999&amp;source=circlecube+Evan%26%23039%3Bs+Interactive+Actionscript+Exploration&amp;summary=Interactive%20Design%20project%20for%20StomperNet%27s%20tease%20of%20the%20announced%20reveal%20on%2009%2F09%2F09%20at%2009%3A09%3A09%21%22Online%20Marketing%20Changes%20Forever%21%22%0D%0A%0D%0AWanted%20it%20to%20be%20unexpected%2C%20and%20I%20think%20we%20hit%20it%21%20Check%20it%20out%20live%20at%20stomper999.com%21%0D%0A%0D%0ADetails%3A%0D%0AFor%20this%20pro" title="LinkedIn"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fstomper999%2F&amp;title=Stomper999" title="Mixx"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fstomper999%2F&amp;partner=sociable" title="Print"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fstomper999%2F&amp;partner=sociable" title="PDF"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fstomper999%2F&amp;title=Stomper999" title="StumbleUpon"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fstomper999%2F" title="Technorati"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Stomper999%20-%20http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fstomper999%2F" title="Twitter"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://blog.circlecube.com/feed/" title="RSS"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>


<br/><br/><img src="http://feeds.feedburner.com/~r/circlecube/~4/e0Lg-GIH7Mk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.circlecube.com/2009/07/portfolio/stomper999/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forthcoming Actionscript Image Scroller Tutorial</title>
		<link>http://blog.circlecube.com/2009/07/tutorial/forthcoming-actionscript-image-scroller-tutorial/</link>
		<comments>http://blog.circlecube.com/2009/07/tutorial/forthcoming-actionscript-image-scroller-tutorial/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 22:30:49 +0000</pubDate>
		<dc:creator>Evan Mullins</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://blog.circlecube.com/?p=975</guid>
		<description><![CDATA[<a href="http://blog.circlecube.com/2009/07/tutorial/forthcoming-actionscript-image-scroller-tutorial/"><img align="left" hspace="5" width="150" src="http://blog.circlecube.com/wp-content/uploads/2009/07/image-scroller-thumbnail1.jpg" class="alignleft wp-post-image tfe" alt="image-scroller-thumbnail" title="image-scroller-thumbnail" /></a>
Here is a preview of a file I&#8217;m writing a tutorial for. It&#8217;s nothing groundbreaking, but it deals with many normal tasks and will show my process a bit. This tutorial will show how to create a horizontally scrolling image viewer. It will cover xml loading &#038; parsing, loading &#038; resizing external images to fit [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.circlecube.com/wp-content/uploads/2009/07/image-scroller-thumbnail1.jpg" alt="image-scroller-thumbnail" title="image-scroller-thumbnail" width="440" height="142" class="aligncenter size-full wp-image-980" /></p>
<p>Here is a preview of a file I&#8217;m writing a tutorial for. It&#8217;s nothing groundbreaking, but it deals with many normal tasks and will show my process a bit. This tutorial will show how to create a horizontally scrolling image viewer. It will cover xml loading &#038; parsing, loading &#038; resizing external images to fit into a scrollable container, and creating intuitive and responsive scrolling!</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_image-scroller-example_1463770586"
			class="flashmovie"
			width="550"
			height="137">
	<param name="movie" value="http://blog.circlecube.com/wp-content/uploads/2009/07/image-scroller-example.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://blog.circlecube.com/wp-content/uploads/2009/07/image-scroller-example.swf"
			name="fm_image-scroller-example_1463770586"
			width="550"
			height="137">
	<!--<![endif]-->
		
<p><a href="http://adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p>Let me know what you think, and if there&#8217;s anything you want specifically mentioned/explained in it I&#8217;ll do my best! Or if you have any ideas of how this could be improved.</p>
<blockquote><p>Update: The article/tutorial has now been published follow the link to the<a href="http://blog.circlecube.com/2009/08/tutorial/tutorial-to-create-a-responsive-image-scroller-in-actionscript-3-0/">Tutorial to Create a Responsive Image Scroller in ActionScript 3.0</a></p></blockquote>






	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Ftutorial%2Fforthcoming-actionscript-image-scroller-tutorial%2F&amp;title=Forthcoming%20Actionscript%20Image%20Scroller%20Tutorial&amp;notes=%0D%0AHere%20is%20a%20preview%20of%20a%20file%20I%27m%20writing%20a%20tutorial%20for.%20It%27s%20nothing%20groundbreaking%2C%20but%20it%20deals%20with%20many%20normal%20tasks%20and%20will%20show%20my%20process%20a%20bit.%20This%20tutorial%20will%20show%20how%20to%20create%20a%20horizontally%20scrolling%20image%20viewer.%20It%20will%20cover%20xml%20" title="del.icio.us"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Ftutorial%2Fforthcoming-actionscript-image-scroller-tutorial%2F&amp;title=Forthcoming%20Actionscript%20Image%20Scroller%20Tutorial&amp;bodytext=%0D%0AHere%20is%20a%20preview%20of%20a%20file%20I%27m%20writing%20a%20tutorial%20for.%20It%27s%20nothing%20groundbreaking%2C%20but%20it%20deals%20with%20many%20normal%20tasks%20and%20will%20show%20my%20process%20a%20bit.%20This%20tutorial%20will%20show%20how%20to%20create%20a%20horizontally%20scrolling%20image%20viewer.%20It%20will%20cover%20xml%20" title="Digg"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Forthcoming%20Actionscript%20Image%20Scroller%20Tutorial&amp;body=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Ftutorial%2Fforthcoming-actionscript-image-scroller-tutorial%2F" title="email"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Ftutorial%2Fforthcoming-actionscript-image-scroller-tutorial%2F&amp;t=Forthcoming%20Actionscript%20Image%20Scroller%20Tutorial" title="Facebook"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Forthcoming%20Actionscript%20Image%20Scroller%20Tutorial&amp;link=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Ftutorial%2Fforthcoming-actionscript-image-scroller-tutorial%2F" title="FriendFeed"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Ftutorial%2Fforthcoming-actionscript-image-scroller-tutorial%2F&amp;title=Forthcoming%20Actionscript%20Image%20Scroller%20Tutorial&amp;annotation=%0D%0AHere%20is%20a%20preview%20of%20a%20file%20I%27m%20writing%20a%20tutorial%20for.%20It%27s%20nothing%20groundbreaking%2C%20but%20it%20deals%20with%20many%20normal%20tasks%20and%20will%20show%20my%20process%20a%20bit.%20This%20tutorial%20will%20show%20how%20to%20create%20a%20horizontally%20scrolling%20image%20viewer.%20It%20will%20cover%20xml%20" title="Google Bookmarks"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.hexosearch.com/se/submit.aspx?zlvz=&zqz=&zurlz=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Ftutorial%2Fforthcoming-actionscript-image-scroller-tutorial%2F&ztz=Forthcoming%20Actionscript%20Image%20Scroller%20Tutorial" title="Hexosearch"><img src="http://blog.circlecube.com/wp-content/logo16x16.png" title="Hexosearch" alt="Hexosearch" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Ftutorial%2Fforthcoming-actionscript-image-scroller-tutorial%2F&amp;title=Forthcoming%20Actionscript%20Image%20Scroller%20Tutorial&amp;source=circlecube+Evan%26%23039%3Bs+Interactive+Actionscript+Exploration&amp;summary=%0D%0AHere%20is%20a%20preview%20of%20a%20file%20I%27m%20writing%20a%20tutorial%20for.%20It%27s%20nothing%20groundbreaking%2C%20but%20it%20deals%20with%20many%20normal%20tasks%20and%20will%20show%20my%20process%20a%20bit.%20This%20tutorial%20will%20show%20how%20to%20create%20a%20horizontally%20scrolling%20image%20viewer.%20It%20will%20cover%20xml%20" title="LinkedIn"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Ftutorial%2Fforthcoming-actionscript-image-scroller-tutorial%2F&amp;title=Forthcoming%20Actionscript%20Image%20Scroller%20Tutorial" title="Mixx"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Ftutorial%2Fforthcoming-actionscript-image-scroller-tutorial%2F&amp;partner=sociable" title="Print"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Ftutorial%2Fforthcoming-actionscript-image-scroller-tutorial%2F&amp;partner=sociable" title="PDF"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Ftutorial%2Fforthcoming-actionscript-image-scroller-tutorial%2F&amp;title=Forthcoming%20Actionscript%20Image%20Scroller%20Tutorial" title="StumbleUpon"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Ftutorial%2Fforthcoming-actionscript-image-scroller-tutorial%2F" title="Technorati"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Forthcoming%20Actionscript%20Image%20Scroller%20Tutorial%20-%20http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Ftutorial%2Fforthcoming-actionscript-image-scroller-tutorial%2F" title="Twitter"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://blog.circlecube.com/feed/" title="RSS"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>


<br/><br/><img src="http://feeds.feedburner.com/~r/circlecube/~4/IYsjZNbHCNs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.circlecube.com/2009/07/tutorial/forthcoming-actionscript-image-scroller-tutorial/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>StomperNet FormulaFIVE Launch Web Design</title>
		<link>http://blog.circlecube.com/2009/07/portfolio/stompernet-formulafive-launch-web-design/</link>
		<comments>http://blog.circlecube.com/2009/07/portfolio/stompernet-formulafive-launch-web-design/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 21:39:48 +0000</pubDate>
		<dc:creator>Evan Mullins</dc:creator>
				<category><![CDATA[portfolio]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[stompernet]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://blog.circlecube.com/?p=1154</guid>
		<description><![CDATA[<a href="http://blog.circlecube.com/2009/07/portfolio/stompernet-formulafive-launch-web-design/"><img align="left" hspace="5" width="150" src="http://blog.circlecube.com/wp-content/uploads/2009/07/Aviary-stomperf5-com-Picture-2-170x300.png" class="alignleft wp-post-image tfe" alt="Aviary stomperf5-com Picture 2" title="Aviary stomperf5-com Picture 2" /></a>StomperNet relaunched the popular FormaulFIVE and I was responsible for the design of the landing pages. Here are screenshots from the launch, FormulaFIVE was teased with a couple video trailers and even packaged with some bonus videos called the Cash Booster series.
Go to stomperf5.com to view the page.






	
	
	
	
	
	
	
	
	
	
	
	
	
	
	


]]></description>
			<content:encoded><![CDATA[<p>StomperNet relaunched the popular FormaulFIVE and I was responsible for the design of the landing pages. Here are screenshots from the launch, FormulaFIVE was teased with a couple <a href="http://bit.ly/lMDzB">video trailers</a> and even packaged with some bonus videos called the Cash Booster series.<br />
<a href="http://blog.circlecube.com/wp-content/uploads/2009/07/Aviary-stomperf5-com-Picture-2.png"><img src="http://blog.circlecube.com/wp-content/uploads/2009/07/Aviary-stomperf5-com-Picture-2-170x300.png" alt="Aviary stomperf5-com Picture 2" title="Aviary stomperf5-com Picture 2" width="170" height="300" class="alignleft size-medium wp-image-1156" /></a><a href="http://blog.circlecube.com/wp-content/uploads/2009/07/Aviary-stomperf5-com-Picture-1.png"><img src="http://blog.circlecube.com/wp-content/uploads/2009/07/Aviary-stomperf5-com-Picture-1-102x300.png" alt="Aviary stomperf5-com Picture 1" title="Aviary stomperf5-com Picture 1" width="102" height="300" class="alignleft size-medium wp-image-1155" /></a><a href="http://blog.circlecube.com/wp-content/uploads/2009/07/Aviary-stomperf5-com-3a.png"><img src="http://blog.circlecube.com/wp-content/uploads/2009/07/Aviary-stomperf5-com-3a-105x300.png" alt="Aviary-stomperf5-com-3a" title="Aviary-stomperf5-com-3a" width="105" height="300" class="alignleft size-medium wp-image-1159" /></a><br clear="all" />Go to <a href="http://bit.ly/18gImL">stomperf5.com</a> to view the page.</p>






	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fstompernet-formulafive-launch-web-design%2F&amp;title=StomperNet%20FormulaFIVE%20Launch%20Web%20Design&amp;notes=StomperNet%20relaunched%20the%20popular%20FormaulFIVE%20and%20I%20was%20responsible%20for%20the%20design%20of%20the%20landing%20pages.%20Here%20are%20screenshots%20from%20the%20launch%2C%20FormulaFIVE%20was%20teased%20with%20a%20couple%20video%20trailers%20and%20even%20packaged%20with%20some%20bonus%20videos%20called%20the%20Cas" title="del.icio.us"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fstompernet-formulafive-launch-web-design%2F&amp;title=StomperNet%20FormulaFIVE%20Launch%20Web%20Design&amp;bodytext=StomperNet%20relaunched%20the%20popular%20FormaulFIVE%20and%20I%20was%20responsible%20for%20the%20design%20of%20the%20landing%20pages.%20Here%20are%20screenshots%20from%20the%20launch%2C%20FormulaFIVE%20was%20teased%20with%20a%20couple%20video%20trailers%20and%20even%20packaged%20with%20some%20bonus%20videos%20called%20the%20Cas" title="Digg"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=StomperNet%20FormulaFIVE%20Launch%20Web%20Design&amp;body=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fstompernet-formulafive-launch-web-design%2F" title="email"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fstompernet-formulafive-launch-web-design%2F&amp;t=StomperNet%20FormulaFIVE%20Launch%20Web%20Design" title="Facebook"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=StomperNet%20FormulaFIVE%20Launch%20Web%20Design&amp;link=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fstompernet-formulafive-launch-web-design%2F" title="FriendFeed"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fstompernet-formulafive-launch-web-design%2F&amp;title=StomperNet%20FormulaFIVE%20Launch%20Web%20Design&amp;annotation=StomperNet%20relaunched%20the%20popular%20FormaulFIVE%20and%20I%20was%20responsible%20for%20the%20design%20of%20the%20landing%20pages.%20Here%20are%20screenshots%20from%20the%20launch%2C%20FormulaFIVE%20was%20teased%20with%20a%20couple%20video%20trailers%20and%20even%20packaged%20with%20some%20bonus%20videos%20called%20the%20Cas" title="Google Bookmarks"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.hexosearch.com/se/submit.aspx?zlvz=&zqz=&zurlz=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fstompernet-formulafive-launch-web-design%2F&ztz=StomperNet%20FormulaFIVE%20Launch%20Web%20Design" title="Hexosearch"><img src="http://blog.circlecube.com/wp-content/logo16x16.png" title="Hexosearch" alt="Hexosearch" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fstompernet-formulafive-launch-web-design%2F&amp;title=StomperNet%20FormulaFIVE%20Launch%20Web%20Design&amp;source=circlecube+Evan%26%23039%3Bs+Interactive+Actionscript+Exploration&amp;summary=StomperNet%20relaunched%20the%20popular%20FormaulFIVE%20and%20I%20was%20responsible%20for%20the%20design%20of%20the%20landing%20pages.%20Here%20are%20screenshots%20from%20the%20launch%2C%20FormulaFIVE%20was%20teased%20with%20a%20couple%20video%20trailers%20and%20even%20packaged%20with%20some%20bonus%20videos%20called%20the%20Cas" title="LinkedIn"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fstompernet-formulafive-launch-web-design%2F&amp;title=StomperNet%20FormulaFIVE%20Launch%20Web%20Design" title="Mixx"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fstompernet-formulafive-launch-web-design%2F&amp;partner=sociable" title="Print"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fstompernet-formulafive-launch-web-design%2F&amp;partner=sociable" title="PDF"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fstompernet-formulafive-launch-web-design%2F&amp;title=StomperNet%20FormulaFIVE%20Launch%20Web%20Design" title="StumbleUpon"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fstompernet-formulafive-launch-web-design%2F" title="Technorati"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=StomperNet%20FormulaFIVE%20Launch%20Web%20Design%20-%20http%3A%2F%2Fblog.circlecube.com%2F2009%2F07%2Fportfolio%2Fstompernet-formulafive-launch-web-design%2F" title="Twitter"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://blog.circlecube.com/feed/" title="RSS"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>


<br/><br/><img src="http://feeds.feedburner.com/~r/circlecube/~4/HesToJV3ig4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.circlecube.com/2009/07/portfolio/stompernet-formulafive-launch-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stock Flash Site, Introducing ‘BuyStockFlash.com’</title>
		<link>http://blog.circlecube.com/2009/06/review/stock-flash-site-introducing-buystockflash-com/</link>
		<comments>http://blog.circlecube.com/2009/06/review/stock-flash-site-introducing-buystockflash-com/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 13:56:24 +0000</pubDate>
		<dc:creator>Evan Mullins</dc:creator>
				<category><![CDATA[review]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://blog.circlecube.com/?p=965</guid>
		<description><![CDATA[<a href="http://blog.circlecube.com/2009/06/review/stock-flash-site-introducing-buystockflash-com/"><img align="left" hspace="5" width="150" src="http://blog.circlecube.com/wp-content/uploads/2009/06/buy-stock-flash-logo.gif" class="alignleft wp-post-image tfe" alt="" title="" /></a>Buy Stock Flash


Sell &#38; Buy Flash
Buy or Sell, Start Now -
Stock Flash &#8211; Royalty Free Stock Flash effects, Video, Audio
The New Kid on the block&#8230; it&#8217;s good to see some competition coming to the stock flash world. BuyStockFlash is revving it up. They are positioned to provide a place where flash-ers can upload components, templates, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.buystockflash.com/?referer=S4scHqqQHJPn">Buy Stock Flash</a><br />
<blockquote>
<a href="http://www.buystockflash.com/?referer=S4scHqqQHJPn"><img src="http://blog.circlecube.com/wp-content/uploads/2009/06/buy-stock-flash-logo.gif" /></a><br />
Sell &amp; Buy Flash</p>
<p>Buy or Sell, Start Now -</p>
<p>Stock Flash &#8211; Royalty Free Stock Flash effects, Video, Audio</p></blockquote>
<p>The New Kid on the block&#8230; it&#8217;s good to see some competition coming to the stock flash world. BuyStockFlash is revving it up. They are positioned to provide a place where flash-ers can upload components, templates, utilities, flv &amp; mp3 players, logos &amp; icons and any other flash elements to sell and earn at least 50% from the proceeds. I haven&#8217;t yet uploaded any files, but will once I have some time to do so. They also have a pretty rewarding affiliate program! They let the site speak for itself, displaying a gallery of available files on the homepage. The site just started last fall, is based in Prauge and since they have expanded to become buystocknetwork, including a site for flash, design templates, and sound files!</p>
<p>While the content is still somewhat bare, I&#8217;ve seen a few items that are top shelf! I see a lot of potential in this site! Good luck to them and to you, <strong>enjoy <a href="http://www.buystockflash.com/?referer=S4scHqqQHJPn">BuyStockFlash!</a></strong></p>






	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F06%2Freview%2Fstock-flash-site-introducing-buystockflash-com%2F&amp;title=Stock%20Flash%20Site%2C%20Introducing%20%27BuyStockFlash.com%27&amp;notes=Buy%20Stock%20Flash%0D%0A%0D%0ASell%20%26amp%3B%20Buy%20FlashBuy%20or%20Sell%2C%20Start%20Now%20-Stock%20Flash%20-%20Royalty%20Free%20Stock%20Flash%20effects%2C%20Video%2C%20AudioThe%20New%20Kid%20on%20the%20block...%20it%27s%20good%20to%20see%20some%20competition%20coming%20to%20the%20stock%20flash%20world.%20BuyStockFlash%20is%20revving%20it%20up.%20" title="del.icio.us"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F06%2Freview%2Fstock-flash-site-introducing-buystockflash-com%2F&amp;title=Stock%20Flash%20Site%2C%20Introducing%20%27BuyStockFlash.com%27&amp;bodytext=Buy%20Stock%20Flash%0D%0A%0D%0ASell%20%26amp%3B%20Buy%20FlashBuy%20or%20Sell%2C%20Start%20Now%20-Stock%20Flash%20-%20Royalty%20Free%20Stock%20Flash%20effects%2C%20Video%2C%20AudioThe%20New%20Kid%20on%20the%20block...%20it%27s%20good%20to%20see%20some%20competition%20coming%20to%20the%20stock%20flash%20world.%20BuyStockFlash%20is%20revving%20it%20up.%20" title="Digg"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Stock%20Flash%20Site%2C%20Introducing%20%27BuyStockFlash.com%27&amp;body=http%3A%2F%2Fblog.circlecube.com%2F2009%2F06%2Freview%2Fstock-flash-site-introducing-buystockflash-com%2F" title="email"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.circlecube.com%2F2009%2F06%2Freview%2Fstock-flash-site-introducing-buystockflash-com%2F&amp;t=Stock%20Flash%20Site%2C%20Introducing%20%27BuyStockFlash.com%27" title="Facebook"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Stock%20Flash%20Site%2C%20Introducing%20%27BuyStockFlash.com%27&amp;link=http%3A%2F%2Fblog.circlecube.com%2F2009%2F06%2Freview%2Fstock-flash-site-introducing-buystockflash-com%2F" title="FriendFeed"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.circlecube.com%2F2009%2F06%2Freview%2Fstock-flash-site-introducing-buystockflash-com%2F&amp;title=Stock%20Flash%20Site%2C%20Introducing%20%27BuyStockFlash.com%27&amp;annotation=Buy%20Stock%20Flash%0D%0A%0D%0ASell%20%26amp%3B%20Buy%20FlashBuy%20or%20Sell%2C%20Start%20Now%20-Stock%20Flash%20-%20Royalty%20Free%20Stock%20Flash%20effects%2C%20Video%2C%20AudioThe%20New%20Kid%20on%20the%20block...%20it%27s%20good%20to%20see%20some%20competition%20coming%20to%20the%20stock%20flash%20world.%20BuyStockFlash%20is%20revving%20it%20up.%20" title="Google Bookmarks"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.hexosearch.com/se/submit.aspx?zlvz=&zqz=&zurlz=http%3A%2F%2Fblog.circlecube.com%2F2009%2F06%2Freview%2Fstock-flash-site-introducing-buystockflash-com%2F&ztz=Stock%20Flash%20Site%2C%20Introducing%20%27BuyStockFlash.com%27" title="Hexosearch"><img src="http://blog.circlecube.com/wp-content/logo16x16.png" title="Hexosearch" alt="Hexosearch" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F06%2Freview%2Fstock-flash-site-introducing-buystockflash-com%2F&amp;title=Stock%20Flash%20Site%2C%20Introducing%20%27BuyStockFlash.com%27&amp;source=circlecube+Evan%26%23039%3Bs+Interactive+Actionscript+Exploration&amp;summary=Buy%20Stock%20Flash%0D%0A%0D%0ASell%20%26amp%3B%20Buy%20FlashBuy%20or%20Sell%2C%20Start%20Now%20-Stock%20Flash%20-%20Royalty%20Free%20Stock%20Flash%20effects%2C%20Video%2C%20AudioThe%20New%20Kid%20on%20the%20block...%20it%27s%20good%20to%20see%20some%20competition%20coming%20to%20the%20stock%20flash%20world.%20BuyStockFlash%20is%20revving%20it%20up.%20" title="LinkedIn"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F06%2Freview%2Fstock-flash-site-introducing-buystockflash-com%2F&amp;title=Stock%20Flash%20Site%2C%20Introducing%20%27BuyStockFlash.com%27" title="Mixx"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F06%2Freview%2Fstock-flash-site-introducing-buystockflash-com%2F&amp;partner=sociable" title="Print"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F06%2Freview%2Fstock-flash-site-introducing-buystockflash-com%2F&amp;partner=sociable" title="PDF"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F06%2Freview%2Fstock-flash-site-introducing-buystockflash-com%2F&amp;title=Stock%20Flash%20Site%2C%20Introducing%20%27BuyStockFlash.com%27" title="StumbleUpon"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.circlecube.com%2F2009%2F06%2Freview%2Fstock-flash-site-introducing-buystockflash-com%2F" title="Technorati"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Stock%20Flash%20Site%2C%20Introducing%20%27BuyStockFlash.com%27%20-%20http%3A%2F%2Fblog.circlecube.com%2F2009%2F06%2Freview%2Fstock-flash-site-introducing-buystockflash-com%2F" title="Twitter"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://blog.circlecube.com/feed/" title="RSS"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>


<br/><br/><img src="http://feeds.feedburner.com/~r/circlecube/~4/DpwH_Otiv-4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.circlecube.com/2009/06/review/stock-flash-site-introducing-buystockflash-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Hosting Search Review</title>
		<link>http://blog.circlecube.com/2009/05/review/web-hosting-search-review/</link>
		<comments>http://blog.circlecube.com/2009/05/review/web-hosting-search-review/#comments</comments>
		<pubDate>Tue, 26 May 2009 19:07:10 +0000</pubDate>
		<dc:creator>Evan Mullins</dc:creator>
				<category><![CDATA[review]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://blog.circlecube.com/?p=872</guid>
		<description><![CDATA[<a href="http://blog.circlecube.com/2009/05/review/web-hosting-search-review/"><img align="left" hspace="5" width="150" height="150" src="http://blog.circlecube.com/wp-content/uploads/2009/05/webhostingsearch-150x150.gif" class="alignleft wp-post-image tfe" alt="webhostingsearch screenshot" title="webhostingsearch screenshot" /></a>I recently stumbled across a site that could easily help with your web hosting needs. They are called Web Hosting Search and as the name indicates, they don&#8217;t offer hosting, but offer a database of different hosting companies which make it easy to search and compare rates and services. I found my current host and [...]]]></description>
			<content:encoded><![CDATA[<p>I recently stumbled across a site that could easily help with your web hosting needs. They are called <a href="http://webhostingsearch.com" target="_blank" rel="follow">Web Hosting Search</a> and as the name indicates, they don&#8217;t offer hosting, but offer a database of different hosting companies which make it easy to search and compare rates and services. I found my current host and could have actually gotten a deal for the same plan I currently have, which would have saved me a couple dollars a month! They even have a <a href="http://www.webhostingsearch.com/web-hosting-coupons.php" target="_blank" rel="follow">hosting coupon</a> page which displays specials offers they can get you with a number of recommended hosting providers.</p>
<p><img class="aligncenter size-full wp-image-878" title="webhostingsearch screenshot" src="http://blog.circlecube.com/wp-content/uploads/2009/05/webhostingsearch.gif" alt="webhostingsearch screenshot" height="424" width="564" /></p>
<blockquote><p>We&#8217;re merely a guide that tries to shed light on the web hosting business, to sort out the good deals. We rank web hosting services, write reviews and help customers find the right company and the right plan.</p></blockquote>
<p>They have company profiles for each hosting company and the opportunity for customers to leave a review and rate the host. I think this is a great feature, as it gives an insider&#8217;s view of the company. This is a hard thing to find when you don&#8217;t have a recommendation from someone you know. When the time comes for me to look for hosting options, I&#8217;ll be sure to start with webhostingsearch.com.</p>






	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Freview%2Fweb-hosting-search-review%2F&amp;title=Web%20Hosting%20Search%20Review&amp;notes=I%20recently%20stumbled%20across%20a%20site%20that%20could%20easily%20help%20with%20your%20web%20hosting%20needs.%20They%20are%20called%20Web%20Hosting%20Search%20and%20as%20the%20name%20indicates%2C%20they%20don%27t%20offer%20hosting%2C%20but%20offer%20a%20database%20of%20different%20hosting%20companies%20which%20make%20it%20easy%20to%20se" title="del.icio.us"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Freview%2Fweb-hosting-search-review%2F&amp;title=Web%20Hosting%20Search%20Review&amp;bodytext=I%20recently%20stumbled%20across%20a%20site%20that%20could%20easily%20help%20with%20your%20web%20hosting%20needs.%20They%20are%20called%20Web%20Hosting%20Search%20and%20as%20the%20name%20indicates%2C%20they%20don%27t%20offer%20hosting%2C%20but%20offer%20a%20database%20of%20different%20hosting%20companies%20which%20make%20it%20easy%20to%20se" title="Digg"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Web%20Hosting%20Search%20Review&amp;body=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Freview%2Fweb-hosting-search-review%2F" title="email"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Freview%2Fweb-hosting-search-review%2F&amp;t=Web%20Hosting%20Search%20Review" title="Facebook"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Web%20Hosting%20Search%20Review&amp;link=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Freview%2Fweb-hosting-search-review%2F" title="FriendFeed"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Freview%2Fweb-hosting-search-review%2F&amp;title=Web%20Hosting%20Search%20Review&amp;annotation=I%20recently%20stumbled%20across%20a%20site%20that%20could%20easily%20help%20with%20your%20web%20hosting%20needs.%20They%20are%20called%20Web%20Hosting%20Search%20and%20as%20the%20name%20indicates%2C%20they%20don%27t%20offer%20hosting%2C%20but%20offer%20a%20database%20of%20different%20hosting%20companies%20which%20make%20it%20easy%20to%20se" title="Google Bookmarks"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.hexosearch.com/se/submit.aspx?zlvz=&zqz=&zurlz=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Freview%2Fweb-hosting-search-review%2F&ztz=Web%20Hosting%20Search%20Review" title="Hexosearch"><img src="http://blog.circlecube.com/wp-content/logo16x16.png" title="Hexosearch" alt="Hexosearch" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Freview%2Fweb-hosting-search-review%2F&amp;title=Web%20Hosting%20Search%20Review&amp;source=circlecube+Evan%26%23039%3Bs+Interactive+Actionscript+Exploration&amp;summary=I%20recently%20stumbled%20across%20a%20site%20that%20could%20easily%20help%20with%20your%20web%20hosting%20needs.%20They%20are%20called%20Web%20Hosting%20Search%20and%20as%20the%20name%20indicates%2C%20they%20don%27t%20offer%20hosting%2C%20but%20offer%20a%20database%20of%20different%20hosting%20companies%20which%20make%20it%20easy%20to%20se" title="LinkedIn"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Freview%2Fweb-hosting-search-review%2F&amp;title=Web%20Hosting%20Search%20Review" title="Mixx"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Freview%2Fweb-hosting-search-review%2F&amp;partner=sociable" title="Print"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Freview%2Fweb-hosting-search-review%2F&amp;partner=sociable" title="PDF"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Freview%2Fweb-hosting-search-review%2F&amp;title=Web%20Hosting%20Search%20Review" title="StumbleUpon"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Freview%2Fweb-hosting-search-review%2F" title="Technorati"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Web%20Hosting%20Search%20Review%20-%20http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Freview%2Fweb-hosting-search-review%2F" title="Twitter"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://blog.circlecube.com/feed/" title="RSS"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>


<br/><br/><img src="http://feeds.feedburner.com/~r/circlecube/~4/qSXZAsJM9gM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.circlecube.com/2009/05/review/web-hosting-search-review/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Actionscript Drag &amp; Drop Tutorial | Vertical and Horizontal Flash Sliders</title>
		<link>http://blog.circlecube.com/2009/05/tutorial/actionscript-drag-drop-tutorial-vertical-and-horizontal-flash-sliders/</link>
		<comments>http://blog.circlecube.com/2009/05/tutorial/actionscript-drag-drop-tutorial-vertical-and-horizontal-flash-sliders/#comments</comments>
		<pubDate>Tue, 19 May 2009 01:52:56 +0000</pubDate>
		<dc:creator>Evan Mullins</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.circlecube.com/?p=858</guid>
		<description><![CDATA[<a href="http://blog.circlecube.com/2009/05/tutorial/actionscript-drag-drop-tutorial-vertical-and-horizontal-flash-sliders/"><img align="left" hspace="5" width="150" src="http://blog.circlecube.com/wp-content/uploads/2009/05/as3dragdrop-slider.png" class="alignleft wp-post-image tfe" alt="as3dragdrop-slider png" title="as3dragdrop-slider png" /></a> A specific use of drag and drop which is a bit more complicated than your average drag &#038; drop needs is a slider. You can use components, but I usually prefer using my own graphics and code, partly because the components tend to bloat the filesize of the swf and partly because that&#8217;s just [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.circlecube.com/wp-content/uploads/2009/05/as3dragdrop-slider.png" alt="as3dragdrop-slider png" title="as3dragdrop-slider png" width="150" height="150" class="alignleft size-full wp-image-864" /> A specific use of drag and drop which is a bit more complicated than your average <a href="http://blog.circlecube.com/2009/04/tutorial/flash-drag-and-drop-tutorial-basic-startdrag-to-flexible-mouse-event-listeners-actionscript-2-as3/">drag &#038; drop</a> needs is a slider. You can use components, but I usually prefer using my own graphics and code, partly because the components tend to bloat the filesize of the swf and partly because that&#8217;s just how I am, I like to make it myself. Many projects I&#8217;ve worked on require sliders as a form of user input, such as a volume control in my <a href="http://bit.ly/P0UZM" target="_blank">video player</a>, or the inputs for my <a href="http://blog.circlecube.com/2008/10/portfolio/voters-aide-prioritize-the-issues-this-election-interactive-flash-app/">Voter&#8217;s Aide app</a> that let users assign value to issues in the 2008 presidential election. I figured I&#8217;d just pull out the code I used with the sliders there, since it was already done. The issue with sliders is we need to restrict the dragging to a certain area, which in itself is a line of code, but I also prefer to allow users to click the actual bar as well for quick selection.</p>
<h2>Example</h2>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_as3dragdrop-sliders_1851756699"
			class="flashmovie"
			width="550"
			height="400">
	<param name="movie" value="http://blog.circlecube.com/wp-content/uploads/2009/05/as3dragdrop-sliders.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://blog.circlecube.com/wp-content/uploads/2009/05/as3dragdrop-sliders.swf"
			name="fm_as3dragdrop-sliders_1851756699"
			width="550"
			height="400">
	<!--<![endif]-->
		
<p><a href="http://adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<h2>Vertical Slider Steps</h2>
<p>The vertical slider here goes from 0 &#8211; 100. We need to drag the handle but have it restricted to the slider, so users won&#8217;t be confused when they click and drag the handle off the slider and break it. We want to click the background bar of the slider and have the handle snap to that place, and we need to be able to see what value the slider holds (0 &#8211; 100). I made this code to be pretty reusable, as long as the slider is set up in similar fashion.</p>
<ol>
<li>Make graphics for slider bg and handle</li>
<li>Put the graphics into a slider mc</li>
<li>Place them each at 0,0 and center their registration points (for easier control and code later)</li>
<li>Assign button mode to handle and bar (for better usability)</li>
<li>Add Mouse Down Event Listener for handle and bar and assign press function</li>
<li>In bar press function set position of handle according to mouse position, and then call the handle press function</li>
<li>In handle press function remove the Mouse Down listeners and add stage mouse event listeners for both mouse Up and Move (Stage listeners emulate onReleaseOutside (from as2) and also provide more accurate results)</li>
<li>Define dragging area as a rectangle(x, y, width, height), if you&#8217;ve do the set up earlier it should be close to Rectangle(0,0,0,slider.bar.height);</li>
<li>Begin dragging handle and apply the drag area limiting rectangle</li>
<li>Mouse Move function find value (should simply be the handle&#8217;s y position) and updateAfterEvent for smooth animation</li>
<li>Mouse Release function remove stage listeners, re-add the listeners to the slider and stop dragging</li>
</ol>
<h2>Actionscript (as3)</h2>
<div class="codecolorer-container actionscript3 mac-classic" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br /></div></td><td><div class="actionscript3 codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900; font-style: italic;">// Vertical Slider</span><br />
sliderVertical<span style="color: #000066; font-weight: bold;">.</span>handle<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">buttonMode</span> = <span style="color: #0033ff; font-weight: bold;">true</span><span style="color: #000066; font-weight: bold;">;</span><br />
sliderVertical<span style="color: #000066; font-weight: bold;">.</span>bar<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">buttonMode</span> = <span style="color: #0033ff; font-weight: bold;">true</span><span style="color: #000066; font-weight: bold;">;</span><br />
sliderVertical<span style="color: #000066; font-weight: bold;">.</span>handle<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">addEventListener</span><span style="color: #000000;">&#40;</span><span style="color: #004993;">MouseEvent</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">MOUSE_DOWN</span><span style="color: #000066; font-weight: bold;">,</span> verticalHandlePress<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
sliderVertical<span style="color: #000066; font-weight: bold;">.</span>bar<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">addEventListener</span><span style="color: #000000;">&#40;</span><span style="color: #004993;">MouseEvent</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">MOUSE_DOWN</span><span style="color: #000066; font-weight: bold;">,</span> verticalBarPress<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
<br />
<span style="color: #339966; font-weight: bold;">function</span> verticalBarPress<span style="color: #000000;">&#40;</span>e<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">MouseEvent</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">:</span><span style="color: #0033ff; font-weight: bold;">void</span><span style="color: #000000;">&#123;</span><br />
&nbsp; &nbsp; sliderVertical<span style="color: #000066; font-weight: bold;">.</span>handle<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">y</span> = sliderVertical<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">mouseY</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; verticalHandlePress<span style="color: #000000;">&#40;</span>e<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
<span style="color: #000000;">&#125;</span><br />
<span style="color: #339966; font-weight: bold;">function</span> verticalHandlePress<span style="color: #000000;">&#40;</span>e<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">MouseEvent</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">:</span><span style="color: #0033ff; font-weight: bold;">void</span> <span style="color: #000000;">&#123;</span><br />
&nbsp; &nbsp; sliderVertical<span style="color: #000066; font-weight: bold;">.</span>handle<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">removeEventListener</span><span style="color: #000000;">&#40;</span><span style="color: #004993;">MouseEvent</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">MOUSE_DOWN</span><span style="color: #000066; font-weight: bold;">,</span> verticalHandlePress<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; sliderVertical<span style="color: #000066; font-weight: bold;">.</span>bar<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">removeEventListener</span><span style="color: #000000;">&#40;</span><span style="color: #004993;">MouseEvent</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">MOUSE_DOWN</span><span style="color: #000066; font-weight: bold;">,</span> verticalBarPress<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; <span style="color: #004993;">stage</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">addEventListener</span><span style="color: #000000;">&#40;</span><span style="color: #004993;">MouseEvent</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">MOUSE_UP</span><span style="color: #000066; font-weight: bold;">,</span> verticalHandleRelease<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; <span style="color: #004993;">stage</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">addEventListener</span><span style="color: #000000;">&#40;</span><span style="color: #004993;">MouseEvent</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">MOUSE_MOVE</span><span style="color: #000066; font-weight: bold;">,</span> verticalHandleDrag<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; <span style="color: #009900; font-style: italic;">//limit dragging area</span><br />
&nbsp; &nbsp; <span style="color: #6699cc; font-weight: bold;">var</span> verticalDragArea<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">Rectangle</span> = <span style="color: #0033ff; font-weight: bold;">new</span> <span style="color: #004993;">Rectangle</span><span style="color: #000000;">&#40;</span>0<span style="color: #000066; font-weight: bold;">,</span> 0<span style="color: #000066; font-weight: bold;">,</span> 0<span style="color: #000066; font-weight: bold;">,</span> <span style="color: #000066; font-weight: bold;">-</span>sliderVertical<span style="color: #000066; font-weight: bold;">.</span>bar<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">height</span><span style="color: #000066; font-weight: bold;">+</span>1<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; sliderVertical<span style="color: #000066; font-weight: bold;">.</span>handle<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">startDrag</span><span style="color: #000000;">&#40;</span><span style="color: #0033ff; font-weight: bold;">false</span><span style="color: #000066; font-weight: bold;">,</span> verticalDragArea<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
<span style="color: #000000;">&#125;</span><br />
<span style="color: #339966; font-weight: bold;">function</span> verticalHandleRelease<span style="color: #000000;">&#40;</span>e<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">MouseEvent</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">:</span><span style="color: #0033ff; font-weight: bold;">void</span><span style="color: #000000;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #004993;">stage</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">removeEventListener</span><span style="color: #000000;">&#40;</span><span style="color: #004993;">MouseEvent</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">MOUSE_UP</span><span style="color: #000066; font-weight: bold;">,</span> verticalHandleRelease<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; <span style="color: #004993;">stage</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">removeEventListener</span><span style="color: #000000;">&#40;</span><span style="color: #004993;">MouseEvent</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">MOUSE_MOVE</span><span style="color: #000066; font-weight: bold;">,</span> verticalHandleDrag<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; sliderVertical<span style="color: #000066; font-weight: bold;">.</span>bar<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">addEventListener</span><span style="color: #000000;">&#40;</span><span style="color: #004993;">MouseEvent</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">MOUSE_DOWN</span><span style="color: #000066; font-weight: bold;">,</span> verticalBarPress<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; sliderVertical<span style="color: #000066; font-weight: bold;">.</span>handle<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">addEventListener</span><span style="color: #000000;">&#40;</span><span style="color: #004993;">MouseEvent</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">MOUSE_DOWN</span><span style="color: #000066; font-weight: bold;">,</span> verticalHandlePress<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; sliderVertical<span style="color: #000066; font-weight: bold;">.</span>handle<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">stopDrag</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; updateVNumber<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
<span style="color: #000000;">&#125;</span><br />
<span style="color: #339966; font-weight: bold;">function</span> verticalHandleDrag<span style="color: #000000;">&#40;</span>e<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">MouseEvent</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">:</span><span style="color: #0033ff; font-weight: bold;">void</span><span style="color: #000000;">&#123;</span><br />
&nbsp; &nbsp; e<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">updateAfterEvent</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; updateVNumber<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
<span style="color: #000000;">&#125;</span><br />
<span style="color: #339966; font-weight: bold;">function</span> updateVNumber<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">:</span><span style="color: #0033ff; font-weight: bold;">void</span><span style="color: #000000;">&#123;</span><br />
&nbsp; &nbsp; sliderVertical<span style="color: #000066; font-weight: bold;">.</span>sliderValue = sliderVertical<span style="color: #000066; font-weight: bold;">.</span>stat<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">htmlText</span> = <span style="color: #004993;">Math</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">abs</span><span style="color: #000000;">&#40;</span>sliderVertical<span style="color: #000066; font-weight: bold;">.</span>handle<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">y</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; sliderVertical<span style="color: #000066; font-weight: bold;">.</span>stat<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">y</span> = sliderVertical<span style="color: #000066; font-weight: bold;">.</span>handle<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">y</span> <span style="color: #000066; font-weight: bold;">-</span> sliderVertical<span style="color: #000066; font-weight: bold;">.</span>handle<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">height</span><span style="color: #000066; font-weight: bold;">/</span><span style="color: #000000; font-weight:bold;">2</span><span style="color: #000066; font-weight: bold;">;</span><br />
<span style="color: #000000;">&#125;</span></div></td></tr></tbody></table></div>
<h2>Horizontal Slider Steps</h2>
<p>Pretty much the same as the vertical slider, but adjust heights and y positions to widths and x positions. Note in this example I have a range of (-100 to 100) and to accomplish the bar I just reused the same on flipping it around, so here we have the handle, the barLeft and the barRight. I use both of these combined to calculate the limiting rectangle area.</p>
<h2>Actionscript (as3)</h2>
<div class="codecolorer-container actionscript3 mac-classic" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br /></div></td><td><div class="actionscript3 codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900; font-style: italic;">// Horizontal Slider</span><br />
sliderHorizontal<span style="color: #000066; font-weight: bold;">.</span>handle<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">buttonMode</span> = <span style="color: #0033ff; font-weight: bold;">true</span><span style="color: #000066; font-weight: bold;">;</span><br />
sliderHorizontal<span style="color: #000066; font-weight: bold;">.</span>barLeft<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">buttonMode</span> = <span style="color: #0033ff; font-weight: bold;">true</span><span style="color: #000066; font-weight: bold;">;</span><br />
sliderHorizontal<span style="color: #000066; font-weight: bold;">.</span>barRight<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">buttonMode</span> = <span style="color: #0033ff; font-weight: bold;">true</span><span style="color: #000066; font-weight: bold;">;</span><br />
sliderHorizontal<span style="color: #000066; font-weight: bold;">.</span>handle<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">addEventListener</span><span style="color: #000000;">&#40;</span><span style="color: #004993;">MouseEvent</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">MOUSE_DOWN</span><span style="color: #000066; font-weight: bold;">,</span> horizontalHandlePress<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
sliderHorizontal<span style="color: #000066; font-weight: bold;">.</span>barLeft<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">addEventListener</span><span style="color: #000000;">&#40;</span><span style="color: #004993;">MouseEvent</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">MOUSE_DOWN</span><span style="color: #000066; font-weight: bold;">,</span> horizontalBarPress<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
sliderHorizontal<span style="color: #000066; font-weight: bold;">.</span>barRight<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">addEventListener</span><span style="color: #000000;">&#40;</span><span style="color: #004993;">MouseEvent</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">MOUSE_DOWN</span><span style="color: #000066; font-weight: bold;">,</span> horizontalBarPress<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
<br />
<span style="color: #339966; font-weight: bold;">function</span> horizontalBarPress<span style="color: #000000;">&#40;</span>e<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">MouseEvent</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">:</span><span style="color: #0033ff; font-weight: bold;">void</span><span style="color: #000000;">&#123;</span><br />
&nbsp; &nbsp; sliderHorizontal<span style="color: #000066; font-weight: bold;">.</span>handle<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">x</span> = sliderHorizontal<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">mouseX</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; horizontalHandlePress<span style="color: #000000;">&#40;</span>e<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
<span style="color: #000000;">&#125;</span><br />
<span style="color: #339966; font-weight: bold;">function</span> horizontalHandlePress<span style="color: #000000;">&#40;</span>e<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">MouseEvent</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">:</span><span style="color: #0033ff; font-weight: bold;">void</span> <span style="color: #000000;">&#123;</span><br />
&nbsp; &nbsp; sliderHorizontal<span style="color: #000066; font-weight: bold;">.</span>handle<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">removeEventListener</span><span style="color: #000000;">&#40;</span><span style="color: #004993;">MouseEvent</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">MOUSE_DOWN</span><span style="color: #000066; font-weight: bold;">,</span> horizontalHandlePress<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; sliderHorizontal<span style="color: #000066; font-weight: bold;">.</span>barLeft<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">removeEventListener</span><span style="color: #000000;">&#40;</span><span style="color: #004993;">MouseEvent</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">MOUSE_DOWN</span><span style="color: #000066; font-weight: bold;">,</span> horizontalBarPress<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; sliderHorizontal<span style="color: #000066; font-weight: bold;">.</span>barRight<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">removeEventListener</span><span style="color: #000000;">&#40;</span><span style="color: #004993;">MouseEvent</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">MOUSE_DOWN</span><span style="color: #000066; font-weight: bold;">,</span> horizontalBarPress<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; <span style="color: #004993;">stage</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">addEventListener</span><span style="color: #000000;">&#40;</span><span style="color: #004993;">MouseEvent</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">MOUSE_UP</span><span style="color: #000066; font-weight: bold;">,</span> horizontalHandleRelease<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; <span style="color: #004993;">stage</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">addEventListener</span><span style="color: #000000;">&#40;</span><span style="color: #004993;">MouseEvent</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">MOUSE_MOVE</span><span style="color: #000066; font-weight: bold;">,</span> horizontalHandleDrag<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; <span style="color: #009900; font-style: italic;">//limit dragging area</span><br />
&nbsp; &nbsp; <span style="color: #6699cc; font-weight: bold;">var</span> dragArea<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">Rectangle</span> = <span style="color: #0033ff; font-weight: bold;">new</span> <span style="color: #004993;">Rectangle</span><span style="color: #000000;">&#40;</span><span style="color: #000066; font-weight: bold;">-</span>sliderHorizontal<span style="color: #000066; font-weight: bold;">.</span>barLeft<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">width</span><span style="color: #000066; font-weight: bold;">+</span>1<span style="color: #000066; font-weight: bold;">,</span> 0<span style="color: #000066; font-weight: bold;">,</span> sliderHorizontal<span style="color: #000066; font-weight: bold;">.</span>barLeft<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">width</span><span style="color: #000066; font-weight: bold;">+</span>sliderHorizontal<span style="color: #000066; font-weight: bold;">.</span>barRight<span style="color: #000066; font-weight: bold;">.</span>width<span style="color: #000066; font-weight: bold;">-</span>2<span style="color: #000066; font-weight: bold;">,</span> 0<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; sliderHorizontal<span style="color: #000066; font-weight: bold;">.</span>handle<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">startDrag</span><span style="color: #000000;">&#40;</span><span style="color: #0033ff; font-weight: bold;">false</span><span style="color: #000066; font-weight: bold;">,</span> dragArea<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
<span style="color: #000000;">&#125;</span><br />
<span style="color: #339966; font-weight: bold;">function</span> horizontalHandleRelease<span style="color: #000000;">&#40;</span>e<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">MouseEvent</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">:</span><span style="color: #0033ff; font-weight: bold;">void</span><span style="color: #000000;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #004993;">stage</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">removeEventListener</span><span style="color: #000000;">&#40;</span><span style="color: #004993;">MouseEvent</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">MOUSE_UP</span><span style="color: #000066; font-weight: bold;">,</span> horizontalHandleRelease<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; <span style="color: #004993;">stage</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">removeEventListener</span><span style="color: #000000;">&#40;</span><span style="color: #004993;">MouseEvent</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">MOUSE_MOVE</span><span style="color: #000066; font-weight: bold;">,</span> horizontalHandleDrag<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; sliderHorizontal<span style="color: #000066; font-weight: bold;">.</span>handle<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">addEventListener</span><span style="color: #000000;">&#40;</span><span style="color: #004993;">MouseEvent</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">MOUSE_DOWN</span><span style="color: #000066; font-weight: bold;">,</span> horizontalHandlePress<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; sliderHorizontal<span style="color: #000066; font-weight: bold;">.</span>barLeft<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">addEventListener</span><span style="color: #000000;">&#40;</span><span style="color: #004993;">MouseEvent</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">MOUSE_DOWN</span><span style="color: #000066; font-weight: bold;">,</span> horizontalBarPress<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; sliderHorizontal<span style="color: #000066; font-weight: bold;">.</span>barRight<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">addEventListener</span><span style="color: #000000;">&#40;</span><span style="color: #004993;">MouseEvent</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">MOUSE_DOWN</span><span style="color: #000066; font-weight: bold;">,</span> horizontalBarPress<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; sliderHorizontal<span style="color: #000066; font-weight: bold;">.</span>handle<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">stopDrag</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; updateHNumber<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
<span style="color: #000000;">&#125;</span><br />
<span style="color: #339966; font-weight: bold;">function</span> horizontalHandleDrag<span style="color: #000000;">&#40;</span>e<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">MouseEvent</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">:</span><span style="color: #0033ff; font-weight: bold;">void</span><span style="color: #000000;">&#123;</span><br />
&nbsp; &nbsp; e<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">updateAfterEvent</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; updateHNumber<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
<span style="color: #000000;">&#125;</span><br />
<span style="color: #339966; font-weight: bold;">function</span> updateHNumber<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">:</span><span style="color: #0033ff; font-weight: bold;">void</span><span style="color: #000000;">&#123;</span><br />
&nbsp; &nbsp; sliderHorizontal<span style="color: #000066; font-weight: bold;">.</span>sliderValue = sliderHorizontal<span style="color: #000066; font-weight: bold;">.</span>stat<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">htmlText</span> = sliderHorizontal<span style="color: #000066; font-weight: bold;">.</span>handle<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">x</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; sliderHorizontal<span style="color: #000066; font-weight: bold;">.</span>stat<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">x</span> = sliderHorizontal<span style="color: #000066; font-weight: bold;">.</span>handle<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">x</span> <span style="color: #000066; font-weight: bold;">-</span> sliderHorizontal<span style="color: #000066; font-weight: bold;">.</span>handle<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">width</span><span style="color: #000066; font-weight: bold;">;</span><br />
<span style="color: #000000;">&#125;</span></div></td></tr></tbody></table></div>
<h2>Source</h2>
<p>source <a class="download-box" href="http://blog.circlecube.com/wp-content/uploads/2009/05/as3dragdrop-sliders.fla">as3dragdrop-sliders.fla</a> file</p>






	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Ftutorial%2Factionscript-drag-drop-tutorial-vertical-and-horizontal-flash-sliders%2F&amp;title=Actionscript%20Drag%20%26%20Drop%20Tutorial%20%7C%20Vertical%20and%20Horizontal%20Flash%20Sliders&amp;notes=%20A%20specific%20use%20of%20drag%20and%20drop%20which%20is%20a%20bit%20more%20complicated%20than%20your%20average%20drag%20%26%20drop%20needs%20is%20a%20slider.%20You%20can%20use%20components%2C%20but%20I%20usually%20prefer%20using%20my%20own%20graphics%20and%20code%2C%20partly%20because%20the%20components%20tend%20to%20bloat%20the%20filesize%20of" title="del.icio.us"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Ftutorial%2Factionscript-drag-drop-tutorial-vertical-and-horizontal-flash-sliders%2F&amp;title=Actionscript%20Drag%20%26%20Drop%20Tutorial%20%7C%20Vertical%20and%20Horizontal%20Flash%20Sliders&amp;bodytext=%20A%20specific%20use%20of%20drag%20and%20drop%20which%20is%20a%20bit%20more%20complicated%20than%20your%20average%20drag%20%26%20drop%20needs%20is%20a%20slider.%20You%20can%20use%20components%2C%20but%20I%20usually%20prefer%20using%20my%20own%20graphics%20and%20code%2C%20partly%20because%20the%20components%20tend%20to%20bloat%20the%20filesize%20of" title="Digg"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Actionscript%20Drag%20%26%20Drop%20Tutorial%20%7C%20Vertical%20and%20Horizontal%20Flash%20Sliders&amp;body=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Ftutorial%2Factionscript-drag-drop-tutorial-vertical-and-horizontal-flash-sliders%2F" title="email"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Ftutorial%2Factionscript-drag-drop-tutorial-vertical-and-horizontal-flash-sliders%2F&amp;t=Actionscript%20Drag%20%26%20Drop%20Tutorial%20%7C%20Vertical%20and%20Horizontal%20Flash%20Sliders" title="Facebook"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Actionscript%20Drag%20%26%20Drop%20Tutorial%20%7C%20Vertical%20and%20Horizontal%20Flash%20Sliders&amp;link=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Ftutorial%2Factionscript-drag-drop-tutorial-vertical-and-horizontal-flash-sliders%2F" title="FriendFeed"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Ftutorial%2Factionscript-drag-drop-tutorial-vertical-and-horizontal-flash-sliders%2F&amp;title=Actionscript%20Drag%20%26%20Drop%20Tutorial%20%7C%20Vertical%20and%20Horizontal%20Flash%20Sliders&amp;annotation=%20A%20specific%20use%20of%20drag%20and%20drop%20which%20is%20a%20bit%20more%20complicated%20than%20your%20average%20drag%20%26%20drop%20needs%20is%20a%20slider.%20You%20can%20use%20components%2C%20but%20I%20usually%20prefer%20using%20my%20own%20graphics%20and%20code%2C%20partly%20because%20the%20components%20tend%20to%20bloat%20the%20filesize%20of" title="Google Bookmarks"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.hexosearch.com/se/submit.aspx?zlvz=&zqz=&zurlz=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Ftutorial%2Factionscript-drag-drop-tutorial-vertical-and-horizontal-flash-sliders%2F&ztz=Actionscript%20Drag%20%26%20Drop%20Tutorial%20%7C%20Vertical%20and%20Horizontal%20Flash%20Sliders" title="Hexosearch"><img src="http://blog.circlecube.com/wp-content/logo16x16.png" title="Hexosearch" alt="Hexosearch" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Ftutorial%2Factionscript-drag-drop-tutorial-vertical-and-horizontal-flash-sliders%2F&amp;title=Actionscript%20Drag%20%26%20Drop%20Tutorial%20%7C%20Vertical%20and%20Horizontal%20Flash%20Sliders&amp;source=circlecube+Evan%26%23039%3Bs+Interactive+Actionscript+Exploration&amp;summary=%20A%20specific%20use%20of%20drag%20and%20drop%20which%20is%20a%20bit%20more%20complicated%20than%20your%20average%20drag%20%26%20drop%20needs%20is%20a%20slider.%20You%20can%20use%20components%2C%20but%20I%20usually%20prefer%20using%20my%20own%20graphics%20and%20code%2C%20partly%20because%20the%20components%20tend%20to%20bloat%20the%20filesize%20of" title="LinkedIn"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Ftutorial%2Factionscript-drag-drop-tutorial-vertical-and-horizontal-flash-sliders%2F&amp;title=Actionscript%20Drag%20%26%20Drop%20Tutorial%20%7C%20Vertical%20and%20Horizontal%20Flash%20Sliders" title="Mixx"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Ftutorial%2Factionscript-drag-drop-tutorial-vertical-and-horizontal-flash-sliders%2F&amp;partner=sociable" title="Print"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Ftutorial%2Factionscript-drag-drop-tutorial-vertical-and-horizontal-flash-sliders%2F&amp;partner=sociable" title="PDF"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Ftutorial%2Factionscript-drag-drop-tutorial-vertical-and-horizontal-flash-sliders%2F&amp;title=Actionscript%20Drag%20%26%20Drop%20Tutorial%20%7C%20Vertical%20and%20Horizontal%20Flash%20Sliders" title="StumbleUpon"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Ftutorial%2Factionscript-drag-drop-tutorial-vertical-and-horizontal-flash-sliders%2F" title="Technorati"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Actionscript%20Drag%20%26%20Drop%20Tutorial%20%7C%20Vertical%20and%20Horizontal%20Flash%20Sliders%20-%20http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Ftutorial%2Factionscript-drag-drop-tutorial-vertical-and-horizontal-flash-sliders%2F" title="Twitter"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://blog.circlecube.com/feed/" title="RSS"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>


<br/><br/><img src="http://feeds.feedburner.com/~r/circlecube/~4/a2TsH72De74" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.circlecube.com/2009/05/tutorial/actionscript-drag-drop-tutorial-vertical-and-horizontal-flash-sliders/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Stomping2 Design</title>
		<link>http://blog.circlecube.com/2009/05/portfolio/stomping2-design/</link>
		<comments>http://blog.circlecube.com/2009/05/portfolio/stomping2-design/#comments</comments>
		<pubDate>Wed, 06 May 2009 22:24:42 +0000</pubDate>
		<dc:creator>Evan Mullins</dc:creator>
				<category><![CDATA[portfolio]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[stompernet]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://blog.circlecube.com/?p=1130</guid>
		<description><![CDATA[<a href="http://blog.circlecube.com/2009/05/portfolio/stomping2-design/"><img align="left" hspace="5" width="150" src="http://blog.circlecube.com/wp-content/uploads/2009/07/Aviary-stomping2-com-Picture-1-156x300.png" class="alignleft wp-post-image tfe" alt="Aviary stomping2-com Picture 1" title="Aviary stomping2-com Picture 1" /></a>
Stomping2.com is the Stomping the Search Engines 2 relaunch by StomperNet. I was responsible for the design and html/css implementation. Site makes use of the custom stompernet video player I created as well.






	
	
	
	
	
	
	
	
	
	
	
	
	
	
	


]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_1127" class="wp-caption alignleft" style="width: 166px"><a href="http://blog.circlecube.com/wp-content/uploads/2009/07/Aviary-stomping2-com-Picture-1.png"><img class="size-medium wp-image-1127 " title="Aviary stomping2-com Picture 1" src="http://blog.circlecube.com/wp-content/uploads/2009/07/Aviary-stomping2-com-Picture-1-156x300.png" alt="Aviary stomping2-com Picture 1" width="156" height="300" /></a><p class="wp-caption-text">subscribe page with video</p></div><br />
<div id="attachment_1129" class="wp-caption alignleft" style="width: 218px"><a href="http://blog.circlecube.com/wp-content/uploads/2009/07/stomping2.com-image-2.jpg"><img class="size-medium wp-image-1129" title="stomping2.com-image-2" src="http://blog.circlecube.com/wp-content/uploads/2009/07/stomping2.com-image-2-208x300.jpg" alt="stomping2.com-image-2" width="208" height="300" /></a><p class="wp-caption-text">salesletter page</p></div><br />
<br clear="all" /><br />
Stomping2.com is the Stomping the Search Engines 2 relaunch by StomperNet. I was responsible for the design and html/css implementation. Site makes use of the custom stompernet video player I created as well.</p>






	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Fportfolio%2Fstomping2-design%2F&amp;title=Stomping2%20Design&amp;notes=%0D%0A%0D%0A%0D%0AStomping2.com%20is%20the%20Stomping%20the%20Search%20Engines%202%20relaunch%20by%20StomperNet.%20I%20was%20responsible%20for%20the%20design%20and%20html%2Fcss%20implementation.%20Site%20makes%20use%20of%20the%20custom%20stompernet%20video%20player%20I%20created%20as%20well." title="del.icio.us"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Fportfolio%2Fstomping2-design%2F&amp;title=Stomping2%20Design&amp;bodytext=%0D%0A%0D%0A%0D%0AStomping2.com%20is%20the%20Stomping%20the%20Search%20Engines%202%20relaunch%20by%20StomperNet.%20I%20was%20responsible%20for%20the%20design%20and%20html%2Fcss%20implementation.%20Site%20makes%20use%20of%20the%20custom%20stompernet%20video%20player%20I%20created%20as%20well." title="Digg"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Stomping2%20Design&amp;body=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Fportfolio%2Fstomping2-design%2F" title="email"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Fportfolio%2Fstomping2-design%2F&amp;t=Stomping2%20Design" title="Facebook"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Stomping2%20Design&amp;link=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Fportfolio%2Fstomping2-design%2F" title="FriendFeed"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Fportfolio%2Fstomping2-design%2F&amp;title=Stomping2%20Design&amp;annotation=%0D%0A%0D%0A%0D%0AStomping2.com%20is%20the%20Stomping%20the%20Search%20Engines%202%20relaunch%20by%20StomperNet.%20I%20was%20responsible%20for%20the%20design%20and%20html%2Fcss%20implementation.%20Site%20makes%20use%20of%20the%20custom%20stompernet%20video%20player%20I%20created%20as%20well." title="Google Bookmarks"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.hexosearch.com/se/submit.aspx?zlvz=&zqz=&zurlz=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Fportfolio%2Fstomping2-design%2F&ztz=Stomping2%20Design" title="Hexosearch"><img src="http://blog.circlecube.com/wp-content/logo16x16.png" title="Hexosearch" alt="Hexosearch" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Fportfolio%2Fstomping2-design%2F&amp;title=Stomping2%20Design&amp;source=circlecube+Evan%26%23039%3Bs+Interactive+Actionscript+Exploration&amp;summary=%0D%0A%0D%0A%0D%0AStomping2.com%20is%20the%20Stomping%20the%20Search%20Engines%202%20relaunch%20by%20StomperNet.%20I%20was%20responsible%20for%20the%20design%20and%20html%2Fcss%20implementation.%20Site%20makes%20use%20of%20the%20custom%20stompernet%20video%20player%20I%20created%20as%20well." title="LinkedIn"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Fportfolio%2Fstomping2-design%2F&amp;title=Stomping2%20Design" title="Mixx"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Fportfolio%2Fstomping2-design%2F&amp;partner=sociable" title="Print"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Fportfolio%2Fstomping2-design%2F&amp;partner=sociable" title="PDF"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Fportfolio%2Fstomping2-design%2F&amp;title=Stomping2%20Design" title="StumbleUpon"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Fportfolio%2Fstomping2-design%2F" title="Technorati"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Stomping2%20Design%20-%20http%3A%2F%2Fblog.circlecube.com%2F2009%2F05%2Fportfolio%2Fstomping2-design%2F" title="Twitter"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://blog.circlecube.com/feed/" title="RSS"><img src="http://blog.circlecube.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>


<br/><br/><img src="http://feeds.feedburner.com/~r/circlecube/~4/lmgS02O1mY4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.circlecube.com/2009/05/portfolio/stomping2-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic page generated in 1.425 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-02-08 19:36:59 -->
