Posted on February 19, 2008 by subeesh
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 [...]
Filed under: Flex | 4 Comments »
Posted on February 16, 2008 by subeesh
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 [...]
Filed under: Flex | 2 Comments »