Path: news.graphite.sh!not-for-mail From: "Damian Hodgkiss" Newsgroups: thirty4i.graphite.snippets Subject: Using Microsoft Agent in themes Date: Mon, 10 Jan 2000 16:44:26 +1030 Organization: thirty4 interactive Lines: 17 Message-ID: <85c1so$97q$1@thirty4.com> NNTP-Posting-Host: 202.0.75.45 X-Trace: thirty4.com 947489496 9466 202.0.75.45 (10 Jan 2000 07:31:36 GMT) X-Complaints-To: usenet@thirty4.com NNTP-Posting-Date: 10 Jan 2000 07:31:36 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Xref: news.graphite.sh thirty4i.graphite.snippets:7 hehe, well i dunno why anyone would want todo this, maybe for help when you mouseover a shortcut? :) i ported it from an MS VBScript example for IE, thats why it loads the character from remote.. you should probably load the default Merlin character instead (c:\winnt\msagent\chars\merlin.acs on Windows 2000) you'll know if the character loaded correctly because it puts an icon in the system tray for them var obj = new ActiveXObject('Agent.Control.2'); obj.Connected = true; obj.Characters.Load('Robby', 'http://agent.microsoft.com/agent2/chars/robby/robby.acf'); var robby = obj.Characters('Robby'); robby.Show(); robby.Speak('Yes sir, Mr. Clinton');