In Chrome, no problem, ie (WIN8,IE10), only the first click of the word can be pronounced, click on the other or the first click on the word
<HTML><Head> <title></title> <Scripttype= "Text/javascript"> functionPlayworden (obj) {vartext=Obj.value; document.getElementById ('Test'). InnerHTML= '<source src= "http://dict.youdao.com/dictvoice?audio='+text+'&type=1 "type=" Audio/mpeg ">'; document.getElementById ('Test'). Play (); } functionPlaywordus (obj) {vartext=Obj.value; document.getElementById ('Test'). InnerHTML= '<source src= "http://dict.youdao.com/dictvoice?audio='+text+'&type=2 "type=" Audio/mpeg ">'; document.getElementById ('Test'). Play (); } </Script></Head><Body><P><Buttontype= "button"onclick= ' Playworden (this) 'onmouseover= ' Playworden (this) 'value= "One">One</Button><Buttontype= "button"onclick= ' Playworden (this) 'onmouseover= ' Playworden (this) 'value= "both">Both</Button></P> <Videostyle= "Display:none;"Controls=""ID= "Test"name= "Media"> </Video></Body></HTML>
This HTML code has a problem under IE.