링크걸린 동영상을 리스트에도 눌러 동영상반응하게 할려고 하는데
본문
제가 소스잘못했는데 Video unavailable this video may no longer exist
you don't have permission to view it
이렇게 뜨네요... 뷰리스트에는 보이거든요
view.skin.php
<?php if($view[wr_4]){ ?>
<div style="margin:0 0 10px 0;">
<iframe width="100%" <?php echo $v_width?>" height="<?php echo $v_height?>" src="http://www.vlive.tv/embed/<?php echo $view[wr_4]?>" scrolling="no" marginwidth="0" marginheight="0" allowfullscreen="" frameborder="no"></iframe>
<?php } ?>
list.skin.php
elseif ($list[$i]['wr_4']){ // vlive 이미지 출력
$thumb_width = "1200";
$thumb_height = "904";
$mv2 = explode("videos/", $list[$i]['wr_4']);
$list[$i]['wr_4'] = $mv2[1];
$faceimg = '<div width="'.$thumb_width.'" height="'.$thumb_height.'" class="fb-video" data-href="http://www.vlive.tv/embed.php?v='.str_replace('/','',$list[$i]['wr_4']).'" data-autoplay="false"></div>';
}
!-->
답변을 작성하시기 전에 로그인 해주세요.