next up previous contents
Next: targetCallFrame Up: Methods Previous: targetGetProperty   Contents


targetSetProperty

Description

For the timeline of the specified target, sets the value of the specified property. See: targetGetProperty


Syntax

FlashPlayer.targetSetProperty(target, property, value)


Parameters

target
Specifies the target
property
Specifies the property to set.
value
String. Specifies the value to set


Returns

Nothing


Example

Sets alpha property of level0 to 50

FlashPlayer.targetSetProperty("_root", 6, "50");




Copyright ©2000-2010 Shanghai TopCMM Software Technologies. All Rights Reserved.