I need to fix this javascript. Its works fine playing locally but not when i upload to my server:
Above script is failing at the following line :
Error Says : Automation server cannot create object.
I will pay whatever price.
Also:
I need an actionscripter who can make a Text To Speech flash app. I want the text to be defined by a parameter in the html itself.
(I will pay alot for this!)
| Code: |
| <SCRIPT LANGUAGE="JavaScript">
var VoiceObj = new ActiveXObject("Sapi.SpVoice"); var my_test = "my test for you today is an amazing example"; function SpeakText() { VoiceObj.Speak( my_test, 1 ); } SpeakText() </SCRIPT> |
Above script is failing at the following line :
| Code: |
| var VoiceObj = new ActiveXObject("Sapi.SpVoice"); |
Error Says : Automation server cannot create object.
I will pay whatever price.
Also:
I need an actionscripter who can make a Text To Speech flash app. I want the text to be defined by a parameter in the html itself.
(I will pay alot for this!)
