Archive for the ‘ActionScript’ Category

8 Useful Misc ActionScript Class

osd-sun-icon In previous article we have particularly introduced some ActionScript Class. For example about: Color, TextField, Sound, Button… This time we prepared a list of Misc Class for you. They are very common and often be used during the coding job. Then it must be very helpful to you. Now let’s start!

(more…)

7 ActionScript Class About Color

hp-auto-icon In previous article we have introduced the ActionScript class about sound, string, bitmap, TextField. But as you know the internet is also a colorful world. Then the class of color is essential part of the development. Following we have prepared some light weight useful Color class for your reference. Hope you will enjoy them

(more…)

7 Small But Powerful ActionScript Class About TextField

flying-bird-iconIn previous article we have learned the ActionScript class about sound, string, bitmap. This time we will introduce you more about Textfield class. Some of them is small but very powerful, it will help you create text search engine easily in flex or allows you to use the SpellChecker’s functionality with every normal TextField in Flash. If you are interested why not have a try now?

(more…)

6 Very Useful ActionScript Classes About Sound

MailBox-icon In previous article 8 Classical ActionScript Classes About BitMap we have introduced some BitMap ActionScript classes. In fact not only images but also the media like MP3, video are used in web development.  Following is 6 useful actionscript libraries which can load images, swf, mp3 etc.Hope they are helpful for you.

(more…)

12 ActionScript Tutorials About Button

fish-2-icon No matter Web or Windows program development, the button is a necessary role. There are many tutorials about button application in Flash with ActionSctipt. We have collected some for your reference. Some of them teach you how to create a button in flash, some of them introduced how to enable or disable a button with ActionScript. Hope you will enjoy them.

(more…)

6 Very Useful Classes for String in ActionScript

Other-Butterfly-icon

In program development, string is a very important part. If we have many powerful classes about string, how easier the coding will be. Then we have collected a list about the string class for your reference. It will be ver helpful for your coding work not only save more time but also very convenient.

(more…)

8 Classical ActionScript Classes About BitMap

wallpaper-icon Bitmap is an often used graphics file format in program development. Then it seems how to master it is very important. In fact there are many very useful classes about bitmap can help you to easily create a Bitmap objects. Following we have collected 8 classical BitMap classes for your reference. Hope you can enjoy them.

(more…)

Tips: How To Get The SWF Path In ActionScript 3

presentblue-icon Sometimes we need to get the swf path in our flex/flash project, it can be done with _root._url in actionscript 2, but _root not work in actionscript 3. How to get the swf path in as 3? The following is 2 ways on how to get it.

Hope it will be useful for you.

(more…)