2012-01-26 2 views

답변

1

난 그냥 사용을 통해 내 자신의 위젯에 문제를 해결 : 그것은 마지막 줄에 도달 할 때 나는이 오류가 발생했습니다

// Values you provide 
var qtElement = document.getElementById("video"); // replace with the ID of a QuickTime element 
// QuickTime code 
qtElement.Play(); 

var qtElement = document.getElementById('AlainVoice'); 
// QuickTime code 
qtElement.children[0].play(); 

중요한 부분은 Dashcode가 ID를 둘러싼 div에 넣기 때문에 children [0]입니다.