Version Property - 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

Modifiers
Property
_parent
_quality
_root
scroll
_soundbuftime
this

$version property

$version
Deprecated since Flash Lite Player 2.0. This action was deprecated in favor of the
System.capabilities.version
String variable; contains the version number of Flash Lite. It contains a major number, minor
number, build number, and an internal build number, which is generally
versions. The major number reported for all Flash Lite 1.x products is 5. Flash Lite 1.0 has a
minor number of 1; Flash Lite 1.1 has a minor number of 2.
Availability: ActionScript 1.0; Flash Lite 1.1
Example
In the Flash Lite 1.1 player, the following code sets the value of
myVersion = $version;
See also
version (capabilities.version property)
Description
Specifies or returns a reference to the movie clip or
object that contains the current movie clip or
object.
Sets or retrieves the rendering quality used for a
movie clip.
Specifies or returns a reference to the root movie
clip Timeline.
Deprecated since Flash Player 5. This property
was deprecated in favor of TextField.scroll.
Controls the display of information in a text field
associated with a variable.
Establishes the number of seconds of streaming
sound to buffer.
References an object or movie clip instance.
property.
in all released
0
to "5, 2, 12, 0":
myVersion
Global Properties
95

Advertisement

Table of Contents
loading

Table of Contents