In multi player gaming development there is requirement like custom user registration and custom user login which is some what tricky in smartfoxserver 2x or smartfoxserver pro. In smartfoxserver 2x for custom user registration and login, we need two zones for….. Read More >>>>
Continue Reading »ADOBE FLEX
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 >>>>
Continue Reading »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 >>>>
Continue Reading »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 >>>>
Continue Reading »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 >>>>
Continue Reading »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 >>>>
Continue Reading »