MACROMEDIA FLASH MX 2004-USING COMPONENTS Use Manual page 246

Using components
Hide thumbs Also See for FLASH MX 2004-USING COMPONENTS:
Table of Contents

Advertisement

TypedValue.typeName
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
typedValueObject.typeName
Description
Property; contains the name of the data type of the TypedValue object's value.
Example
This example displays
var t: TypedValue = new TypedValue (true, "Boolean", null);
trace(t.typeName);
TypedValue.value
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
typedValueObject.value
Description
Property; contains the data value of the TypedValue object.
Example
This example displays
var t: TypedValue = new TypedValue (true, "Boolean", null);
trace(t.value);
246
Chapter 6: Components Dictionary
in the Output panel:
Boolean
in the Output panel:
true

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx

Table of Contents