30 . July . 2008   at: 5:27 am

VideoViewer Class (AS3)

The VideoViewer Class is a class I created to quickly put together a video player in a matter of minutes. This is just part of a package that includes other classes such as the ProgressionBar Class which controls the scrubber and the time line. I will release the other classes at a later date.

The VideoViewer class has an easy to use API , that only consists of a couple methods and properties.

Continue on…

29 . July . 2008   at: 2:34 pm

Speed Particles Example 2

Just another example of the Speed Particles. There so many possibilities.

Continue on…

29 . July . 2008   at: 2:58 am

Speed Particles Example

Just messing around in After Effects to, building off the Speed Particles tutorial from VideoCoPilot. It’s a great effect with a lot of possibilities. Here is one of my tries at it.

Continue on…

28 . July . 2008   at: 5:44 am

New Design

New Design for the blog is finally up. I was up all night doing this one. I originally had another I was going to use but it wasn’t compatible with IE as well as FireFox. I really thing this template and will be the new home design for the site.

25 . July . 2008   at: 1:32 am

XMLLoader Class Updated Version (A.S.3.0)

**Update**
XMLLoader 2.0 « Cleck Here

I recently released a class (XMLLoader) and after some suggestions and further research, I decided to revamp the class entirely. With this comes some good news and bad news. Bad news first, the class no longer automatically creates the event listener for you. This is not a big lose. I just wanted to keep to Encapsulation standards.

Continue on…

23 . July . 2008   at: 4:24 am

XMLLoader Class (AS 3.0)

**Update**
XMLLoader 2.0 « Cleck Here

Even though with AS 3.0, dealing with XML has became very easy. I still don’t like writing this…

 
var myXML:XML = new XML();
var myLoader:URLLoader = new URLLoader();
var myURL:URLRequest = new URLRequest("titles.xml");
 
myLoader.addEventListener(Event.COMPLETE, loadXML);
 
myLoader.load(myURL);
 
function loadXML(e:Event) {
	myXML = new XML(e.target.data);
		return myXML;

Continue on…

  • About Me

  • I am a student at the Borough of Manhattan Community College majoring in Multimedia Art. I love being creative and anything allowing me to be creative. Any medium of expressing creativity is fair game. Drawing, animation, music, writing, etc. I like to do it all. I started out as an artist when I was younger and later ventured off into 3d space. After that I started getting more into digital media of drawing and painting and then the art of motion. Today I find myself a scripter. Who knows where I'll be tomorrow. Besides from art, I like basketball, video games, movies and hanging out. Same things every 20yr old guy in the city likes to do.

  • Contact Me

      Send an Email





  • Ads