MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 484

Director scripting reference
Table of Contents

Advertisement

qtRegisterAccessKey()
Usage
-- Lingo syntax
qtRegisterAccessKey(categoryString, keyString)
// JavaScript 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()
Usage
-- Lingo syntax
qtUnRegisterAccessKey(categoryString, keyString)
// JavaScript 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()
queue()
Usage
-- Lingo syntax
soundChannelObjRef.queue(memberObjRef)
soundChannelObjRef.queue(propList)
// JavaScript syntax
soundChannelObjRef.queue(memberObjRef);
soundChannelObjRef.queue(propList);
Description
Sound Channel method; adds a sound cast member to the queue of a sound channel.
484
Chapter 12: Methods

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DIRECTOR MX 2004-DIRECTOR SCRIPTING and is the answer not in the manual?

This manual is also suitable for:

Director mx 2004

Table of Contents