Global Properties - MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference

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

Advertisement

Availability: ActionScript 1.0; Flash Lite 1.1
Parameters
- The level (
level:Number
Example
The following example loads an image into a SWF file. When you click
loaded content is removed.
loadMovieNum("yourimage.jpg", 1);
unload_btn.onRelease = function() {
unloadMovieNum(1);
}
See also
loadMovieNum function
method)

Global Properties

Global properties are available in every script, and are visible to every Timeline and scope in
your document. For example, global properties allow access to the timelines of other loaded
movie clips, both relative (
expand (
) scope. And, you can use global properties to adjust runtime settings like
super
screen reader accessibility, playback quality, and sound buffer size.
Global Properties summary
Modifiers
Property
$version
_cap4WayKeyAS
92
ActionScript language elements
) of a loaded movie.
_level N
,
unloadMovie function
) and absolute (
_parent
Description
Deprecated since Flash Lite Player 2.0. This
action was deprecated in favor of the
System.capabilities.version property.
Contains the version number of Flash Lite.
Deprecated since Flash Lite Player 2.0. This
action was deprecated in favor of the
System.capabilities.has4WayKeyAS property.
Indicates whether Flash Lite executes
ActionScript expressions attached to key event
handlers associated with the Right, Left, Up, and
Down Arrow keys.
,
loadMovie (MovieClip.loadMovie
). They also let you restrict (
_root
, the
unload_btn
) or
this

Advertisement

Table of Contents
loading

Table of Contents