D

유트브영상 순간검색 구현

· 14년 전 · 2194 · 9
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="history" content="">
<meta name="author" content="dokjin@gamil.com">
<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.2.min.js"></script>
<title>유트브 순간검색</title>
<script type="text/javascript">
$(document).ready(function()
{

$(".search_input").keyup(function()
{
var search_input = $(this).val();
var keyword= encodeURIComponent(search_input);
var yt_url='http://gdata.youtube.com/feeds/api/videos?q='+keyword+'&format=5&max-results=1&v=2&alt=jsonc';
$.ajax
({
type: "GET",
url: yt_url,
dataType:"jsonp",
success: function(response)
{
if(response.data.items)
{
$.each(response.data.items, function(i,data)
{
var video_id=data.id;
var video_title=data.title;
var video_viewCount=data.viewCount;
var video_frame="<iframe width='640' height='385' src='http://www.youtube.com/embed/"+video_id+"' frameborder='0' type='text/html'></iframe>";
var final="<div id='title'>"+video_title+"</div><div>"+video_frame+"</div><div id='count'>"+video_viewCount+" Views</div>";
$("#result").html(final); // Result
});
}
else
{
$("#result").html("<div id='no'>No Video</div>");
}
}
});
});
});
function yts(search_input){
var keyword= encodeURIComponent(search_input);
var yt_url='http://gdata.youtube.com/feeds/api/videos?q='+keyword+'&format=5&max-results=1&v=2&alt=jsonc';
$.ajax
({
type: "GET",
url: yt_url,
dataType:"jsonp",
success: function(response)
{
if(response.data.items)
{
$.each(response.data.items, function(i,data)
{
var video_id=data.id;
var video_title=data.title;
var video_viewCount=data.viewCount;
var video_frame="<iframe width='640' height='385' src='http://www.youtube.com/embed/"+video_id+"' frameborder='0' type='text/html'></iframe>";
var final="<div id='title'>"+video_title+"</div><div>"+video_frame+"</div><div id='count'>오늘까지뷰 "+video_viewCount+" Views</div>";
$("#result").html(final); // Result
});
}
else
{
$("#result").html("<div id='no'>No Video</div>");
}
}
});
}
yts('Empire State of Mind');
</script>
</head>
<body>
<div id="wrap">
<h2>DOKJIN PLAY GROUND</h2>
<div id="result"></div>
<h2>검색어를 입력하세요 <input type="text" class='search_input' /> </h2>
<br />
<h2><a href="#" onclick="yts('아이유');">onclick="yts('아이유');"</a></h2>
<ul>
</div>
</body>
</html><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 16:57:14 JavaScript에서 이동 됨]</div>

첨부파일

youtube.html (2.7 KB) 86회 2011-07-13 13:31
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
14년 전 조회 1,792
14년 전 조회 896
14년 전 조회 1,111
14년 전 조회 1,164
14년 전 조회 1,529
14년 전 조회 1,138
14년 전 조회 1,437
14년 전 조회 3,368
14년 전 조회 1,746
14년 전 조회 1,143
14년 전 조회 1,916
14년 전 조회 1,296
14년 전 조회 814
14년 전 조회 2,726
14년 전 조회 1,116
14년 전 조회 1,184
14년 전 조회 1,476
14년 전 조회 1,346
14년 전 조회 1,377
14년 전 조회 933
14년 전 조회 2,806
14년 전 조회 1,189
14년 전 조회 1,824
14년 전 조회 1,442
14년 전 조회 1,456
14년 전 조회 1,186
14년 전 조회 1,453
14년 전 조회 1,033
14년 전 조회 1,052
14년 전 조회 1,882
14년 전 조회 1,628
14년 전 조회 1,434
14년 전 조회 1,483
14년 전 조회 2,236
14년 전 조회 1,846
14년 전 조회 993
14년 전 조회 1,842
14년 전 조회 1,621
14년 전 조회 1,696
14년 전 조회 1,184
14년 전 조회 1,211
14년 전 조회 1,183
14년 전 조회 1,142
14년 전 조회 1,792
14년 전 조회 1,130
14년 전 조회 1,435
14년 전 조회 1,692
14년 전 조회 1,760
14년 전 조회 1,430
14년 전 조회 2,195
14년 전 조회 1,533
14년 전 조회 2,149
14년 전 조회 1,711
14년 전 조회 1,366
14년 전 조회 3,439
14년 전 조회 1,905
14년 전 조회 1,349
14년 전 조회 1,223
14년 전 조회 1,902
14년 전 조회 1,304
14년 전 조회 1,098
14년 전 조회 1,049
14년 전 조회 2,287
14년 전 조회 961
14년 전 조회 1,194
14년 전 조회 1,963
14년 전 조회 1,282
14년 전 조회 1,290
14년 전 조회 1,818
14년 전 조회 1,500
14년 전 조회 1,557
14년 전 조회 1,349
14년 전 조회 2,646
14년 전 조회 1,450
14년 전 조회 1,132
14년 전 조회 1,345
14년 전 조회 1,106
14년 전 조회 1,144
14년 전 조회 972
14년 전 조회 1,171
14년 전 조회 1,547
14년 전 조회 1,783
14년 전 조회 1,336
14년 전 조회 1,415
14년 전 조회 1,271
14년 전 조회 1,459
14년 전 조회 1,729
14년 전 조회 1,502
14년 전 조회 1,734
14년 전 조회 1,463
14년 전 조회 1,399
14년 전 조회 1,407
14년 전 조회 1,396
14년 전 조회 1,920
14년 전 조회 1,859
14년 전 조회 1,658
14년 전 조회 1,764
14년 전 조회 2,007
14년 전 조회 992
14년 전 조회 1,454