508
Objects
A text Property inspector has the following controls:
The movie Property inspector has the following controls:
bShow
A Boolean value that determines whether to show or hide the specified control (
true
shows the control;
false
hides the control).
Returns
Nothing.
Description
Method; shows or hides a control in the Property inspector. This method is used only when
you create extensible tools.
Example
The following command in an extensible tool’s JavaScript file will set Flash to not show the fill
options in the Property inspector for that tool:
fl.tools.activeTool.showPIControl( "fill", false );
type
font
pointsize
color
bold
italic
direction
alignLeft
alignCenter
alignRight
alignJustify
spacing
position
autoKern
small
rotation
format
lineType
selectable
html
border
deviceFonts
varEdit
options
link
maxChars
target
size
publish
background
framerate
player
profile
Summary of Contents for FLASH 8-EXTENDING FLASH
Page 1: ...Extending Flash...
Page 38: ...38 Top Level Functions and Methods...
Page 532: ...532 Objects...
Page 554: ...554 C Level Extensibility...