MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 494

Director scripting reference
Table of Contents

Advertisement

readWord()
Usage
-- Lingo syntax
fileioObjRef.readWord()
// JavaScript syntax
fileioObjRef.readWord();
Description
Fileio method; Reads the next word of a file and returns it as a string.
You must first open a file by calling
Parameters
None.
See also
Fileio,
openFile()
realPlayerNativeAudio()
Usage
-- Lingo syntax
realPlayerNativeAudio()
// JavaScript syntax
realPlayerNativeAudio();
Description
RealMedia function; allows you to get or set the global flag that determines whether the audio
portion of the RealMedia cast member is processed by RealPlayer (
This function returns the previous value of the flag.
To be effective, this flag must be set before RealPlayer is first loaded (when the first RealMedia
cast member is encountered in the Score or with the first Lingo reference to a RealMedia cast
member); any changes to this flag after RealPlayer is loaded are ignored. This flag should be
executed in a
prepareMovie
(from the time the Shockwave Player is launched until it is closed and relaunched), not just for
the duration of the current movie.
By default, this flag is set to
property and use the standard Lingo sound methods and properties to manipulate
soundChannel
the audio stream of a RealMedia sprite, including mixing RealAudio with other Director audio. If
this flag is set to
handled by RealPlayer.
Parameters
None.
494
Chapter 12: Methods
openFile()
event handler in a movie script. This flag is set for the entire session
and audio is processed by Director, which allows you to set the
FALSE
, Lingo control of the sound channel is not processed, and the sound is
TRUE
before using
readWord()
TRUE
to read a word.
) or by Director (
FALSE
).

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?

Questions and answers

This manual is also suitable for:

Director mx 2004

Table of Contents