710
Example
This statement turns off the video associated with the cast member Interview:
member("Interview").video = FALSE
See also
setTrackEnabled
,
trackEnabled
video (RealMedia)
Syntax
sprite(
whichSprite
).video
member(
whichCastmember
).video
Description
RealMedia property; allows you to set or get whether the sprite or cast member renders video (
TRUE
or 1) or only plays the sounds (
FALSE
or 0). Integer values other than 1 or 0 are treated as
TRUE
.
Use this property to suppress the video while playing the audio component of a RealMedia cast
member, or to toggle the video on and off during playback.
Examples
The following examples show that the video property for sprite 2 and the cast member Real is set
to
TRUE
.
put sprite(2).video
-- 1
put member("Real").video
-- 1
The following examples set the
video
property to
FALSE
for the RealMedia video element of
sprite 2 and the cast member Real.
sprite(2).video = FALSE
member("Real").video = FALSE
videoForWindowsPresent
Syntax
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()
Содержание DIRECTOR MX-LINGO DICTIONARY
Страница 1: ...Lingo Dictionary Macromedia Director MX...
Страница 756: ...Index 756...