동영상 파일 업로드시 썸네일 생성할 수 있는 방법좀 알려주세요. > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

동영상 파일 업로드시 썸네일 생성할 수 있는 방법좀 알려주세요. 정보

동영상 파일 업로드시 썸네일 생성할 수 있는 방법좀 알려주세요.

본문

동영상, 플래시 파일이 asf, swf, flv, wma 등인가요?

여튼 이거 올렸을때 썸네일 생성해서 최신글에서 동영상의 특정 위치를 썸네일로 보여줄수있게 도와주세요~

썸네일 출력부분

    if (file_exists($img))
        $thumfile = "<img src='$img' width='{$img_width}' height='{$img_height}' border='0' style='border:1px #ccc solid'></a>";
		else
		//이미지가 없으면
		$thumfile="<img src='$latest_skin_path/img/noimg.gif' width='{$img_width}' height='{$img_height}' style='border:0 #E7E7E7 solid'></a>";
		//이미지가 아니네
        if(preg_match("/\.(swf|wma|asf)$/i","$file") && file_exists($file))
       { $thumfile = "<script>doc_write(flash_movie('$file', 'flash$i', '$img_width', '$img_height', 'transparent'));</script>"; }
?>
  • 복사

댓글 전체

© SIRSOFT
현재 페이지 제일 처음으로