| KLuzan on Aug 19, 2004 at 10:01:15 AM (# 1) Here is a sample of VXML code.
<?xml version="1.0"?>
<vxml version="2.0" xmlns="http://www.w3.org/2001/vxml">
<form>
<field name="drink">
<prompt>
Would you like coffee, tea, milk, or nothing
</prompt>
<grammar src="drink.grxml" type="application/srgs+xml"/>
</field>
<block>
<submit next="http://www.drink.example.com/drink2.asp"/>
</block>
</form>
</vxml>
ChrisRickard on Aug 19, 2004 at 10:23:28 AM (# 2)http://www.w3.org/TR/2004/REC-voicexml20-20040316/ for those of us who have never heard of VXML before this thread :) Angel_00 on Mar 21, 2005 at 2:19:39 PM (# 3)Hello guys I'm using IMB Voice Server SDK for my VXML application. When running my main vxml file i got "Event error.unsupported.object: error to load class exception=Start" error. But the sample application comes with SDK works fime. I have JRE 1.3.1 installed and followed other instructions perfectly for installation. Anyone have any idea why it's occuring? Thanks in advance
Angel
|