플래시 업로드 하고 나서..뷰어 페이지에.. 정보
그누보드 플래시 업로드 하고 나서..뷰어 페이지에..본문
글쓰기에서 플레시 업로드 하고 나서..
뷰어 페이지로 볼때..
플래쉬 사이즈 조절 할수 없나요..
width= height= 이렇게..
원래는 <embed src="" height="" width"">이렇게 표시 해야 되는데..
아래 코드에서 어떻게 수정 해야 될지 몰라서..도움 보탁 드립니다..
<?
for ($i=1; $i<=$cfg[file_count]; $i++) {
if ($file[$i][view]) { echo $file[$i][view]; }
}
?>
<?=$content?>
뷰어 페이지로 볼때..
플래쉬 사이즈 조절 할수 없나요..
width= height= 이렇게..
원래는 <embed src="" height="" width"">이렇게 표시 해야 되는데..
아래 코드에서 어떻게 수정 해야 될지 몰라서..도움 보탁 드립니다..
<?
for ($i=1; $i<=$cfg[file_count]; $i++) {
if ($file[$i][view]) { echo $file[$i][view]; }
}
?>
<?=$content?>
댓글 전체
하하하~
또한사람 바꾸셨든데....음
vc님두 ...아빠라구^^
또한사람 바꾸셨든데....음
vc님두 ...아빠라구^^
헉~ 아직도 모르고 계셨어요? ^^
바꾼지 꽤 되었는데 ....
반갑습니다. 새우눈님 ....^^
첨부파일 늘리기 잘 사용하고 있습니다.
바꾼지 꽤 되었는데 ....
반갑습니다. 새우눈님 ....^^
첨부파일 늘리기 잘 사용하고 있습니다.
혹시.. 지니아빠님...슬기넷 님이십니까..?
그누폴더/config.php 42번줄
$cfg[large_image_size] = 850; // 이 수치가 넘어가면 이 수치로 게시판 이미지 크기 고정
850 의 수치를 조절해 주시거나
그누폴더/lib/gnuboard.lib.php 515번줄
if (preg_match($cfg[image_extension], $file))
return "<img src='./data/file/$board[bo_table]/$file' width='$width' height='$height' border=0><p>";
else if (preg_match($cfg[flash_extension], $file))
return "<embed src='./data/file/$board[bo_table]/$file' width='$width' height='$height'></embed><p>";
else if (preg_match($cfg[movie_extension], $file))
return "<embed src='./data/file/$board[bo_table]/$file'></embed><p>";
의 항목의 $width / $height 값을 변경해 주시고 시도해 보시기 바랍니다.
$cfg[large_image_size] = 850; // 이 수치가 넘어가면 이 수치로 게시판 이미지 크기 고정
850 의 수치를 조절해 주시거나
그누폴더/lib/gnuboard.lib.php 515번줄
if (preg_match($cfg[image_extension], $file))
return "<img src='./data/file/$board[bo_table]/$file' width='$width' height='$height' border=0><p>";
else if (preg_match($cfg[flash_extension], $file))
return "<embed src='./data/file/$board[bo_table]/$file' width='$width' height='$height'></embed><p>";
else if (preg_match($cfg[movie_extension], $file))
return "<embed src='./data/file/$board[bo_table]/$file'></embed><p>";
의 항목의 $width / $height 값을 변경해 주시고 시도해 보시기 바랍니다.