D

유트브영상 순간검색 구현

· 14년 전 · 2387 · 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
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
14년 전 조회 1,990
14년 전 조회 1,097
14년 전 조회 1,331
14년 전 조회 1,388
14년 전 조회 1,737
14년 전 조회 1,340
14년 전 조회 1,635
14년 전 조회 3,582
14년 전 조회 1,958
14년 전 조회 1,355
14년 전 조회 2,120
14년 전 조회 1,507
14년 전 조회 1,021
14년 전 조회 2,943
14년 전 조회 1,323
14년 전 조회 1,378
14년 전 조회 1,672
14년 전 조회 1,554
14년 전 조회 1,576
14년 전 조회 1,120
14년 전 조회 2,991
14년 전 조회 1,395
14년 전 조회 2,009
14년 전 조회 1,604
14년 전 조회 1,604
14년 전 조회 1,344
14년 전 조회 1,637
14년 전 조회 1,199
14년 전 조회 1,213
14년 전 조회 2,049
14년 전 조회 1,791
14년 전 조회 1,611
14년 전 조회 1,638
14년 전 조회 2,458
14년 전 조회 2,045
14년 전 조회 1,162
14년 전 조회 2,028
14년 전 조회 1,805
14년 전 조회 1,872
14년 전 조회 1,388
14년 전 조회 1,427
14년 전 조회 1,395
14년 전 조회 1,360
14년 전 조회 1,997
14년 전 조회 1,331
14년 전 조회 1,628
14년 전 조회 1,902
14년 전 조회 1,977
14년 전 조회 1,649
14년 전 조회 2,388
14년 전 조회 1,731
14년 전 조회 2,372
14년 전 조회 1,936
14년 전 조회 1,584
14년 전 조회 3,665
14년 전 조회 2,137
14년 전 조회 1,590
14년 전 조회 1,429
14년 전 조회 2,121
14년 전 조회 1,522
14년 전 조회 1,314
14년 전 조회 1,252
14년 전 조회 2,505
14년 전 조회 1,159
14년 전 조회 1,385
14년 전 조회 2,178
14년 전 조회 1,506
14년 전 조회 1,490
14년 전 조회 2,030
14년 전 조회 1,710
14년 전 조회 1,783
14년 전 조회 1,581
14년 전 조회 2,873
14년 전 조회 1,665
14년 전 조회 1,336
14년 전 조회 1,559
14년 전 조회 1,321
14년 전 조회 1,349
14년 전 조회 1,180
14년 전 조회 1,393
14년 전 조회 1,778
14년 전 조회 2,016
14년 전 조회 1,502
14년 전 조회 1,662
14년 전 조회 1,495
14년 전 조회 1,679
14년 전 조회 1,939
14년 전 조회 1,709
14년 전 조회 1,939
14년 전 조회 1,694
14년 전 조회 1,621
14년 전 조회 1,644
14년 전 조회 1,617
14년 전 조회 2,139
14년 전 조회 2,073
14년 전 조회 1,884
14년 전 조회 1,992
14년 전 조회 2,227
14년 전 조회 1,207
14년 전 조회 1,678