Grant Skinner

The "g" in gskinner. Also the "skinner".

@gskinner

Update: JSFL OpenBoundClasses

I just updated the OpenBoundClasses JSFL. This update should work smoothly on a mac (was tested, but not thoroughly), this version should support just about any path you feed it.

This version supports an array of classpaths (similiar to the IDE), you can setup the array exactly like you have yer paths set in the IDE and everything should work as expected. This will require a minor edit to the .jsfl file.

You can download the file from here and again if you have any issues, comments, or suggestions please leave a comment.

The Great Pumpkin(s) Showdown…

To gear up for Hallowe’en, we here at gskinner.com had a little pumpkin carving contest, whilst munching on ghost festooned brownies (yum). The results are, uh, amateurish perhaps, but we had fun and thought we’d share the experience. We also couldn’t agree on a winner, so we thought we’d open it up to the public to pick one.

Here they are, and a snifty little voting tool we whipped together for the occasion. Feel free to drop some comments below, too…

Continue reading →

Back from the 4 City Tour

I’m back in the office after speaking at two stops on the FlashInTheCan 4 City Tour. The trip was a lot of fun, hanging out with the other speakers, staff and attendees in Montreal and Ottawa. It was also a ton of fun actually doing my session “Object Oriented Procrastination”, which was a bit of a departure from my usual technical sessions.

I’d post photos, but I think that could be incriminating evidence… maybe once I’ve had a chance to screen them. 🙂

Thanks to Shawn Pucknell and all the organizers for putting together yet another awesome event. Looking forwards to FitC 2005.

New gskinner.com site launches

The gskinner.com v2.5 site has launched. Why 2.5? Because it’s a stopgap between version 2 and a (hopefully) much cooler version 3 of the site that will go up when we have more time to devote to it. Right now, we’re way too busy with client projects and glic to put up a site that does justice to our capabilities, but I wanted to put up some materials that reflected the new focus and structure of gskinner.com.

IMHO the most interesting part of the new site is the dynamic vector drop shadow engine – it automatically blurs, offsets and fades shadows based on the _z value of the panes. It also scales the complexity of the shadow automatically, so it might draw 2 vectors for a sharp shadow, and 8 for a blurrier shadow.

I’m also happy that it consumes this blog’s RSS feed, so that the news stays updated without any extra work. 😉

For something that got tossed together while I was on the road on the FlashInTheCan 4 city tour, I think it’s ok.

JSFL: Open Bound Class(es)

This is a little JSFL script I put together the other day after being inspired by a similar idea from Tony at Teknision.

The purpose of this script is to launch any AS2 classes bound to the selected items in your library. Comes in super handy if bound to a keyboard shortcut.

The concept is pretty simple so there isn’t much to explain, two things to look out for:

1) There is a variable (var classPath) in the script that you may (or may not) have to change to reflect yer own development enviroment.

2) Right now it only works relative to the .fla, so like /classPath/com/gskinner/etc ..

I do have some idea’s for more/better functionality, but I’m not sure it’s quite possible in this iteration of JSFL.

The script can be downloaded from here, and if you have any comments/suggestion for improvement or whatnot please leave a comment.

Hope you enjoyed my first gBlog post, stay tuned for more.

New Authors at gBlog

I’d like to give a warm welcome to the very talented members of the gskinner.com team who will now be posting to the gBlog as opportunity presents:

Phil Chung (of PhilterBlog fame)

Ryan Matsikas (of ChewTinFoil blog fame)

Lanny McNie (not famous, but still cool 😉

This should help keep the blog a little more active then it has been lately – I have lots to post, but we have been crazy busy lately, with some very cool client work and glic (news on that soon).

Keep an eye out for their posts, and be sure to say hi in the comments.

Update to “Set Up for Preloading” JSFL

I just uploaded an updated version of my JSFL script for automating the set up of FLAs for internal pre-loading (removing the need for an external pre-loader). This update fixes a problem where JSFL execution would not complete if there was an embedded video asset in the library, as well as providing more robust reporting.

You can go to my previous post on this topic to read about how to use this JSFL properly, and to download the new version (near the bottom of the page).