Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
2.29/5 (3 votes)
See more:
Dear Friends,

I have created a website,
which I also want to make few contents in the website to play as speech when user click on some button.
I have searched in google, I got speak.js file.
But it is not working.

Can any one guide me on this.
Posted

You can use jTalk plugin for that.

XML
<script type="text/javascript">
$(document).ready(function() {
$('#myelement').jTalk();
});
</script>
<a href="#" id="myelement">This will be spoken</a>


For more info : Speech-enable your website

UPDATE

You can download the whole web site using below link and after the download click 'index' page for browse the web site offline. Plz let me know if you have any issues.

jTalk

I hope this will help to you.
 
Share this answer
 
v4
Comments
Arunprasath Natarajan 6-Oct-13 9:19am    
Link you have mentioned say, Page not found.
Arunprasath Natarajan 6-Oct-13 9:20am    
Also can you say, what all are the supporting files for the same.
Sampath Lokuge 6-Oct-13 9:21am    
It's working.But may be slow.This is it :http://www.jtalkplugin.com/
Arunprasath Natarajan 8-Oct-13 0:00am    
For me - it takes me to http://www.jtalkplugin.com/page-not-found.html
Sampath Lokuge 8-Oct-13 1:57am    
Really sorry for you.For me it's working.How can I help to you? try with proxy.May be worked.
Check this link . It works ,hope it would help you. I know the answer is too late but for knowledge
http://jsfiddle.net/6cWtn/3/[^]
 
Share this answer
 
Comments
Arunprasath Natarajan 14-Apr-14 4:30am    
Happy to c u in CP after long time. Will check.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900