I've entered a video in the Canadian Doritos Viralocity contest. I'd appreciate if you checked it out (especially if this blog has helped you in any way). Thanks!

  1. Can’t import fl.video.VideoPlayer?

    Posted on: May 30, 2008

    Just now I ran into a problem when trying to use to VideoPlayer class for the first time.  Dang.

    Problem:

    When doing this:

    import fl.video.*;

    I get this:

    1172: Definition fl.video:VideoPlayer could not be found.

    Solution:

    I dragged an “FLVPlayback” component onto my stage, and then deleted it.  I guess that forced flash to load in the needed classes.  I’m not sure if this is a bug of if I’m missing something.  I found my answer at the Actionscript.org forums, where it looks like a few other people may have had the same problem.  I think there’s some people there that have posted speculations on why this might happen.  If you care to read, the link is below.

     http://www.actionscript.org/forums/showthread.php3?t=153762


  2. Flock is great for blogging!

    Posted on: May 29, 2008

    Be a Flockstar

    I just discovered how great the browser Flock is for blogging! I managed to set it up to work with my Wordpress blog (the one your reading). Now I can simply right-click on any page, and select “blog this“. A nice, fast, GUI editor pops up within Flock and I can write my post, format the text how I’d like and even drag images off of web pages in Flock right into my post. I had been meaning to try this out for a few months now, and I’m glad I finally did.

    Flock uses the Gecko rendering engine, and is set-up to work a lot like Firefox. If you’re a Firefox fan, give Flock a try.

    Note: As I’m writing this post I just discovered that this editor doesn’t use very good XHTML. When making the text italic it used a span tag with an inline style instead of an em. Oh well.. it’s still cool.


  3. APE Class Model

    Posted on:

    Click above for a giant layout of all the APE classes and the way they inherit each other. Definitely helpful.


  4. Excellent APE Beginner’s Resources!

    Posted on: May 28, 2008

    If you have any interest in Flash + Math/Physics, I recommend you try out APE (the Actionscript Physics Engine) library by Alec Cove. It’s a set of AS3 classes that will easily let you create a world of particles that are affected by physics. If you’ve ever thought about making an action-type game, this might be the place for you to start.

    Just today I stumbled upon some great examples by a guy named Andrew Garrahan that were posted to Google Group called APE General.

    Follow this link to see the examples: APE Cornerstones: Basic Examples

    (Thanks Andrew, these should really help me get started)

    There’s also some other great examples in this group and I imagine it will grow as well. I hope this helps someone out there!


  5. Flash CS3 UIScrollBar Trouble

    Posted on: May 27, 2008

    I had some trouble with the CS3 UIScrollbar properly latching onto a dynamic textbox earlier this week. I found a solution and I thought I’d share.

    (more…)