요즘취미생활로서 만들어본것

Sort:
Avatar of KoreaWWW2010

var $videoplayer1tag = $("videoplayer1");
var videosrc1 = document.getElementById("videoplayer1").getAttribute("src");
$videoplayer1tag.html(`<video width="400" height="300" id="kkk" src=" ${videosrc1} "></video><span role="button" onclick="videoplayf1()"><svg height="200" width="200"><path d="M0 0 L50 50 L0 100 Z" fill="blue" /></svg></span><span role="button" onclick="videopausef1()"><svg height="200" width="200"><path d="M0 0 L10 0 L10 30 L0 30 Z" fill="orange" /></svg></span>`);

videotagsss.videoplayf1 = function (kkk) {
  kkk.play();
}
videotagsss.videopausef1 = function (kkk) {
  kkk.pause();
}

var videotagsss = $("videoplayer2");

videotagsss.videotagmandulgi1 = function (kkk) {
  var videosrc1 = kkk.getAttribute("src");
  var naeyong1 = `<video width="400" height="300" src=" ${videosrc1} "></video><span role="button" id="videoplayf1"><svg height="200" width="200"><path d="M0 0 L50 50 L0 100 Z" fill="blue" /></svg></span><span role="button" id="videopausef1"><svg height="200" width="200"><path d="M0 0 L10 0 L10 30 L0 30 Z" fill="orange" /></svg></span>`;
  kkk.innerHTML = naeyong1;
};

videotagsss.videotagmandulgi1(this);
document.getElementById("videoplayf1").onclick = function () {
    videotagsss.videoplayf1(this);
}

document.getElementById("videopausef1").onclick = function () {
    videotagsss.videopausef1(this);
}

취미로 작성한 비디오플레이어 코드

html에서

videoplayer1이라는 태그와 src속성으로... 사용가능합니다

Avatar of Saintliy

좀......코드가......

Avatar of Ted_Kim

이게 뭐죠?..

Avatar of SaintElephy

오 님도 프로그래밍하세요?

Avatar of KoreaWWW2010
seoha님 wrote:

오 님도 프로그래밍하세요?

아니 모르셨어요...

저 작년 4월부터 해서 지금의 경지까지 올랐는데...(물론 6년간 해오신 유로봇님에게 감히 필적할만한건 아니더라도)

Avatar of KoreaWWW2010
seoha wrote:

오 님도 프로그래밍하세요?

서하님...컬그봇 제가 직접만든거예요...

유로봇11님의 마티봇 코드가 오픈소스이니 그거 참고해서

Avatar of SaintElephy

아 컬그님이구나...... 죄송ㅇ합니다. 프사때문에 님이신줄 몰랐어요........

Avatar of Ted_Kim

와....

Avatar of Cheeper5cyclone

이게 뭔데 체닷 코리아에 올리죠?

Avatar of 676767chesskorSJ

ment.getElementById("videoplayer1").getAttribute("src");
$videoplayer1tag.html(`<video width="400" height="300" id="kkk" src=" ${videosrc1} "></video><span role="button" onclick="videoplayf1()"><svg height="200" width="200"><path d="M0 0 L50 50 L0 100 Z" fill="blue" /></svg></span><span role="button" onclick="videopausef1()"><svg height="200" width="200"><path d="M0 0 L10 0 L10 30 L0 30 Z" fill="orange" /></svg></span>`);

videotagsss.videoplayf1 = function (kkk) {
kkk.play();
}
videotagsss.videopausef1 = function (kkk) {
kkk.pause();
}

var videotagsss = $("videoplayer2");

videotagsss.videotagmandulgi1 = function (kkk) {
var videosrc1 = kkk.getAttribute("src");
var naeyong1 = `<video width="400" height="300" src=" ${videosrc1} "></video><span role="button" id="videoplayf1"><svg height="200" width="200"><path d="M0 0 L50 50 L0 100 Z" fill="blue" /></svg></span><span role="button" id="videopausef1"><svg height="200" width="200"><path d="M0 0 L10 0 L10 30 L0 30 Z" fill="orange" /></svg></span>`;
kkk.innerHTML = naeyong1;
};

videotagsss.videotagmandulgi1(this);
document.getElementById("videoplayf1").onclick = function () {
videotagsss.videoplayf1(this);
}

document.getElementById("videopausef1").onclick = function () {
videotagsss.videopausef1(this);
}

 

 

취미로 작성한 비디오플레이어 코드

html에서

videoplayer1이라는 태그와 src속성으로... 사용가능합니다

urobot2011chess
23 시간 전
 
 0 
#2

좀......코드가......

Ted_Kim
14 시간 전
 
 0 
#3

이게 뭐죠?..

seoha
seoha
 
14 시간 전
 
 0 
#4

오 님도 프로그래밍하세요?

colourgrey
 
 
 0 
#5
seoha님 wrote:

오 님도 프로그래밍하세요?

아니 모르셨어요...

저 작년 4월부터 해서 지금의 경지까지 올랐는데...(물론 6년간 해오신 유로봇님에게 감히 필적할만한건 아니더라도)

colourgrey
13 시간 전
 
 0 
#6
seoha wrote:

오 님도 프로그래밍하세요?

서하님...컬그봇 제가 직접만든거예요...

유로봇11님의 마티봇 코드가 오픈소스이니 그거 참고해서

seoha
seoha
 
13 시간 전
 
 0 
#7

아 컬그님이구나...... 죄송ㅇ합니다. 프사때문에 님이신줄 몰랐어요........

Ted_Kim
12 시간 전
 
 0 
#8

와....

Cheeper5cyclone
12 시간 전
 
 0 
#9

이게 뭔데 체닷 코리아에 올리죠?

상위
 
 
 
15px
 
 
 
 
적절하고 친절해 주세요...
 
 
게시하기팔로우
Avatar of 676767chesskorSJ

oops

Avatar of 676767chesskorSJ

ㅋㅋㅋㅋㅋㅋ

Avatar of Saintliy

ㅡ.......

Avatar of Ted_Kim

ㅓ........

Avatar of SaintElephy

................

Avatar of Ted_Kim

ㅡㅁ..............