Action Script 3 Archive

This is simple example how to use multi dimensional array in SmartFoxServer actionScript 3 API as well Java API. I am using actionScript 3 API on the client, on the server side I’m using Java API to get that value the client sent. Here is client side multi

This is simple example how to use two dimensional array in SmartFoxServer actionScript 3 API as well Java API. I am using actionScript 3 API on the client, on the server side I’m using Java API to get that value the client sent. Here is client side two dimensional

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 registration and login. One zone for user registration and another one

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 TextField Class, and assign font, text size and color

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 way I had tried to position the smiley in

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 to find out width, height, ascent, descent, textFieldHeight, and

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 stage. Step 2: Select movieclip on the stage, then
- 1
- 2




