우선 swfobject 를 불러오고...
음 아래 소스와 같이..
var ytplayer; function onYouTubePlayerReady(playerId) { ytplayer = document.getElementById("myvideo"); } var params = { allowScriptAccess: "always" }; var atts = { id: "myvideo" }; swfobject.embedSWF("http://www.youtube.com/v/adfdfdfdf?enablejsapi=1&version=3", "videoCon", "600", "400", "8", null, null, params, atts); function pause() { if (ytplayer) { ytplayer.pauseVideo(); } }
그리고 html 태그 부분
<INPUT class=more>
기타 명령어들..
ytplayer.loadVideoById(id, startSeconds);
ytplayer.cueVideoById(id, startSeconds);
ytplayer.playVideo();
ytplayer.pauseVideo();
ytplayer.stopVideo();
ytplayer.getState();
ytplayer.seekTo(seconds, true);
ytplayer.getVideoBytesLoaded();
ytplayer.getVideoBytesTotal();
ytplayer.getCurrentTime();
ytplayer.getDuration();
ytplayer.getVideoStartBytes();
ytplayer.mute();
ytplayer.unMute();
ytplayer.getVideoEmbedCode()
ytplayer.getVideoUrl();
ytplayer.setVolume(newVolume);
ytplayer.getVolume();
ytplayer.clearVideo();
제가 이미지 업로드 하면 파일 타입으 ... |
감사합니다 |
참고하시라고 적어봅니다. 저는 위에 ... |
asp용 소스 부탁드립니다. 외부가 아닌 ... |
특정일 선택막기에서 for문이랑 if($. ... |
워드프레스를 시작한지 어언 6일... ... |
이미지 사이즈가 계속 0으로 나와서 애 ... |
감사합니다! |
음.. 메일로 보내 드릴게요 |
Comment Write
Comment List