photobucket

ActionScript 3 Photobucket API Basics

So by popular demand, and just because it's fresh on my mind, I've revisited the Photobucket photoflow example. This version of the app goes a step further and uses the full blown ActionScript 3 Photobucket API. This API is actually relatively new and I was actually working on a similar interface to their API when they released theirs.

Creating a php proxy for flash

So I'm planning on updating my photobucket samples, but I wanted a live flash file on my site instead of the crappy static image I had before. Unfortunaly since the coverflow component requires access to the BitmapData to create the reflection, loading any external images will throw an error.

Create a Photobucket Image Gallery

Photobucket has a tonne of images that you can use to create some interesting content. I'm going to show you how to create a simple photobucket image gallery using Flex.