Activative

Actionscript and Multimedia

  • Home

Vector Geometry: determining a vector’s direction as degrees

Posted by Bowie van Ling in May 4th 2008  

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 and got to the fun […]

Continue reading " Vector Geometry: determining a vector’s direction as degrees "

No Comment
under: Math, Papervision 3D 2.0, Vector Geometry, actionscript, as3, physics
Digg it Add to del.icio.us Stumble it add to technorati

Auditory Waveforms, Frequency Ranges and Composition

Posted by Bowie van Ling in April 28th 2008  

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 of days later it dawned […]

Continue reading " Auditory Waveforms, Frequency Ranges and Composition "

No Comment
under: physics, sound
Digg it Add to del.icio.us Stumble it add to technorati

Class Dragger.as with Event.MOUSE_LEAVE

Posted by Bowie van Ling in April 22nd 2008  

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 across a very useful event […]

Continue reading " Class Dragger.as with Event.MOUSE_LEAVE "

No Comment
under: OOP, actionscript, as3
Digg it Add to del.icio.us Stumble it add to technorati

using flashvars with swfobject 2.0 and as3

Posted by Bowie van Ling in April 21st 2008  

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:
<script type=”text/javascript” src=”scripts/swfobject.js”></script>
<script type=”text/javascript”>
var flashvars = {dataFeedXML: “./data/regions_feed.xml”};
swfobject.embedSWF(”swf/filename.swf”, “flashDiv”, “687″, “486″, “9.0.0″, “swf/expressInstall.swf”, flashvars);
</script>
I had to use the dot […]

Continue reading " using flashvars with swfobject 2.0 and as3 "

No Comment
under: as3, swfobject
Digg it Add to del.icio.us Stumble it add to technorati

About the author

Bowie van Ling is a multimedia developer currently living and working in Asheville, North Carolina. A summary of his skill set can be found on Linked In Bowie also finds it odd to write about himself from a third person perspective.

Search

Categories

  • Uncategorized (1)
  • as3 (3)
  • swfobject (1)
  • OOP (1)
  • actionscript (2)
  • sound (1)
  • physics (2)
  • Math (1)
  • Vector Geometry (1)
  • Papervision 3D 2.0 (1)

Archives

  • June 2008 (1)
  • May 2008 (1)
  • April 2008 (3)

Recent Entries

  • Firefox 3 and the Flashtracer Extension
  • Vector Geometry: determining a vector’s direction as degrees
  • Auditory Waveforms, Frequency Ranges and Composition
  • Class Dragger.as with Event.MOUSE_LEAVE
  • using flashvars with swfobject 2.0 and as3

Recent Comments

  • Keine Kommentare vorhanden.

Most Comments

©2006-2008 Activative
Powered by WordPress 2.5    Valid XHTML    Valid CSS