D

유트브영상 순간검색 구현

· 14년 전 · 2246 · 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,850
14년 전 조회 949
14년 전 조회 1,169
14년 전 조회 1,224
14년 전 조회 1,585
14년 전 조회 1,192
14년 전 조회 1,496
14년 전 조회 3,418
14년 전 조회 1,805
14년 전 조회 1,198
14년 전 조회 1,975
14년 전 조회 1,361
14년 전 조회 877
14년 전 조회 2,789
14년 전 조회 1,172
14년 전 조회 1,235
14년 전 조회 1,523
14년 전 조회 1,405
14년 전 조회 1,428
14년 전 조회 993
14년 전 조회 2,862
14년 전 조회 1,251
14년 전 조회 1,872
14년 전 조회 1,473
14년 전 조회 1,490
14년 전 조회 1,216
14년 전 조회 1,490
14년 전 조회 1,066
14년 전 조회 1,086
14년 전 조회 1,923
14년 전 조회 1,665
14년 전 조회 1,469
14년 전 조회 1,523
14년 전 조회 2,291
14년 전 조회 1,899
14년 전 조회 1,047
14년 전 조회 1,894
14년 전 조회 1,674
14년 전 조회 1,752
14년 전 조회 1,246
14년 전 조회 1,267
14년 전 조회 1,234
14년 전 조회 1,200
14년 전 조회 1,854
14년 전 조회 1,181
14년 전 조회 1,493
14년 전 조회 1,750
14년 전 조회 1,820
14년 전 조회 1,492
14년 전 조회 2,247
14년 전 조회 1,590
14년 전 조회 2,210
14년 전 조회 1,767
14년 전 조회 1,422
14년 전 조회 3,498
14년 전 조회 1,964
14년 전 조회 1,411
14년 전 조회 1,283
14년 전 조회 1,955
14년 전 조회 1,352
14년 전 조회 1,154
14년 전 조회 1,101
14년 전 조회 2,341
14년 전 조회 1,020
14년 전 조회 1,240
14년 전 조회 2,014
14년 전 조회 1,338
14년 전 조회 1,343
14년 전 조회 1,872
14년 전 조회 1,558
14년 전 조회 1,614
14년 전 조회 1,404
14년 전 조회 2,700
14년 전 조회 1,502
14년 전 조회 1,177
14년 전 조회 1,406
14년 전 조회 1,166
14년 전 조회 1,201
14년 전 조회 1,030
14년 전 조회 1,225
14년 전 조회 1,606
14년 전 조회 1,842
14년 전 조회 1,358
14년 전 조회 1,483
14년 전 조회 1,331
14년 전 조회 1,512
14년 전 조회 1,796
14년 전 조회 1,561
14년 전 조회 1,792
14년 전 조회 1,530
14년 전 조회 1,465
14년 전 조회 1,477
14년 전 조회 1,455
14년 전 조회 1,974
14년 전 조회 1,925
14년 전 조회 1,712
14년 전 조회 1,821
14년 전 조회 2,064
14년 전 조회 1,063
14년 전 조회 1,514