Archive for the ‘Flex 3 Action Script 3 Tutorial’ Category

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 »


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 »


Uploading an image into flash without server side script using flash player 10

No Comments »

According to my last post, Flash Player 10 has updated FileReference class with some new featured methods. My last post explaining how some one can download an image from flash to user file system without using any server side scripting. In this post i am going to show you another power of flash player 10, that is uploading an image into flash player without using any server side script.

Read More »