MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 1081

Director scripting reference
Table of Contents

Advertisement

Possible symbols include the following:
Symbol
#MPEG1
#MPEG2
#unknown
See also
DVD
videoForWindowsPresent
Usage
the videoForWindowsPresent
Description
System property; indicates whether AVI software is present on the computer.
This property can be tested but not set.
Example
This statement checks whether Video for Windows is missing and branches the playhead to the
Alternate Scene marker if it isn't:
if the videoForWindowsPresent= FALSE then go to "Alternate Scene"
See also
QuickTimeVersion()
viewH
Usage
-- Lingo syntax
memberOrSpriteObjRef.viewH
// JavaScript syntax
memberOrSpriteObjRef.viewH;
Description
Cast member and sprite property; controls the horizontal coordinate of a Flash movie and vector
shape's view point, specified in pixel units. The values can be floating-point numbers. The default
value is 0.
A Flash movie's view point is set relative to its origin point.
Setting a positive value for
value shifts the movie to the right. Therefore, changing the
cropping the movie or even of removing the movie from view entirely.
This property can be tested and set.
Note: This property must be set to the default value if the scaleMode property is set to #autoSize, or
the sprite will not display correctly.
Description
The video format is MPEG-1.
The video format is MPEG-2.
The video format is unknown.
shifts the movie to the left inside the sprite; setting a negative
viewH
property can have the effect of
viewH
viewH 1081

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DIRECTOR MX 2004-DIRECTOR SCRIPTING and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Director mx 2004

Table of Contents