테스트 사이트 - 개발 중인 베타 버전입니다

메인화면상단이미지쪽 플래시삽입에 대하여

· 14년 전 · 1723 · 1
1.jpg
메인 상단이미지 쪽에 플래시파일 넣고 싶은데여 잘안되서요

index.php수정전 파일

//샘플게시판 생성 - 필요치 않으면 주석처리(//)하여 주세요.
include_once("$g4[path]/upgrade/bbs_upgrade.php");
?>
<link href="<?=$g4[path]?>/css/index.css" rel="stylesheet" type="text/css">

<!-- mianVisual -->
<div id="mainVisual">
<img src="<?=$g4[path]?>/images/main_visual.jpg" width="720" height="200" alt="휴온빌더">
</div>

index.php수정후 파일

//샘플게시판 생성 - 필요치 않으면 주석처리(//)하여 주세요.
include_once("$g4[path]/upgrade/bbs_upgrade.php");
?>
<link href="<?=$g4[path]?>/css/index.css" rel="stylesheet" type="text/css">

<!-- mianVisual -->
<div id="mainVisual">
<img src="<?=$g4[path]?>src="/images/mainswf.swf" width="720" height="200" alt="휴온빌더">
</div>

images디렉토리안에 mainswf.swf 파일은 업로드 했구요

<img src="<?=$g4[path]?>src="/images/mainswf.swf" width="720" height="200" alt="휴온빌더">
처음 만드는 홈페이지라서요.

이쪽부분 상세하게 설명 부탁드릴께요.

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

댓글 1개

플래시 삽입은 object와 embed태그를 사용하셔야죠.
이미지인 경우에 img태그여야 하는데...

게시글 목록

번호 제목
284348
284336
284333
284332
284320
284318
284316
284313
284307
284306
284303
284298
284296
284290
284286
284280
284277
284272
284261
284259