Link to home
Start Free TrialLog in
Avatar of Mokwaja
Mokwaja

asked on

How to embed ECMAScript/JavaScript/VBScript into application.

Hi,

I'm doing some research on developing a CCXML/VXML interpreter. Now for the VXML (VoiceXML) and CCXML (CallControlXML) interpreters there's a <SCRIPT> tag which implements ECMAScript.

Does anyone know how to use ECMAScript/JavaScript/VBScript in your own windows application?

The interpreters would be written in either C#.Net/VB.Net or Delphi 8.

Also if anyone knows of some examples on creating VXML/CCXML interpreters, please let me know.


Thanks,
Mokwaja.
Avatar of rsriprac
rsriprac

Hi,

Have you looked at:

http://0url.com/gU1

and

http://www.publicvoicexml.org/

-Ram
ASKER CERTIFIED SOLUTION
Avatar of DEinspanjer
DEinspanjer

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mokwaja

ASKER

The article on MSDN looks like a solution.

Thanks Daniel, Ram.

Mokwaja.