플래시 메뉴 파일하나구햇는데요 정보
플래시 메뉴 파일하나구햇는데요첨부파일
본문
헤드.php에서 아웃로그인밑에 불러오는법좀 알려주세요
인클루드하는건가요? 몰르겟네요 부탁드립니다 ㅠ ㅠ
인클루드하는건가요? 몰르겟네요 부탁드립니다 ㅠ ㅠ
댓글 전체
<!-- (c)Quadroland, http://www.quadroland.com -->
<html>
<head>
<title>Flash Menu Labs - Open Source</title>
<script type="text/javascript" src="swfobject.js"></script>
<style type="text/css" media="all">
* {font-size:100%; padding:0; margin:0;}
BODY {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#2d2d2d; background:#fff; padding:0; margin:0;}
H1 {font-size:1.5em; margin-bottom:10px;}
H2 {font-size:1.3em; margin-bottom:6px;}
P {margin-bottom:8px;}
TABLE {width:100%; border-collapse:collapse;}
TD {vertical-align:top;}
.content {width:800px; padding:10px;}
.slidedown {width:125px; padding:0 8px 0;}
</style>
</head>
<body>
<div class="content">
<table>
<tr>
<td class="slidedown">
<div id="FlashMenuLabs" style="position:absolute; top:10px; z-index:10;">
<p>You need to upgrade your Flash Player or to allow javascript to enable Website menu.</br>
<a href="http://www.adobe.com/go/getflashplayer">Get Flash Player</a></p>
</div>
<script type="text/javascript">
var so = new SWFObject("Flash_Menu_Labs_open_source.swf", "menu", "400", "420", "8", "#ffffff");
so.addParam("wmode", "transparent");
so.addParam("scale", "noscale");
so.addParam("salign", "TL");
so.write("FlashMenuLabs");
</script>
</td>
</tr>
</table>
</div>
</body>
</html>
이렇게 넣으라고 님이 올리신 파일 안에 샘플이 있네요 ;;; ;; ;
<html>
<head>
<title>Flash Menu Labs - Open Source</title>
<script type="text/javascript" src="swfobject.js"></script>
<style type="text/css" media="all">
* {font-size:100%; padding:0; margin:0;}
BODY {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#2d2d2d; background:#fff; padding:0; margin:0;}
H1 {font-size:1.5em; margin-bottom:10px;}
H2 {font-size:1.3em; margin-bottom:6px;}
P {margin-bottom:8px;}
TABLE {width:100%; border-collapse:collapse;}
TD {vertical-align:top;}
.content {width:800px; padding:10px;}
.slidedown {width:125px; padding:0 8px 0;}
</style>
</head>
<body>
<div class="content">
<table>
<tr>
<td class="slidedown">
<div id="FlashMenuLabs" style="position:absolute; top:10px; z-index:10;">
<p>You need to upgrade your Flash Player or to allow javascript to enable Website menu.</br>
<a href="http://www.adobe.com/go/getflashplayer">Get Flash Player</a></p>
</div>
<script type="text/javascript">
var so = new SWFObject("Flash_Menu_Labs_open_source.swf", "menu", "400", "420", "8", "#ffffff");
so.addParam("wmode", "transparent");
so.addParam("scale", "noscale");
so.addParam("salign", "TL");
so.write("FlashMenuLabs");
</script>
</td>
</tr>
</table>
</div>
</body>
</html>
이렇게 넣으라고 님이 올리신 파일 안에 샘플이 있네요 ;;; ;; ;
에이치님 해보니까 안되네요 헤드에서 sample.htm 를 php로 바꿔서 인클루드햇는데 안됩니다
알려주세요 ㅠ ㅠ
알려주세요 ㅠ ㅠ
head.sub 파일에서
<head>
<title>sample</title>
<script type="text/javascript" src="swfobject.js"></script> <--이 부분 추가
</head>
=========================================================================
head.php 파일에 대략143줄 부근
<!-- 왼쪽 메뉴 -->
<td width=220 valign=top>
<?=outlogin("basic"); // 외부 로그인 ?>
<div id="FlashMenuLabs" style="position:absolute; top:10px; z-index:10;">
<p>You need to upgrade your Flash Player or to allow javascript to enable Website menu.</br>
<a href="http://www.adobe.com/go/getflashplayer">Get Flash Player</a></p>
</div>
<script type="text/javascript">
var so = new SWFObject("Flash_Menu_Labs_open_source.swf", "menu", "400", "420", "8", "#ffffff");
so.addParam("wmode", "transparent");
so.addParam("scale", "noscale");
so.addParam("salign", "TL");
so.write("FlashMenuLabs");
</script>
<head>
<title>sample</title>
<script type="text/javascript" src="swfobject.js"></script> <--이 부분 추가
</head>
=========================================================================
head.php 파일에 대략143줄 부근
<!-- 왼쪽 메뉴 -->
<td width=220 valign=top>
<?=outlogin("basic"); // 외부 로그인 ?>
<div id="FlashMenuLabs" style="position:absolute; top:10px; z-index:10;">
<p>You need to upgrade your Flash Player or to allow javascript to enable Website menu.</br>
<a href="http://www.adobe.com/go/getflashplayer">Get Flash Player</a></p>
</div>
<script type="text/javascript">
var so = new SWFObject("Flash_Menu_Labs_open_source.swf", "menu", "400", "420", "8", "#ffffff");
so.addParam("wmode", "transparent");
so.addParam("scale", "noscale");
so.addParam("salign", "TL");
so.write("FlashMenuLabs");
</script>
감사합니다 ㅠㅠ헤드에서 script type="text/javascript" src="swfobject.js"></script> 이거불러왓는데 다른페이지가면 안되서 포기햇는데 헤드서브엿군요 ㅠㅠ 젠장 다시도전해야겟어요 감사합니다!