메인배너 플레시
페이지 정보
본문
메인배너에 플레시를 넣엇는데..
정상사이즈로 나오지 않네요.ㅡ.ㅡ;;
list_skin.php파일의
{//플래쉬
echo"<embed src='$f_path/$f_file' width='645' height='330'>";}
else
요부분의 사이즈를 수정하여도
정상사이즈로 나오지 않네요.ㅡ.ㅡ
댓글목록

제로님의 댓글
제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일
	                	                <? 
		    $image = urlencode($list[$i][file][0][file]); // 첫번째 파일이 이미지라면
            if (preg_match("/\.(gif|jpg|png)$/i", $image) && file_exists("$g4[path]/data/file/$bo_table/$image")) {
                echo "<img src='$g4[path]/data/file/$bo_table/$image' width='150' height='150' border='0'>  ";
}
		    else if (file_exists($list[$i][file_image1])) { $gznews_img = "width=150 height=150 border=0)'><br>"; } 
		    
		       else if (preg_match("/\.(swf|wma|asf)$/i", $image) && file_exists("$g4[path]/data/file/$bo_table/$image")) {
                echo "<embed src='$g4[path]/data/file/$bo_table/$image' width='645' height='330' border='0' wmode='transparent'></embed>  ";
}
		    
		 ?>
이렇게 해보세요	            




 
