517
qtRegisterAccessKey
Syntax
qtRegisterAccessKey(
categoryString, keyString
)
Description
Command; allows registration of a key for encrypted QuickTime media.
The key is an application-level key, not a system-level key. After the application unregisters the
key or shuts down, the media will no longer be accessible.
Note:
For security reasons, there is no way to display a listing of all registered keys.
See also
qtUnRegisterAccessKey
qtUnRegisterAccessKey
Syntax
qtUnRegisterAccessKey(
categoryString, keyString
)
Description
Command; allows the key for encrypted QuickTime media to be unregistered.
The key is an application-level key, not a system-level key. After the application unregisters
the key, only movies encrypted with this key continue to play. Other media will no longer
be accessible.
See also
qtRegisterAccessKey
quad
Syntax
sprite(
whichSpriteNumber
).quad
Description
Sprite property; contains a list of four points, which are floating point values that describe the
corner points of a sprite on the Stage. The points are organized in the following order: upper left,
upper right, lower right, and lower left.
The points themselves can be manipulated to create perspective and other image distortions.
After you manipulate the quad of a sprite, you can reset it to the Score values by turning off the
puppet of the sprite with
puppetSprite
whichSpriteNumber
,
FALSE.
When the quad of a sprite is
disabled, you cannot rotate or skew the sprite.
Содержание DIRECTOR MX-LINGO DICTIONARY
Страница 1: ...Lingo Dictionary Macromedia Director MX...
Страница 756: ...Index 756...