THE FOLLOWING FILES ARE PROVIDED TO YOU "AS IS," AND BRENDANDAWES.COM MAKES NO EXPRESS OR IMPLIED WARRANTIES WHATSOEVER WITH RESPECT TO THEIR FUNCTIONALITY, OPERABILITY, OR USE, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR INFRINGEMENT. BRENDANDAWES.COM EXPRESSLY DISCLAIMS ANY LIABILITY WHATSOEVER FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, INCIDENTAL OR SPECIAL DAMAGES, INCLUDING, WITHOUT LIMITATION, LOST REVENUES, LOST PROFITS, LOSSES RESULTING FROM BUSINESS INTERRUPTION OR LOSS OF DATA, REGARDLESS OF THE FORM OF ACTION OR LEGAL THEORY UNDER WHICH THE LIABILITY MAY BE ASSERTED, EVEN IF ADVISED OF THE POSSIBILITY OR LIKELIHOOD OF SUCH DAMAGES.
By downloading the software from this page, you agree to the specified terms.
Flashforward2006 Austin Poster
A NodeBox/Pixie created poster featuring all the speakers names from Flashforward2006 Austin.
Jean-Luc Godard Poster
Originally made as an alternative cover for the Jean-Luc Godard DVD given away by The Sunday Times.
PS2 Timelapse Poster
Timelapse of hands playing Burnout 3 as featured in Analog In, Digital Out.
A Christmas Carol
A typographic expression of the entire text of Charles Dickens’ A Christmas Carol.
Paper Fashion Doll
Your very own cut-out and keep Brendan Dawes paper doll, complete with optional "Jakob" t-shirt.
Scattr
A free Flash based Flickr viewing gadget you can use on your own site without any knowledge of Flash.
Video Delayer
Hook up a video camera and watch a 4x4 grid of real-time delayed images.
Psycho Studio for Pocket PC
Now you can edit the shower scene from Psycho right in the palm of your hand using this Pocket PC port of the web version. Requires Flash Player 6 for PPC.
DSF Robot
A Robot, built in QuickTime that floats above your desktop. Makes noises and everything!
Drag Slide Fade 2.0 Class Library
Version 1.2 of the Flash Actionscript class library first introduced at Flashforward San Francisco 2005. Now features some Flash 8 classes such as a BlurTween class. Includes example FLA files and documentation. Documentation is also available online. Lee Brimelow has made a great video tutorial on how to use these classes.
Flash 8 Bitmapdata Experiments
Experiments with the BitmapData object in Flash 8. See the Pieces of 8 section of this site for examples.
Flickr and Flash example fla
Very simple basic example of how to use Kelvin Luck's Flickr API wrapper for Flash. This should get you started on adventures with Flash and Flickr.
DSF Cover Archive 2002-2003
16 Flash source files of all the covers that were created for the Drag Slide Fade site.
DSF Book Source
These are the original source file downloads for the book Drag Slide Fade. I do not recommend downloading these unless you really need to. They're now out of date Flash 5 files.
Flash Film Editor
The basic editing engine as used in the original Psycho Studio application.
PHP - List files in a directory
This script will look into a directory and return a comma delimited string of all the user specified files. Can be used with Flash etc.
PHP - List files in a directory (XML version)
As above but returns a much nicer XML output.
PHP - Grab RGB values of individual pixels
Using the GD Image Library, this returns a string containing the RGB values for each pixel in an image.
ASP - Pass variables to Flash - GET
Shows how you pass variables from a URL into a Flash movie using ASP. This version uses the GET method (variables are visible in the URL).
ASP - Pass variables to Flash - POST
Shows how you pass variables from a URL into a Flash movie using ASP. This version uses the POST method (variables are not visible in the URL).
ASP simple redirect
Super simple web page redirect for ASP.