411
Examples
This statement displays the current time of the QuickTime movie in channel 9 in the
Message window:
put sprite(9).movieTime
This statement sets the current time of the QuickTime movie in channel 9 to the value in the
variable
Poster
:
sprite(9).movieTime = Poster
See also
duration
movieXtraList
Syntax
the movieXtraList
Description
Movie property; displays a linear property list of all Xtra extensions in the Movies/Xtras dialog
box that have been added to the movie.
•
#name
—Specifies the filename of the Xtra on the current platform. It is possible to have a list
without a #name entry, such as when the Xtra exists only on one platform.
•
#packagefiles
—Set only when the Xtra is marked for downloading. The value of this
property is another list containing a property list for each file in the download package for the
current platform. The properties in this subproperty list are
#name
and
#version
, which
contain the same information as found in the XtraList.
Two possible properties can appear in
movieXtraList
:
Example
This statement displays output from
movieXtraList
in the Message window:
put the movieXtraList
-- [[#name: "Mix Services"], [#name: "Sound Import Export"], [#name: "SWA
Streaming \ PPC Xtra"], [#name: "TextXtra PPC"], [#name: "Font Xtra
PPC"],[#name: "Flash Asset \ Options PPC"], [#name: "Font Asset PPC"],
[#name: "Flash Asset PPC", \
#packagefiles: [[#fileName: "Flash Asset PPC", #version: "1.0.3"]]]]
See also
xtraList
Содержание DIRECTOR MX-LINGO DICTIONARY
Страница 1: ...Lingo Dictionary Macromedia Director MX...
Страница 756: ...Index 756...