FlexPaper – Flex open source

No Comments

FlexPaper is an open source component for displaying PDF files in a website.  It is based on GPL V3 license.  It has lot of features as the reader can be configured with many options.

 

Flex Tips – Displaying Textinput as password field

No Comments

Add displayAsPassword=”true” to the TextInput control

<mx:TextInput x=”147.75″ y=”63″ id=”txtPassword” displayAsPassword=”true”/>