Flash CS3 Documentation |
|||
| ActionScript 2.0 Components Language Reference > Data binding classes > TypedValue.value | |||
Flash Player 6 (6.0.79.0).
Flash MX Professional 2004.
typedValueObject.value
Property; contains the data value of the TypedValue object.
This example displays true in the Output panel:
var t: TypedValue = new TypedValue (true, "Boolean", null); trace(t.value);
Flash CS3
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/9.0/main/00002709.html