MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference page 37

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Modifiers
Signature
stopDrag()
String(expression:Object) :
substring(string:String,
index:Number, count:Number) :
targetPath(targetObject:Object) :
String
tellTarget(target:String,
statement(s):Object)
toggleHighQuality()
trace(expression:Object)
unescape(string:String) :
unloadMovie(target)
unloadMovieNum(level:Number)
Description
Stops the current drag operation.
Returns a string representation of
String
the specified parameter.
Deprecated since Flash Player 5.
This function was deprecated in
String
favor of String.substr().
Extracts part of a string.
Returns a string containing the
target path of movieClipObject.
Deprecated since Flash Player 5.
Macromedia recommends that you
use dot (.) notation and the with
statement.
Applies the instructions specified in
the statements parameter to the
Timeline specified in the target
parameter.
Deprecated since Flash Player 5.
This function was deprecated in
favor of _quality.
Turns anti-aliasing on and off in
Flash Player.
Evaluates the expression and
outputs the result.
Evaluates the parameter x as a
String
string, decodes the string from
URL-encoded format (converting all
hexadecimal sequences to ASCII
characters), and returns the string.
Removes a movie clip that was
loaded by means of loadMovie()
from Flash Player.
Removes a SWF or image that was
loaded by means of
loadMovieNum() from Flash Player.
Global Functions
37

Advertisement

Table of Contents
loading

Table of Contents