Posted on May 20, 2008 by subeesh
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 [...]
Filed under: Flex | Tagged: Flex, FxTube, interface, youtube, youtube in flex, youtube videos without youtube | 9 Comments »
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 »