Getproperty Function - 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

Command
GetTimeSeconds
GetTimeZoneOffset
SetQuality
Unescape
Availability: ActionScript 1.0; Flash Lite 1.1
Parameters
- A string passed to the host application for any use, or a command passed
command:String
to the Flash Lite player.
parameters:String
the Flash Lite player.

getProperty function

getProperty(my_mc:Object, property:Object) : Object
Deprecated since Flash Player 5. This function was deprecated in favor of the dot syntax,
which was introduced in Flash Player 5.
Returns the value of the specified property for the movie clip
Availability: ActionScript 1.0; Flash Lite 1.0
Parameters
- The instance name of a movie clip for which the property is being retrieved.
my_mc:Object
- A property of a movie clip.
property:Object
Returns
- The value of the specified property.
Object
Example
The following example creates a new movie clip
(
) for the movie clip
_alpha
this.createEmptyMovieClip("someClip_mc", 999);
trace("The alpha of "+getProperty(someClip_mc, _name)+" is:
"+getProperty(someClip_mc, _alpha));
48
ActionScript language elements
- A string passed to the host application for any use, or a value passed to
in the Output panel:
someClip_mc
Deprecated By
method of Date object
getSeconds()
getTimeZoneOffset()
MovieClip._quality
global function
unescape()
my_mc
and shows the alpha value
someClip_mc
method of Date object
.

Advertisement

Table of Contents
loading

Table of Contents