<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5" -->
<rss version="0.92">
<channel>
	<title>Activative</title>
	<link>http://bowievanling.com/blog</link>
	<description>Actionscript and Multimedia</description>
	<lastBuildDate>Wed, 21 May 2008 01:20:16 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Vector Geometry: determining a vector&#8217;s direction as degrees</title>
		<description>Re-inventing the wheel? Definitely.  Discovering that wheel for myself?  Absolutely. 

The code written here is procedural and we're dealing only with two dimensions, I'm sure there are plenty of classes and aggregations of classes that handle the same thing.  I started looking at some fundamental vector geometry ...</description>
		<link>http://bowievanling.com/blog/exercise-in-vector-geometry/</link>
			</item>
	<item>
		<title>Auditory Waveforms, Frequency Ranges and Composition</title>
		<description>I've been trying to figure out how different frequencies of the sound spectrum can affect each other, and how graphical waveforms represent all of those frequencies.  A friend and excellent sound engineer was giving me a couple of pointers on sound design, namely with multi band compression. A couple ...</description>
		<link>http://bowievanling.com/blog/auditory-waveforms-frequency-ranges-and-composition/</link>
			</item>
	<item>
		<title>Class Dragger.as with Event.MOUSE_LEAVE</title>
		<description>I'm working on my first as3 class.  There has been a discussion of it going on over at actionscript.org  I'm questioning whether or not this should extend the MovieClip class.  In any regard it works well for my needs.  

In working on this class, I've stumbled ...</description>
		<link>http://bowievanling.com/blog/draggeras-with-eventmouse_leave/</link>
			</item>
	<item>
		<title>using flashvars with swfobject 2.0 and as3</title>
		<description>This was a nice little exercise getting some name value pair data into an embedding flash object.  swfobject 2.0 has a great new way to pass objects with your variables to your swf.

This is the javascript:

&#60;script type="text/javascript" src="scripts/swfobject.js"&#62;&#60;/script&#62;
&#60;script type="text/javascript"&#62;
var flashvars = {dataFeedXML: "./data/regions_feed.xml"};
swfobject.embedSWF("swf/filename.swf", "flashDiv", "687", "486", "9.0.0", "swf/expressInstall.swf", flashvars);
&#60;/script&#62;

I ...</description>
		<link>http://bowievanling.com/blog/using-flashvars-with-swfobject-20-and-as3/</link>
			</item>
</channel>
</rss>
