User Guide
407
movieAboutInfo
Syntax
the movieAboutInfo
Description
Movie property; a string entered during authoring in the Movie Properties dialog box. This
property is provided to allow for enhancements in future versions of Shockwave.
This property can be set but not tested.
See also
movieCopyrightInfo
movieCopyrightInfo
Syntax
the movieCopyrightInfo
Description
Movie property; enters a string during authoring in the Movie Properties dialog box. This
property is provided to allow for enhancements in future versions of Shockwave.
This property can be tested but not set.
Example
This statement displays the copyright information in a text cast member:
member("Display").text = "Copyright"&&the movieCopyrightInfo
See also
movieAboutInfo
movieFileFreeSize
Syntax
the movieFileFreeSize
Description
Movie property; returns the number of unused bytes in the current movie caused by changes to
the cast members and castLibs within a movie. The
Save and Compact and Save As commands
rewrite the file to delete this free space.
When the movie has no unused space, the
movieFileFreeSize function returns 0.
Example
This statement displays the number of unused bytes that are in the current movie:
put the movieFileFreeSize