Author Archive

TextArea Automatically Resize

No Comments »

Posting this just on the off-chance someone else ran into the issue and the solutions on the net weren’t up to their needs.

Read More »


Hyperlink Control

No Comments »

Problem
One of my friends had been asking me about how to change the style of the LinkButton like an HTML hyperlink, since people liketo display the link as like as HTML.
Solution
I developed a simple Hyperlink control in Flex that has the same look and feel as an HTML anchor tag.
Detailed explanation
Just create class which extends Text, and change the style on mouseOver to meet the same feel like html hyperlink.

Read More »


Display HTML content in Flex screen

No Comments »

Problem
I have a application where i need to display HTML text in flex screen (using TextArea). Problem is HTML text contains
tag which is not supported in flex htmlText property. So all the information under

Read More »


File download without any server (ASP,PHP,etc) script in flash player 10

No Comments »

While reading through flash player 10 API, i come to know that FileReference Class has updated with few new features. FileReference Objetc now can take file into flash player (upload) and give file back to file system (download) without any server side script like ASP, PHP etc. flash player 10 can perform these tasks without any middle man :)

Read More »


Load external image in to swf file – Load image class

No Comments »

Load external image in to swf file – Load image class

Read More »