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.
Posts Tagged ‘Tutorial’
10 Basic Flash Tutorials
January 1st, 2010
Ntt.cc
There is no doubt that Flash is a very powerful gropgram but also a difficult program to learn. In previous article 25+ Very Useful Flash & ActionScript 3 Tutorials we have introduced some, but it seems not enough. This time we have listed some very common used Flash tutorials. Hope it will be helpful to you.
25 Useful Tutorials Show How to Convert PSD to HTML & CSS Step by Step
November 15th, 2009
Ntt.cc
Now you have mastered the photoshop technique and designed a perfect PSD Files. Maybe you have a little trouble on how to convert you designs to high quality, cross-browser compatible valid XHTML/ CSS. PSD to HTML conversion is an important skill that has been growing in popularity over these years. Here we have listed 25 very detail tutorials teach you how to create a great nice looking site.
15 Very Useful Hand-Picked AJAX Tutorial
November 4th, 2009
Ntt.cc
Ajax is a technique for handling external data through JavaScript asynchronously, without reloading the entire page. Maybe you have heard about Ajax before, or at least used an Ajax-based application for example Gmail. The use of Ajax techniques has led to an increase in interactive or dynamic interfaces on web pages. Ajax is not a technology in itself, but a group of technologies as DHTML and LAMP. Then we have collect 15 very useful toturials which hope can help you understand it quickly. Now let’s start.
25+ Very Useful Flash & ActionScript 3 Tutorials
October 11th, 2009
Ntt.cc
We have introduced 10 Great Animation Tutorials For Adobe Flash You Should Know, if you are a designer who want to offer your visitors amazing user interaction, the following is 25 very userful flash and actionscript 3 tutorials which can up your design skill, let’s enjoy!
as3corelib Tutorial:How to Use StringUtil Class in Flex
September 9th, 2008
Ntt.cc
StringUtil class contains static utility methods for manipulating Strings. It simplifies the way to handle string values to meet the faults of StringUtil defined in package mx.util. For example, I want to remove all the string “mx:” in the StringUtilDemo.mxml. Just call the method like StringUtil.remove(theContent,”mx:”). However, the method is intrinsic case sensitive. So if I call the method like StringUtil.remove(theContent,”MX:”), it doesn’t make sense. The same as the method “replace”.
as3corelib Tutorial:How to Use NumberFormatter Class in Flex
September 7th, 2008
Ntt.cc
NumberFormatter class contains static utility methods for formatting Numbers. Now, there is a mere method defined. The method addLeadingZero “Formats a number to include a leading zero if it is a single digit between -1 and 10.” , simple but very useful.
I found codes “returnString+=NumberUtil.addLeadingZero(dateToFormat.getDate());” from internet. We can see that this is what we need when we do such things, to format year, month, day, hour, minute, second or others whatever.

Posted in
Tags:
How about 