603
Description
Command; displays a list of the current property settings of a Flash movie, Vector member, or
currently playing sound in the Message window. This command is useful for authoring only; it
does not work in projectors or in Shockwave movies.
Example
This handler accepts the name of a cast as a parameter, searches that cast for Flash movie cast
members, and displays the cast member name, number, and properties in the Message window:
on ShowCastProperties whichCast
repeat with i = 1 to the number of members of castLib whichCast
castType = member(i, whichCast).type
if (castType = #flash) OR (castType = #vectorShape) then
put castType&&"cast member" && i & ":" && member(i, whichCast).name
put RETURN
member(i ,whichCast).showProps()
end if
end repeat
end
See also
queue()
,
setPlaylist()
showResFile
Description
This Lingo is obsolete.
showXlib
Syntax
showXlib {
Xlibfilename
}
Description
Command; shows all Xtra extensions in
Xlibfilename
(which must be open), or all open Xlibraries
if no file is specified. Xlibrary files are resource files that contain DLLs (Windows) or Xtra
resources (Macintosh). Because the types of Xlibrary files in Windows and on the Macintosh
differ, the list of files that the
showXlib
command generates is different on different platforms.
The
showXlib
command doesn’t support URLs as file references.
You can use
interface()
to display online documentation for an Xtra.
Note:
This command is not supported in Shockwave.
Example
This statement displays the Xtra extensions in the VideoDisc Xlibrary:
showXlib "VideoDisc Xlibrary"
See also
closeXlib
,
interface()
,
openXlib
Содержание DIRECTOR MX-LINGO DICTIONARY
Страница 1: ...Lingo Dictionary Macromedia Director MX...
Страница 756: ...Index 756...