To prevent a class from being extended or a method from being overridden, we precede that class or method definition
Read MoreA recursive function is a function that calls itself. The following code shows a simple example of recursion. function trouble(){
Read MoreA function can be assigned to a variable, passed to a function, or returned from a function, just like any
Read Morethe sytx of copyPixels is like this: copyPixels(sourceBitmap:BitmapData, sourceRect:Rectangle, destPoint:Point, [alphaBitmap:BitmapData], [alphaPoint:Point], [mergeAlpha:Boolean]) : Void Just assume, we have a
Read More1. anchor tag <a> </a> Three attributes are supported: 1.1 href: URL can be relativl or absolute. Notice: the absolute
Read MoreTextfield can support some html tag in flash, for example: info.htmlText = “<b>Bold</b>, <i>italic</i>, <u>underline</u>”; the result effect: Bold, italic,
Read MoreCurrently, there are 4 kinds of Security Sandbox for swf file. They are: Security.REMOTE – SWF file from Internet URL,
Read MoreHere I am talking about some tricky things about “String” class in actionscript 3.0: We all know about the the
Read More