플래시 페이지 인식 정보
플래시 페이지 인식본문
플래시 파일에서
subLink[0][0] = "../bbs/board.php?bo_table=t1";
subLink[0][1] = "../bbs/board.php?bo_table=t2";
subLink[0][2] = "../bbs/board.php?bo_table=t3";
해드파일에서 상단에 넣구요
if($bo_table=="t1")
{$menu_page ="?PageNum=0&subNum=0";}
if($bo_table=="t2")
{$menu_page ="?PageNum=0&subNum=1";}
if($bo_table=="t3")
{$menu_page ="?PageNum=0&subNum=2";}
if($bo_table=="t11")
{$menu_page ="?PageNum=1&subNum=0";}
if($bo_table=="t12")
{$menu_page ="?PageNum=1&subNum=1";}
if($bo_table=="t21")
{$menu_page ="?PageNum=2&subNum=0";}
----------------------------------------------------------------------
메뉴 넣을곳 넣었구요
<script>doc_write(flash_movie("<?=$g4['path']?>/swf/1.swf<?=$menu_page?>","ids", "700", "70", "transparent"));</script>
페이지 인식으로 다 찾아봐서 그대로 하었는데
인식을 못하네요.ㅠ.ㅠ 좀 도와주세요
subLink[0][0] = "../bbs/board.php?bo_table=t1";
subLink[0][1] = "../bbs/board.php?bo_table=t2";
subLink[0][2] = "../bbs/board.php?bo_table=t3";
해드파일에서 상단에 넣구요
if($bo_table=="t1")
{$menu_page ="?PageNum=0&subNum=0";}
if($bo_table=="t2")
{$menu_page ="?PageNum=0&subNum=1";}
if($bo_table=="t3")
{$menu_page ="?PageNum=0&subNum=2";}
if($bo_table=="t11")
{$menu_page ="?PageNum=1&subNum=0";}
if($bo_table=="t12")
{$menu_page ="?PageNum=1&subNum=1";}
if($bo_table=="t21")
{$menu_page ="?PageNum=2&subNum=0";}
----------------------------------------------------------------------
메뉴 넣을곳 넣었구요
<script>doc_write(flash_movie("<?=$g4['path']?>/swf/1.swf<?=$menu_page?>","ids", "700", "70", "transparent"));</script>
페이지 인식으로 다 찾아봐서 그대로 하었는데
인식을 못하네요.ㅠ.ㅠ 좀 도와주세요
댓글 전체
if($bo_table=="t1") {
$menu_page ="?PageNum=0&subNum=0";
} else if ($bo_table=="t2") {
$menu_page ="?PageNum=0&subNum=1";
} else if ($bo_table=="t3") {
....
이게 맞는거 같은데요 ?
$menu_page ="?PageNum=0&subNum=0";
} else if ($bo_table=="t2") {
$menu_page ="?PageNum=0&subNum=1";
} else if ($bo_table=="t3") {
....
이게 맞는거 같은데요 ?
커피는 감사합니다...하지만 안되네요..ㅠ.ㅠ