동영상플레이 횟수 카운트 소스입니다.
늘도움많이 받고 있는 영카트 감사합니다.
<video poster="<?php echo $view['as_thumb'];?>" width="350" height="620" controls="controls" id="fitting_video" loop="loop" data-idx="<?php echo $view['wr_id']?>">
<source src="<?php echo $view['wr_link1'];?>" type="video/mp4" />
<source src="<?php echo $view['wr_link1'];?>" type="video/webm" />
<object><embed src="<?php echo $view['wr_link1'];?>" type= "application/x-shockwave-flash" allowfullscreen="false" allowscriptaccess="always"></object>
</video>
<?php echo number_format($view['vcount'])?>
--> 카운트횟수 증가 ~
필요하신분께 도움되시길바랍니다!
$(function(){
var videoed = '#fitting_video';
$(videoed).on('play ended',function(){
var vcount = $("#vcount").val();
var vplay = $("#vplay").val();
if(vplay > 0){
return false;
}
$.ajax({
type : "POST",
url : "count.php",
cache : false,
data : {
"wr_id":$(this).data("idx")
},
success:function(data){
if (data) {
alert(data);
}else{
vcount=parseInt(vcount)+1;
$("#vcount").val(vcount);
$("#vount-txt").text(vcount.toLocaleString('en').split(".")[0]);
$("#vplay").val(1);
}
},
error:function(xhr,option,error){
alert(error);
}
});
});
댓글 6개
sql_query("update 테이블명 set vcount = vcount+1 where wr_id = '{$_POST['wr_id']}'");
좋은팁 공유 감사합니다.
게시판 목록
그누보드5 팁자료실
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 공지 | 3년 전 | 4443 | ||
| 2544 | 1년 전 | 947 | ||
| 2543 | 1년 전 | 847 | ||
| 2542 | 1년 전 | 748 | ||
| 2541 | 1년 전 | 777 | ||
| 2540 | 1년 전 | 1189 | ||
| 2539 | 1년 전 | 1024 | ||
| 2538 | 1년 전 | 1009 | ||
| 2537 |
|
1년 전 | 845 | |
| 2536 | 1년 전 | 1229 | ||
| 2535 |
|
1년 전 | 785 | |
| 2534 |
|
1년 전 | 892 | |
| 2533 |
거북이와두루미
|
1년 전 | 1666 | |
| 2532 | 1년 전 | 801 | ||
| 2531 | 1년 전 | 678 | ||
| 2530 | 1년 전 | 722 | ||
| 2529 | 1년 전 | 1068 | ||
| 2528 |
|
1년 전 | 558 | |
| 2527 | 1년 전 | 1139 | ||
| 2526 | 1년 전 | 750 | ||
| 2525 | 1년 전 | 1114 | ||
| 2524 | 1년 전 | 916 | ||
| 2523 | 1년 전 | 1341 | ||
| 2522 | 1년 전 | 961 | ||
| 2521 | 1년 전 | 1314 | ||
| 2520 | 1년 전 | 1192 | ||
| 2519 | 1년 전 | 1066 | ||
| 2518 |
Lemios
|
1년 전 | 873 | |
| 2517 | 1년 전 | 958 | ||
| 2516 | 1년 전 | 1707 | ||
| 2515 | 1년 전 | 851 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기