Resize Adobe AIR Windows through Custom Flex 4 Effects Interpolation , the next and verbosely entitled episode in the gripping and suspenseful series CodeDependent , is now available from Adobe TV . In this show, we see how to apply what we learned about arbitrary type interpolation in a previous episode to the specific use case of resizing an AIR window. The ability to animate properties of arbitrary type is one of the key new features in the Flex 4 effects system, and it comes in handy for this use case where animating the x, y, width, and height properties of the native window aren't good enough. Instead, we need to interpolation a Rectangle object so that we can atomically set the bounds of the native window with each animation update. Here's the video: Instead of embedding the application like I normally do, I'm just going to provide this link to it . It's a link to an AIR application which you would need to install and run locally, because that's the way that...