views:

8

answers:

0

I'm trying to add multiple cromeless youtube player using

function playVid() {
        ytplayer = document.getElementById("ytPlayer");
        ytplayer.cueVideoById("dceW9l72mTE");
      }
<a href="javascript:void(0);" onclick="playVid();">Play</a>

it is playing good but showing error in IE8 "Object not supporting this... ". Any suggestion.