deviceFonts
link
The movie Property inspector has the following controls:
size
framerate
A Boolean value that determines whether to show or hide the specified control (
bShow
shows the control;
Returns
Nothing.
Description
Method; shows or hides a control in the Property inspector.
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 );
toolObj.showTransformHandles()
Availability
Flash MX 2004.
Usage
toolObj.showTransformHandles( bShow )
Parameters
A Boolean value that determines whether to show or hide the free transform handles for
bShow
the current tool (
Returns
Nothing.
Description
Method; called in the
that the free transform handles should appear when the tool is active.
Example
See
configureTool()
varEdit
maxChars
publish
player
hides the control).
false
shows the handles;
true
configureTool()
.
options
target
background
profile
hides them).
false
method of an extensible tool's JavaScript file to indicate
true
ToolObj object
355
Need help?
Do you have a question about the FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY and is the answer not in the manual?