Spring Clean

Personal | 29 Apr 2008 | 4 comments

Personal | 29 Apr 2008 | 4 comments

Spring Clean

Dusting off the cobwebs

Spring Clean

If you’ve been here before, you will have noticed I have not only moved servers but also overhauled this whole site as well as giving it a swanky new look. Apart from the simple fact that change is good, I have a few key reasons for the update: // Read More

G94 Circular Menu

Interfaces | 07 Aug 2007 | 10 comments

Interfaces | prototypes | 07 Aug 2007 | 10 comments

G94 Circular Menu

Group94 Inspired Circular scrolling menu

G94 Circular Menu

Download Group94 style scrolling menu

I built this circular version of the group94 style scrolling menu for a flash website awards showcase I was asked to work on. The original design was based around circles, but we ended up redesigning as parts of the interface (not this menu!) were too processor intensive.

Ok, so part two of my tribute to Group 94’s menu system! This is again inspired by the Group 94 (at least they are most famous for it) shuffle menu in Flash, which pushes items off the top and bottom as the menu shuffles into place. // Read More

SWF Address

flash | 18 Jul 2007 | 3 comments

flash | 18 Jul 2007 | 3 comments

SWF Address

Deep linking in Flash

I have just been checking out Asual’s SWFAddress.

If you haven’t come across it yet, SWF Address is a tool for deep linking in Flash. It is a JavaScript based code which will set hash (anchor) link path from your Flash content. Not only does this mean users can now use their back buttons, but it also means permalinks can be created to content deep inside the Flash movie. For example http://www.yoursite.com/#/projects/project-name/ // Read More

Dynamic positioning continued

Actionscript 2.0 | 08 Mar 2007 | 34 comments

Actionscript 2.0 | 08 Mar 2007 | 34 comments

Dynamic positioning continued

Creating fullscreen flash sites

Dynamically position elements in your flash movie for fullscreen flash websites

Download the source files

Following another post regarding using stage listeners to dynamically resize and position MovieClips in Flash, I was asked to upload and FLA as an example. The previous code can just be pasted into the actions panel and will run without any MovieClips needed, and was designed to show the StageListener function rather than showcase a particular dynamic layout. // Read More

Dynamic Positioning

Actionscript 2.0 | 27 Sep 2006 | 13 comments

Actionscript 2.0 | 27 Sep 2006 | 13 comments

Dynamic Positioning

Creating fullscreen flash sites

Dynamic Positioning

Since fullscreen flash websites have become so popular; this little trick (a necessity really) has been used to make sure that no matter what screen resolution a user has, they can experience the site in the way in which the designer intended.

I realise that listeners are common knowledge, but I have had a lot of emails asking about dynamic positioning so I have written this brief tutorial on how to get all the elements in your Flash movie to position themselves automatically when the user’s browser window resizes, or if they are using a different screen resolution to you and you hate the idea of letting the movie scale! // Read More