Wow, what an experience it was in Indiblogger meet at ITC Grand Chola. I really waited for the day for an year. It happened last Saturday at ITC Grand Chola. Before entering the hotel, I felt little bit nervous about….. Read More >>>>
Posts By: muni
How to add MovieClip (Image) to TextField in Action script 3 Flash Professional CS6
In action script 3 adding images and movie clips to the TextField very easy using <img> tag and htmlText property of TextField. Just follow few steps to add images or movieclips to the TextField. step 1: Initialize TextField instance using….. Read More >>>>
How to add smiley to chat application using Action Script 3 in Flash Professional
This may be simple task when someone give you this, But really some what difficult is there while positioning smiley in the textfield. I had gone through Google none of them explained this. Download sample files here. Here is simple….. Read More >>>>
How to find text width of a TextField in Action Script Flash Professional cs6
note : In action script 2 getTextExtent() method gives width, height, ascent, descent, textFieldHeight, and textFieldWidth of text in the TextField, but in action script 3 to get above things use one of the below methods. It is very easy….. Read More >>>>
How to convert MovieClip into GIF animated image in Action Script 3 Flash Professional CS6
Converting MovieClip into animated GIF image is very easy in Flash Professional IDE. Just follow below few steps to convert MovieClip into animated GIF image. Step 1: Import a movieclip (that is need to be converted) from your library into….. Read More >>>>
setRGB in Action script 3 Flash Professional or Flex Builder
The setRGB() method is used in action script 2 to set color properties to movie clips, but that method is no longer present action script 3. setRGB() functionality achieved in action script 3 using colorTransform class import flash.geom.ColorTransform Here is….. Read More >>>>