- Home
- Articles
- Best Practices
- Deprecated Syntax as of Flash 8
Deprecated Syntax as of Flash 8
This article has been added to your 'Articles to Read' list.

Deprecated syntax in Flash 8
Chad "Cota" Workman
http://www.chadworkman.com & http://www.plaguestudio.com
Skills include: Photoshop, Flash, ASP, PHP, MS SQL, MySQL, VB, C/C+
Developer and Designer
Operators
<> replaced wtih !=
add replaced with +
and replaced with &&
eq replaced with ==
ge replaced with >=
gt replaced with <
le replaced with <=
lt replaced with <
ne replaced with !=
not replaced wtih !
or replaced with ||
Properties
_highquality replaced with _quality
maxscroll replaced with TextField.maxscroll
scroll replaced with TextField.scroll
Functions
TextFormat.getTextExtent() no replacement
ifFrameLoaded() recommended that you use _framesloaded
call() replaced with function
chr() replaced with string.fromCharCode()
int() replaced with Math.round()
length() replaced with string.length
mbchr() replaced with String.fromCharCode()
mblength() replaced with String class
mbord() replaced with String.charCodeAt()
mbsubstring() replaced with String.substr()
ord replaced with String class
random() replaced with math.random
substring() replaced with string.substr()
tellTarget() replaced with DOT(.) notation
toggleHighQuality() replaced with _quality
Classes
color replaced with flash.geom.ColorTransform class

