9
1
CHAPTER 1
Flash Lite Global Functions
This section describes the syntax and use of the Macromedia Flash Lite 1.1 ActionScript
global functions. It includes the following functions:
Function
Description
call()
Executes the script in the called frame without moving the playhead
to that frame.
chr()
Converts ASCII code numbers to characters.
duplicateMovieClip()
Creates an instance of a movie clip while the SWF file plays.
eval ()
Accesses variables, properties, objects, or movie clips by name.
getProperty()
Returns the value of the specified property for the specified
movie clip.
getTimer()
Returns the number of milliseconds that elapsed since the SWF file
started playing.
getURL()
Loads a document from a specific URL into a window or passes
variables to another application at a defined URL.
gotoAndPlay()
Sends the playhead to the specified frame in a scene and begins
playing from that frame. If no scene is specified, the playhead moves
to the specified frame in the current scene.
gotoAndStop()
Sends the playhead to the specified frame in a scene and stops it. If
no scene is specified, the playhead is sent to the frame in the
current scene.
ifFrameLoaded()
Checks whether the contents of a specific frame are available locally.
int()
Truncates a decimal number to an integer value.
length()
Returns the number of characters of the specified string or
variable name.
loadMovie()
Loads a SWF file into Flash Lite while the original SWF file plays.
loadMovieNum()
Loads a SWF file into a level in Flash Lite while the originally loaded
SWF file plays.
Содержание FLASH 8-FLASH
Страница 1: ...Flash Lite 1 x ActionScript Language Reference...
Страница 6: ...6 Contents...
Страница 46: ...46 Flash Lite Global Functions...
Страница 62: ...62 Flash Lite Properties...
Страница 76: ...76 Flash Lite Statements...
Страница 110: ...110 Flash Lite Operators...
Страница 162: ...162 Index...