EasyManua.ls Logo

MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING - Page 139

MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING
1130 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
SpeechXtra 139
SpeechXtra
Enables you to add text-to-speech functionality to a movie.
You can create a reference to a SpeechXtra object by using the
new operator.
-- Lingo syntax
objSpeech = new xtra("speechxtra")
// JavaScript syntax
var objSpeech = new xtra("speechxtra");
Method summary for the SpeechXtra object
Method
voiceCount() voiceSet()
voiceGet() voiceSetPitch()
voiceGetAll() voiceSetRate()
voiceGetPitch() voiceSetVolume()
voiceGetRate() voiceSpeak()
voiceGetVolume() voiceState()
voiceInitialize() voiceStop()
voicePause() voiceWordPos()
voiceResume()

Related product manuals