Results 2 comments of boboka

Is there any progress? I have same problem.thx

@harutk7 thanks for your help :) ## Part of my js code as follow: ```JavaScript function someInit(){ function createPlayer(dom, playerId, opt) { var div = document.createElement('div'); div.setAttribute("id", playerId); div.setAttribute("width", "480");...