Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Microsoft agents
Message
From
05/05/2006 07:25:09
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
01117654
Message ID:
01119532
Views:
17
>Ok, you may send me the form. I've downloaded few agents and also FoxSpeaker file from Downloads section. However, the agents don't speak. They are just flying around with some noise... <g>

I made you a sample .prg . My form belonged some classes so you cant run it standalone.
SET Classlib TO (HOME()+"ffc\_agent.vcx") addi
PUBLIC msagent

msagent=CREATEOBJECT("_agent")
msagent.load("Peedy","Peedy.acs")
msagent.setActiveAgent("Peedy")
msagent.show(680,400)

msagent.activeagent.LanguageID="&H0409"

msagent.play("greet")
msagent.speak("Hello Naomi")
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform