Youtube Interface in Flex — FxTube

I am trying to create a youtube interface in Adobe Flex. Click here to view the initial stage.
This is done using the Youtube data API available here ( Thanks to Martin for his invaluable contribution ).
I have used the video player from fxcomponents ( Thanks again )
Thanks to Abdul Qabiz for his post regarding Constructing [...]

Flex Password Strength Meter

I have tried to create a Password Strength meter in flex . It is based on the existing ProgressBar component in flex . It has a target property which is to be set to the password input textbox. Whenever the text in the password input changes , password strength is calculated using regular expressions and [...]

HTML Tables in Flex

Most of the flex develpors a face a common problem to render html tags . Flex do not have the abillity to render complex html tags like <table> tags , but  Adobe Air is having a HTML control for rendering the html. I think the full html rendering ability is not included in flash player inorder [...]