플래쉬메뉴 송출에 관한 문제좀 해결해주세요... 정보
플래쉬메뉴 송출에 관한 문제좀 해결해주세요...본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 : http://www.superfloor.co.kr/
위에 주소를 클릭해 보시면
제일 위에 상단에 플래쉬 메뉴 밑에 회색공간에 롤링베너로 들어갈려고 하는데...
분명 ftp 상에 배너플래쉬가 들어가 있는데...송출이 안됩니다...
다른건 다 송출이 되는데...왜 그거만 송출이 안될까요?
소스는 아래와 같습니다.
<div id="menu" style="LEFT:expression((document.body.clientWidth/2)-458); TOP:10px; POSITION:absolute;z-index:2">
<script src="<?=$_url?>fla_js/menu.js"></script>
</div>
<!-- fla(제일 상단 메뉴 플래쉬) -->
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100" style='table-layout:fixed;'>
<tr>
<td height=100 background="<?=$_url?>img/fla_back.gif"></td>
</tr>
</table>
<!-- fla(제일 상단 메뉴 플래쉬) -->
</td>
</tr>
<!-- fla(롤링 베너 플래쉬 넣을 자리) -->
<tr>
<td width="900" height="320">
<div id="banner_1" style="LEFT:expression((document.body.clientWidth/2)-458); TOP:100px; POSITION:absolute;z-index:2">
<script src="<?=$_url?>fla_js/banner_1.js"></script>
</div>
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="320">
<tr>
<td height="320" bgcolor="cccccc"></td>
</tr>
</table>
</td>
</tr>
<!-- fla(롤링 베너 플래쉬 넣을 자리) -->
롤링 배너 플래쉬 넣을 자리에 div 로 넣었는데...유독 그것만 송출이 안되네요...
오류 주소 : http://www.superfloor.co.kr/
위에 주소를 클릭해 보시면
제일 위에 상단에 플래쉬 메뉴 밑에 회색공간에 롤링베너로 들어갈려고 하는데...
분명 ftp 상에 배너플래쉬가 들어가 있는데...송출이 안됩니다...
다른건 다 송출이 되는데...왜 그거만 송출이 안될까요?
소스는 아래와 같습니다.
<div id="menu" style="LEFT:expression((document.body.clientWidth/2)-458); TOP:10px; POSITION:absolute;z-index:2">
<script src="<?=$_url?>fla_js/menu.js"></script>
</div>
<!-- fla(제일 상단 메뉴 플래쉬) -->
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100" style='table-layout:fixed;'>
<tr>
<td height=100 background="<?=$_url?>img/fla_back.gif"></td>
</tr>
</table>
<!-- fla(제일 상단 메뉴 플래쉬) -->
</td>
</tr>
<!-- fla(롤링 베너 플래쉬 넣을 자리) -->
<tr>
<td width="900" height="320">
<div id="banner_1" style="LEFT:expression((document.body.clientWidth/2)-458); TOP:100px; POSITION:absolute;z-index:2">
<script src="<?=$_url?>fla_js/banner_1.js"></script>
</div>
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="320">
<tr>
<td height="320" bgcolor="cccccc"></td>
</tr>
</table>
</td>
</tr>
<!-- fla(롤링 베너 플래쉬 넣을 자리) -->
롤링 배너 플래쉬 넣을 자리에 div 로 넣었는데...유독 그것만 송출이 안되네요...
댓글 전체

banner_1.js 소스를 좀 볼 수 있을까요? 이런 문제들 또한 경로문제가 99% 입니다. 주의하실점은 bann_1.js 에서 embed="test.swf" 이런식으로 해주셨다면 test.swf 는 fla_js 폴더에 들어가 있어야 합니다. php 에서 불러오는 경로가 아니라 js 에서 불러오는 경로에 플래시 무비가 있어야 합니다.