동영상을 끝까지 봤는지 체크..
#. playState 속성을 사용하실 수 있습니다. 다음 url을 참고하세요 : http://msdn.microsoft.com/library/default.asp?url=/workshop/author/behaviors/reference/properties/playstate.asp ..라는 object 태그를 썼다면, MPlay1.onPlayStateChange = stateconfirm(MPlay1) function stateconfirm(player) { if(player.playState == 8 ) ' The player has reached the end of the media. { // 플레이가 완료된 것을 확인하는 코드를 삽입 } } 뭐 이런 식으로 동영상을 다 봤다는 것을 체크할 수 있을 ..
Website 세상/Web Program
2009. 11. 23.
최근댓글