Nobien A nerd blog about nerdy things by … nerdy guys?

30Apr/080

Super Fun! UT Loop Website

This is rad little site. I was able to make a funny little loop and then get an embed code for it. Great concept.


Filed under: Inspiration No Comments
26Apr/0824

SWFAddress 2.1 & SWFObject 2 Work Together.

I spent a good hour yesterday trying to get SWFAddress 2.1 and SWFObject 2 to work together. First off, they do work together. Second, there's nothing to it. Then why did it take me an hour? Because I'm a dummy and I had the order in which each JavaScript set was called. In hindsight, this is common sense, but the golden ticket here is calling SWFAddress javascript BEFORE declaring the SWFObject. This more applies to people using the dynamic way of embedding the SWFObject. ie:

 
<head>
    <title>SWFObject v2.0 - step 3</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <script type="text/javascript" src="js/swfobject.js"></script>
    <script type="text/javascript" src="js/swfaddress.js"></script>
    <script type="text/javascript">
                swfobject.embedSWF('website.swf', 'website', '100%', '100%', '9.0.45', 
                'swfobject/expressinstall.swf', {}, {bgcolor: '#CCCCCC', menu: 'false'}, {id: 'website'});
    </script>
</head>
 

Silly right? I saw a couple of posts out there of people having a hard time getting this going. Once I flipped the JS declaration, it worked. And I felt kinda dumb. But hey ... That's life.

BTW: both SWFAddress and SWFObject 2 are pretty amazing and should be worked into your site/app flow if they aren't already.

25Apr/084

New Book, New Look.

After a year of neglect, we have finally revamped our blog. This new look will hopefully pressure us (more so, me) into posting more.

One main reason why we haven't been updating this site as much within the past year is that we've been working on Adobe AIR: Create-Modify-Reuse (or just Adobe AIR: CMR). I know we have posted some info about this in the past, but I we're pretty excited since it's finally coming out.

Adobe CMR was written by Todd Anderson and the two of us (Matt & Marc). Additional support for the book included our editor, Brian Hermann and technical editor, Ash Atkins.

The book is a learn-by-example guide to AIR. It is in no way a reference manual. However, if you find that you learn better by building, but don't necessarily know where to start, this is for you. Adobe AIR CMR takes you through eleven sample applications that you can modify and call your own. All together, I believe the book came together really well and is something we are all proud of. If you so happen to pick it up, we hope that you enjoy it.