안녕하세요 유튜브 동영상관련해서 질문좀 드립니다.

질답게시판이 지금 등록이 안되서 요기에 질문좀 드립니다. "죄송합니다"

게시판에서 현재는 유튜뷰 동영상 소스를 긁어다가 플래쉬로 업로드 하고있는데요 이거를 그냥 동영상주소를

관련링크1#에 입력하면 동영상이 업로드 되게끔 구현 할려고 하는데요 너무 어렵네요 고수님들 한수 부탁합니다.

"감사합니다"


|

댓글 2개

어렵지 않아요.
해당 주소를 내용에 넣게 합니다.
그리고 view.skin.php에 content라고 된 것을 wr_content로 고치면 본문 안에 나오게 됩니다.
물론 html 허용을 체크해야 겠지요.
민기만님 안되는데요 그렇게 간단하게 될수가 없을거라고 생각한는데요 아래 소스보시면 제가 지금 사용하고있지는 않지만
동영상 최신글인데요 관련링크#1에 링크걸면 바로 동영상 썸네일이 출력되고 내용보기도 가능하거든요 그래서 오늘 이소스를 보면서 적용해 볼려고 했는데 어렵더라구요 ㅡ.ㅡ
<?php
if (!defined("_GNUBOARD_")) exit; //개별 페이지 접근 불가
global $is_admin, $member;
$youtube_width = 500; //레이어 팝업 동영상 가로 크기
$youtube_height = 370; //레이어 팝업 동영상 세로 크기
$youtube_autoplay = 1; //레이어 팝업 동영상 자동재생 여부(자동재생하지 않으려면 '0' 입력)
?>
<script type="text/javascript" src="<?php echo $latest_skin_path; ?>/fancyzoom.js"></script>
<style type="text/css">
.mov_title_wrap {width:100%; height:26px; border:1px solid #ccc}
.mov_title a:link, .mov_title a:visited, .mov_title a:active, .mov_title a:hover {float:left; text-decoration:none; padding-left:8px; white-space:nowrap; font:bold 12px gulim, tahoma; color:#222; line-height:28px}
.mov_right_wrap {float:right; margin:3px 8px 0 0; width:150px}
.mov_btn_admin {float:right; margin:1px 1px 0; background:url(<?php echo $latest_skin_path; ?>/img/icon.gif) -5px 0; width:10px; height:18px}
.mov_btn_write {float:right; margin:1px 1px 0; background:url(<?php echo $latest_skin_path; ?>/img/icon.gif) -15px 0; width:20px; height:18px}
.mov_btn_more {float:right; margin:1px 1px 0; background:url(<?php echo $latest_skin_path; ?>/img/icon.gif) -35px 0; width:10px; height:18px}
.mov_latest_wrap {clear:both; position:relative}
.mov_latest_wrap ul.mov_list {clear:both; position:relative; margin:10px 0 0 0; padding:0; list-style:none; text-align:left}
.mov_latest_wrap ul.mov_list li {margin:5px 0; padding-left:10px; height:95px; border-bottom:1px dotted #ebebeb; font:normal 12px gulim, dotum; color:#999}
.mov_latest_wrap ul.mov_list .list_thumb {float:left}
.mov_latest_wrap ul.mov_list .list_explain {float:left; padding:2px 10px 0 10px}
.list_title_movie {padding-top:35px; padding-left:10px; font:bold 12px tahoma, gulim; color:#555}
.list_title_movie a:link, .list_title_movie a:visited, .list_title_movie a:active, .list_title_movie a:hover {text-decoration:none; color:#555}
.mov_no_list {padding:10px 0; font:normal 12px tahoma, gulim; color:#999; text-align:center}
</style>


<div class="mov_latest_wrap">
<div class="mov_title_wrap">
<div class="mov_title"><a href="<?php echo $g4[bbs_path]; ?>/board.php?bo_table=<?php echo $bo_table; ?>"><?php echo $board[bo_subject]; ?></a></div>
<div class="mov_right_wrap">
<div class="mov_btn_more"><a href="<?php echo $g4[bbs_path] ?>/board.php?bo_table=<?php echo $bo_table ?>"><img src="<?php echo $latest_skin_path; ?>/img/none.gif" width="10" height="18" border="0" alt="더보기"></a></div>
<?php if ($member[mb_level] >= $board[bo_write_level]) { ?>
<div class="mov_btn_write"><a href="<?php echo $g4[bbs_path]; ?>/write.php?bo_table=<?php echo $bo_table; ?><?php echo $write_href; ?>"><img src="<?php echo $latest_skin_path; ?>/img/none.gif" width="20" height="18" border="0" alt="글쓰기"></a></div>
<?php } ?>
<?php if ($is_admin == "super" || $is_auth) { ?>
<div class="mov_btn_admin"><a href="<?php echo $g4[path]; ?>/adm/board_form.php?w=u&bo_table=<?php echo $bo_table; ?>"><img src="<?php echo $latest_skin_path; ?>/img/none.gif" width="10" height="18" border="0" alt="게시판설정"></a></div>
<?php } ?>
</div>
</div>
<?php if (count($list) == 0) { ?>
<div class="mov_no_list">게시물이 없습니다.</div>
<?php } else { ?>
<ul class="mov_list">
<?php for ($i = 0; $i < count($list); $i++) {
$youtube_url = strstr($list[$i]['wr_link1'], '=');
$youtube_url = explode('&', $youtube_url);
$youtube_url = str_replace('=', '', $youtube_url[0]);
?>
<li>
<div class="list_thumb"><a href="#pic-<?php echo $bo_table; ?>_<?php echo $i; ?>" rel="next"><img src="http://img.youtube.com/vi/<?php echo $youtube_url; ?>/3.jpg" width="120" height="90" border="0" alt="" /></a> </div>
<div id="pic-<?php echo $bo_table; ?>_<?php echo $i; ?>" class="hide_movie">
<iframe src="http://www.youtube.com/embed/<?php echo $youtube_url; ?>?hl=ko_KR&version=3&rel=0&autoplay=<?php echo $youtube_autoplay; ?>" width="<?php echo $youtube_width; ?>" height="<?php echo $youtube_height; ?>" frameborder="0" allowfullscreen></iframe>
</div>
<div class="list_explain">
<div class="list_title_movie"><a href="<?php echo $list[$i]['href']; ?>"><?php echo $list[$i]['subject']; ?></a></div>
</div>
</li>
<?php } ?>
</ul>
<?php } ?>
</div>
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
11년 전 조회 1,747
11년 전 조회 2,952
11년 전 조회 2,507
11년 전 조회 3,507
11년 전 조회 1,716
11년 전 조회 2,473
11년 전 조회 2,398
11년 전 조회 2,506
11년 전 조회 2,135
11년 전 조회 2,090
11년 전 조회 2,133
11년 전 조회 2,498
11년 전 조회 2,568
11년 전 조회 2,657
11년 전 조회 2,544
11년 전 조회 2,874
11년 전 조회 2,074
11년 전 조회 2,251
11년 전 조회 2,225
11년 전 조회 2,379
11년 전 조회 2,892
11년 전 조회 2,436
11년 전 조회 2,405
11년 전 조회 6,913
11년 전 조회 2,465
11년 전 조회 2,635
11년 전 조회 2,658
11년 전 조회 2,811
11년 전 조회 3,183
11년 전 조회 4,769
11년 전 조회 3,164
11년 전 조회 1,919
11년 전 조회 1,709
11년 전 조회 1,853
11년 전 조회 1,943
11년 전 조회 2,240
11년 전 조회 1.6만
11년 전 조회 2,328
11년 전 조회 1,449
11년 전 조회 1,491
11년 전 조회 1,754
11년 전 조회 4,031
11년 전 조회 1,851
11년 전 조회 1,619
11년 전 조회 1,655
11년 전 조회 1,514
11년 전 조회 1,700
11년 전 조회 2,652
11년 전 조회 1,441
11년 전 조회 1,881
11년 전 조회 2,520
11년 전 조회 1,382
11년 전 조회 2,265
11년 전 조회 1,595
11년 전 조회 1,740
11년 전 조회 2,204
11년 전 조회 2,471
11년 전 조회 1,469
11년 전 조회 2,011
11년 전 조회 1,378
11년 전 조회 4,551
11년 전 조회 1,947
11년 전 조회 2,217
11년 전 조회 1,999
11년 전 조회 1,434
11년 전 조회 1,562
11년 전 조회 1,448
11년 전 조회 6,091
11년 전 조회 1,441
11년 전 조회 1,431
11년 전 조회 3,876
11년 전 조회 1,740
11년 전 조회 5,295
11년 전 조회 2,664
11년 전 조회 3,484
11년 전 조회 1,415
11년 전 조회 1,456
11년 전 조회 2,271
11년 전 조회 1,468
11년 전 조회 2,426
11년 전 조회 2,333
11년 전 조회 5,262
11년 전 조회 1,750
11년 전 조회 2,888
11년 전 조회 2,154
11년 전 조회 2,222
11년 전 조회 2,288
11년 전 조회 1,547
11년 전 조회 2,375
11년 전 조회 1,242
11년 전 조회 4,553
11년 전 조회 2,629
11년 전 조회 2,438
11년 전 조회 2,086
11년 전 조회 7,572
11년 전 조회 2,046
11년 전 조회 1,636
11년 전 조회 3,113
11년 전 조회 2,489
11년 전 조회 1,559