|

Calendar

March 2010
S M T W T F S
« Feb    
 123456
78910111213
14151617181920
21222324252627
28293031  

Tag Cloud

Categories

Archives

Recent Posts

Recent Comments

Tutorials

« Previous Entries

Creating Your First HTML-Based Application for Adobe AIR with Dreamweaver CS4

Monday, October 5th, 2009

Thank you to those who sat through my lab today at MAX. Here is the promised resources and documentation.
Creating Your First HTML-Based Application for Adobe AIR with Dreamweaver CS4

Learn everything you need to know to build and deploy an HTML-based Adobe AIR application using Dreamweaver CS4. We’ll explore the AIR APIs, including the HTML control, [...]

FlexCamp Presentation (part 3 of 3) : FileReference save()

Thursday, September 10th, 2009

In part 1 of this series, I showed how to load a file into the Flash Player by using the FileReference load() method. In part 2, I showed how to use PIxel Bender to filter the loaded image.
In this part, I will show how to use the FileReference save() method to save the image back [...]

FlexCamp Presentation (part 2 of 3) : Pixel Bender

Wednesday, September 9th, 2009

In part 1 of this series, I showed how to load a file into the Flash Player by using the FileReference load() method. In this case we are loading an image, but you can load any file type.
In this part, I will show how to use Pixel Bender filters to filter the loaded image.

In part [...]

FlexCamp Presentation (part 1 of 3) : FileReference load()

Tuesday, September 8th, 2009

I gave a presentation for FlexCamp Italy over the weekend. The basics of the session was showing how to load an image from the desktop into the Flash Player, tweak the image with PixelBender, and finally save the image back to the desktop with no server required. Yes, that’s correct, as long as you have [...]

FabulousFlex Preloaders

Tuesday, August 11th, 2009

Recently a co-worker was asking me about creating custom pre-loaders for images within Flex applications. I mentioned that I had been using a library called FabulousFlex which can be downloaded at http://strawberrypixel.com/blog/downloads/
This simple pre-load library handled all of my needs and is quite simple to use. So, I thought I would share. Here is the [...]

« Previous Entries