Tag Archives: Component

SuperImage Redux

I have been meaning for so long to post this code. Some time ago I had the pleasure of working with John Yanarella from Universal Mind. John was helping my employer at the time to put together an application that allows users to upload, manage, and share media assets. We needed an efficient way to [...]
Posted in API, Component, Flex | Also tagged , , , , | 6 Comments

Rotate using Flex BitmapData and Matrix

Recently, I found myself in need of an image rotation component in Flex so that the rotation takes place on the client and saves the image back to the server.  The image source I use has a thumbnail 100×100 and the original image.    I wanted to load just the thumbnail to perform the rotation and then once [...]
Posted in Flex | Also tagged , , , , | 7 Comments