HOME
INSTALL AGENT
APPLICATION GALLARY
CHARACTER GALLARY
RESOURCES
HELP
CHAT
FORUM
HAVE FUN
AGENT FAQ
SIGN / VIEW GUESTBOOK
SUBMIT YOUR STUFF
CONTACT
These HTML pages demonstrate how to use Microsoft Agent from Visual Basic® Scripting Edition (VBScript, JScript® & as well as JavaScript on a Web page. You can browse a sample by clicking on the Icons on left side. Each sample will attempt to install its required components if they are not already installed.
NOTE: Some samples download their character animations from
http://agent.microsoft.com/agent2/chars/, so you must be connected to the Internet. You also need to be running Microsoft® Windows 95, 98, NT® 4.0(x86), 2000, ME or XP and Internet Explorer 3.02 or later to download and run the samples.For samples that you can download, install, and run locally, see the Microsoft Visual Studio samples or Microsoft Office samples.
Hello World (VBScript)
Illustrates using Microsoft Agent on a Web page in HTML and VBScript.
Requires: Agent Core Components, Text-To-Speech Engine.
Level: Basic.

Hello World (JScript)
Illustrates using Microsoft Agent on a Web page in HTML and JScript.
Requires: Agent Core Components, Text-To-Speech
Engine. Level: Basic.

Hello World (JavaScript)
Illustrates using Microsoft Agent on a Web page in HTML and JavaScript.
Requires: Agent Core Components, Merlin Character, Text-To-Speech Engine.
Level: Basic.

Goodbye World
Demonstrates scripting a Microsoft Agent character to respond to voice commands on a Web page.
Requires: Agent Core Components, Text-To-Speech Engine, Speech Recognition Engine.
Level: Basic.

Multilingual Agents (VBScript)
Demonstrates scripting a conversation between two Microsoft Agent characters speaking in two different languages, by using a Request object and setting the characters’ LanguageID properties accordingly.
Requires: Agent Core Components, Agent Language Support, Text-To-Speech Engines, SAPI runtime binaries.
Level: Basic.

Character Viewer
Demonstrates enumerating the animations in a character file, detecting a specific version of Agent, and using RequestStart and RequestComplete events. This sample can open a specified character file (.acf format) and play any of the animations contained therein.
Requires: Agent Core Components, Internet Explorer 4.0.
Level: Intermediate.

Peedy's Pizza Palace
A speech enabled Web page that demonstrates managing speech input in parallel with direct manipulation.
Requires: Agent Core Components, Text-To-Speech Engine, Speech Recognition Engine.
Level: Advanced.

TTS Voice Enumerator (VBScript)
Demonstrates how to enumerat installed voices using xvoice.dll
Requires: Agent Core Components, Internet Explorer 4.0., Speech Control Panel, & at least one TTS Engine
Level: Advanced.