Recently, I received some questions from beginners about the concept, and the connection in the ActionScript, Flash Builder, Flash CS5, MXML, AIR and RIA. Don’t contempt the simple questions like these, probably even some experience can’t reply the question from beginners like: Can I use AS1 or AS2 in Flash CS5 and Flash Builder 4?
Posts Tagged ‘ECMAScript’
The Basic of ActionScript, Flash Builder 4 and Flash CS5 etc
July 2nd, 2010 How To Discriminate Between JavaScript Object and ActionScript Object In AIR
May 18th, 2008
JavaScript and ActionScript share a nearly identical syntax, object model, and even many object classes because both of them are based on the ECMA-262 (ECMAScript) standard. ActionScript implements the arguments object, which supports the callee and length properties, just like JavaScript. ActionScript also implements the Array, Boolean, Date, Math, Number, Object, and String classes familiar to JavaScript programmers.Adobe AIR allows ActionScript and JavaScript base object can be convert each other.But sometimes we still need to know which is javascript objct and which is actionscript object.The following code shows how to detect Javascript objct and ActionScript.
Do you konw the JavaScript’s real name
January 28th, 2008
JavaScript is the most popular scripting language on the internet, and works in all major browsers, such as Internet Explorer, Mozilla, Firefox, Netscape, and Opera.Virtually every personal computer in the world has at least one JavaScript interpreter installed on it and in active use. JavaScript’s popularity is due entirely to its role as the scripting language of the WWW . JavaScript is so popular,But…do you know the real name of JavaScript?

Posted in
Tags: