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….. Read More >>>>
Continue Reading »Action Script 3
Two dimensional array in Smartfoxserver 2x (Java API)
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….. Read More >>>>
Continue Reading »SmartFoxServer 2x Custom User Registration and Login
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 »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 »