묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
php에 플래시 무비 로드
2004.10.04 03:31
제가 플래시 무비를 로드 하려는데 잘안되네여..
<body>
<div style="border-width:0px; border-color:rgb(221,221,221); border-style:solid; width:980px;">
<table width=100% border=0>
<tr>
<td valign=top>
<table border='0'+ '+ ' cellpadding='0' cellspacing='0' width=100% style=margin-top:4px;table-layout:fixed>
<tr>
<td style='+ 'height:5px;line-height:0;padding:0;margin:0' width=5><img src='<?=$tpl_path['index']?>/images/1.gif'></td>
<td style='height:5px;line-height:0;padding:0;margin:0' background='<?=$tpl_path['index']?>/images/td_top.gif'></td>
<td style='height:5px;line-height:0;padding:0;margin:0' width=5><img src='<?=$tpl_path['index']?>/images/2.gif'></td>
</tr>
<tr>
<td background='<?=$tpl_path['index']?>/images/td_left.gif'></td>
<td bgcolor=#ffffff valign=top>
<?php gMenu();?>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="900" height="300">
<param name="movie" value="../../../../..//www/infaz_up/images/infazmain2.swf">
<param name="quality" value="high">
<embed src="../../../../..//www/infaz_up/images/infazmain2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="900" height="300"></embed>
</object>
<table width='100%' border=0 cellpadding=0 cellspacing=0 style='margin-top:0px;margin-bottom:4px;border-bottom:#eeeeee solid 4px' background='<?=$tpl_path['index']?>/images/nav_bg.gif'>
<tr height=35>
<td width='63'> <font style='color:#bbb'>현재위치 :</font></td>
<td><div id='nav'></div></td>
</tr>
</table>
<?php
main_text();
if(!empty($modules_file)){
include_once $modules_file;
if(!empty($sub['gs_tail'])) echo $sub['gs_tail'];//글부서브 헤더
}
?>
<?php
if (!empty($sub['g_tail'])){
echo text_contents($sub['g_tail'+ ']); //하단코드
}?>
</td>
<td background='<?=$tpl_path['index']?>/images/td_right.gif'+ '></td>
</tr>
<tr style=line-height:0>
<td style='height:5px;line-height:0;padding:0;margin:0' width=5><img src='<?=$tpl_path['index']?>/images/3.gif'></td>
<td style='height:5px;line-height:0;padding:0;margin:0' background='<?=$tpl_path['index']?>/images/td_foot.gif'></td>
<td style='height:5px;line-height:0;padding:0;margin:0' width=5><img src='<?=$tpl_path['index']?>/images/4.gif'></td>
</tr>
</table>
근데 무비가 로드가 안되여 도와주세요
<body>
<div style="border-width:0px; border-color:rgb(221,221,221); border-style:solid; width:980px;">
<table width=100% border=0>
<tr>
<td valign=top>
<table border='0'+ '+ ' cellpadding='0' cellspacing='0' width=100% style=margin-top:4px;table-layout:fixed>
<tr>
<td style='+ 'height:5px;line-height:0;padding:0;margin:0' width=5><img src='<?=$tpl_path['index']?>/images/1.gif'></td>
<td style='height:5px;line-height:0;padding:0;margin:0' background='<?=$tpl_path['index']?>/images/td_top.gif'></td>
<td style='height:5px;line-height:0;padding:0;margin:0' width=5><img src='<?=$tpl_path['index']?>/images/2.gif'></td>
</tr>
<tr>
<td background='<?=$tpl_path['index']?>/images/td_left.gif'></td>
<td bgcolor=#ffffff valign=top>
<?php gMenu();?>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="900" height="300">
<param name="movie" value="../../../../..//www/infaz_up/images/infazmain2.swf">
<param name="quality" value="high">
<embed src="../../../../..//www/infaz_up/images/infazmain2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="900" height="300"></embed>
</object>
<table width='100%' border=0 cellpadding=0 cellspacing=0 style='margin-top:0px;margin-bottom:4px;border-bottom:#eeeeee solid 4px' background='<?=$tpl_path['index']?>/images/nav_bg.gif'>
<tr height=35>
<td width='63'> <font style='color:#bbb'>현재위치 :</font></td>
<td><div id='nav'></div></td>
</tr>
</table>
<?php
main_text();
if(!empty($modules_file)){
include_once $modules_file;
if(!empty($sub['gs_tail'])) echo $sub['gs_tail'];//글부서브 헤더
}
?>
<?php
if (!empty($sub['g_tail'])){
echo text_contents($sub['g_tail'+ ']); //하단코드
}?>
</td>
<td background='<?=$tpl_path['index']?>/images/td_right.gif'+ '></td>
</tr>
<tr style=line-height:0>
<td style='height:5px;line-height:0;padding:0;margin:0' width=5><img src='<?=$tpl_path['index']?>/images/3.gif'></td>
<td style='height:5px;line-height:0;padding:0;margin:0' background='<?=$tpl_path['index']?>/images/td_foot.gif'></td>
<td style='height:5px;line-height:0;padding:0;margin:0' width=5><img src='<?=$tpl_path['index']?>/images/4.gif'></td>
</tr>
</table>
근데 무비가 로드가 안되여 도와주세요