플래시가 안보이는 문제 관련해서 다시질문드려요 정보
플래시가 안보이는 문제 관련해서 다시질문드려요첨부파일
본문
증상을 파일첨부했습니다
게시판리스트 페이지에선 플래시가 정상적으로 보입니다
그런데 글을 확인하거나 글쓰기를 하면 플래시가 보이질 않습니다
테스트중인 게시판주소는 http://hoony33.cafe24.com/gnuboard4/bbs/board.php?bo_table=secret&wr_id=1 입니다
그리고 플래시 삽입태그는
<div id="sub_topmenu">
<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="255">
<param name="movie" value="/swf/sub_top.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="swfversion" value="8.0.35.0" />
<!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
<param name="expressinstall" value="/swf/expressInstall.swf" />
<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="/swf/sub_top.swf" width="100%" height="255">
<!--<![endif]-->
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="swfversion" value="8.0.35.0" />
<param name="expressinstall" value="/swf/expressInstall.swf" />
<!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
</div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div>
이렇게 썼습니다
다시 한 번 살펴봐주세요~
게시판리스트 페이지에선 플래시가 정상적으로 보입니다
그런데 글을 확인하거나 글쓰기를 하면 플래시가 보이질 않습니다
테스트중인 게시판주소는 http://hoony33.cafe24.com/gnuboard4/bbs/board.php?bo_table=secret&wr_id=1 입니다
그리고 플래시 삽입태그는
<div id="sub_topmenu">
<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="255">
<param name="movie" value="/swf/sub_top.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="swfversion" value="8.0.35.0" />
<!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
<param name="expressinstall" value="/swf/expressInstall.swf" />
<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="/swf/sub_top.swf" width="100%" height="255">
<!--<![endif]-->
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="swfversion" value="8.0.35.0" />
<param name="expressinstall" value="/swf/expressInstall.swf" />
<!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
</div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div>
이렇게 썼습니다
다시 한 번 살펴봐주세요~
댓글 전체

잘모르지만
<div id="top_menu_div" style="width:140px; height:15px; position:absolute; left:50%; margin-left:310px; top:12px; z-index:2;">
여기서
top:12px 로 올라가버리나보네요
<div id="top_menu_div" style="width:140px; height:15px; position:absolute; left:50%; margin-left:310px; top:12px; z-index:2;">
여기서
top:12px 로 올라가버리나보네요
사용중인 head.sub.php와 head.php 파일을 올려보세요~
두 파일을 수정해야 할것 같습니다.
두 파일을 수정해야 할것 같습니다.
올래님~ 파일첨부했습니다 확인부탁드려요~