ActionScript3 (AS3 for short) and c ++ are both Object-Oriented Programming (OOP) languages with OOP features such as encapsulation, inheritance, and polymorphism. There are many similarities in the syntax between the two. It is not very difficult
constant operator Parameters
With the release of Flash CS3, it is estimated that many friends have started migrating from AS2 to AS3. But AS3 has changed so much more than AS2, many methods in the AS2 in the AS3 is not the same, or even disappear,
At present, flash in all aspects of the application of more and more wide, and flash is not only focus on their own brilliant effect, but also need to exchange data with external programs to achieve more powerful functions, with the advent of AS3,
I recently read GC (Garbage Collector) related things and found several good articles. Although I was older (06 years old), it is worth reading, the GC (Garbage Collector) Here is mainly about flashplayer9. Even if the English language is poor, a
There are many new data types in the variable AS3. Some of these types are not previously present. The basic data types in AS3 are as follows:
Simple data type:
Boolean
Int
Null
Number
String
UInt
Undefined complex data
I have never studied the interaction between AS3 and JS, that is, SWF communication in html. Recently, I was forced to invest in it out of project requirements. I will also make a summary here.
I. The fastest way to pass values in HTML
When
1. Flex/Actionscript Math LibraryThe Flex/Actionscript Math Library (as3mathlib) is intended to provide a rudimentary numerical analysis toolkit for the Actionscript/Flex programming environment.
This library has just been converted from
I really don't want to discuss this issue. MVC and TDD are the concepts that have been hyped up. In fact, they are already special and cannot be verified by common methods. Experts say that it may not be good because it is an expert. Some people say
Protobuf is a set of tools developed by Google for serialization of structural data, communication protocols, data storage, etc., with the advantages of language independence, platform independence and scalability.
When used for communication, as
1. Create a regular expression in either of the following ways:VaR exp1: Regexp = new Regexp ("ABCD", "G ");VaR exp2 =/ABCD/g; // G Global indicates global match
Trace ("abcdefabcd". Match (exp1 ));Trace ("abcdefabcd". Match (exp2); // output ABCD
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.