Tag Cloud Component

Home

While working a personal project in AIR I ran into the need of using a simple sort of a "Tag Cloud"  component. I decided to googled out for something already there but I wasn't able to find anything so decided to sit and create my own component.. is not perfect and still needs a lot of work (specially with styles) but is functional... 

The Component is filled with an array of Tag objects. A Tag object contains and Id, a description and a count which is used to decide the size of the tag in the cloud. When a Tag is clicked a TagCloudEvent is dispatched with the information of the tag
As I said there's still a lot of work needed to be done and will release it's code later, for now you can download the SWC component and the example of how to use it.

Example

Component