Implementing
text-to-speech
Oh my! Can it be this easy? Yes!
Move
your mouse over paragraphs and hear them speak.
Text-to-speech has been added to
each paragraph tag on this web page. As you move
your mouse over each paragraph you will hear the
words spoken.
First add this one link of JavaScript
to your page.
<script
language="JavaScript" src="https://ssl.4i4.net/validator/?r=yourdomain.org&speak=y"></script>
|
Second, add onMouseOver="sayit(this)"
to any html tag on your page and you will
hear your web site begin to speak.
Example: <p> Hello everyone.
This is great fun. </p>
After adding speech.
<p onMouseOver="sayit(this)">
Hello everyone. This
is great fun.
</p>
<p onClick="sayit(this)">
You will only hear this
if you click here (click here to hear).
</p>
Note: You must subscribe and register
your domain to use this service. Notice the "r=formvalidator.net"
in the JavaScript above. The domain "formvalidator.net"
has subscribed and registered to use this service.
You must register your domain by subscribing and
place your domain name in the javascript as shown
above. For evaluation and testing purposes unregistered
domains can operate freely for a period of ten days.