Modifiers
Signature
loadMovie(url:String
, target:Object,
[method:String])
loadMovieNum(url:Str
ing, level:Number,
[method:String])
loadVariables(url:St
ring, target:Object,
[method:String])
loadVariablesNum(url
:String,
level:Number,
[method:String])
mbchr(number:Number)
mblength(string:Stri
ng)
mbord(character:Stri
ng)
mbsubstring(value:St
ring, index:Number,
count:Number)
MMExecute(command:St
ring)
nextFrame()
nextScene()
Number(expression:Ob
ject)
42
ActionScript language elements
Description
Loads a SWF or JPEG file into Flash Player while the
original SWF file plays.
Loads a SWF or JPEG file into a level in Flash Player
while the originally loaded SWF file plays.
Reads data from an external file, such as a text file or
text generated by ColdFusion, a CGI script, Active
Server Pages (ASP), PHP, or Perl script, and sets the
values for variables in a target movie clip.
Reads data from an external file, such as a text file or
text generated by a ColdFusion, CGI script, ASP,
PHP, or Perl script, and sets the values for variables in
a Flash Player level.
Deprecated since Flash Player 5. This function was
deprecated in favor of the String.fromCharCode()
method.
Converts an ASCII code number to a multibyte
character.
Deprecated since Flash Player 5. This function was
deprecated in favor of the methods and properties of
the String class.
Returns the length of the multibyte character string.
Deprecated since Flash Player 5. This function was
deprecated in favor of String.charCodeAt().
Converts the specified character to a multibyte
number.
Deprecated since Flash Player 5. This function was
deprecated in favor of String.substr().
Extracts a new multibyte character string from a
multibyte character string.
Lets you issue Flash JavaScript API (JSAPI)
commands from ActionScript.
Sends the playhead to the next frame.
Sends the playhead to Frame 1 of the next scene.
Converts the parameter expression to a number.
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?