User Guide
126 Chapter 6: Media Types
Director supports the following Flash components:
A Flash component has access to the same APIs that a regular Flash cast member or sprite does, in
addition to the functionality that is specific to that component. For more information about
using these Flash components, see the Using Director topics in the Director Help Panel.
You can add a Flash component cast member to a movie by using the Movie object’s
newMember() method.
-- Lingo syntax
_movie.newMember(#flashcomponent)
// JavaScript syntax
_movie.newMember("flashcomponent");
See also
Flash Movie, Member
Flash component Description
Button A resizable rectangular user interface button.
CheckBox A fundamental part of any form or web application; can be used wherever you
need to gather a set of
true or false values that aren’t mutually exclusive.
DateChooser
A calendar that allows a user to select a date.
Label A single line of text.
List A scrollable single- or multiple-selection list box.
NumericStepper Allows a user to step through an ordered set of numbers.
RadioButton A fundamental part of any form or web application; can be used wherever you
want a user to make one choice from a group of options.
ScrollPane Displays movie clips, JPEG files, and SWF files in a scrollable area.
TextArea A multiline text field.
TextInput A single-line component that wraps the native ActionScript TextField object.
Tree Allows a user to view hierarchical data.