ผมอยากจะเปลี่ยน header ที่เป็นรูปภาพ(jpg)ของ template : siteground-j15-92 ให้เป็น Flash(swf) ก็ลองหาโค้ดจากเว็บต่างๆมาแล้วนะครับทำตามแล้วก็ไม่ได้สักทีครับ
นี้โค้ดก่อนใส่ครับ
</head>
<body id="page_bg">
<div id="wrapper">
<div id="header">
<div id="top">
<div id="search"><jdoc:include type="modules" name="user4" /></div>
<div class="clr"></div>
</div>
<div class="logo">
<table cellspacing="0" cellpadding="0">
<tr>
<td>
<h1><a href="index.php"><?php echo $mainframe->getCfg('sitename') ;?></a></h1>
</td>
</tr>
</table>
</div>
<div id="pillmenu">
<jdoc:include type="modules" name="user3" />
</div>
</div>
พอใส่แล้ว
</head>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="960" height="260">
<param name="movie" value="<?php print $directory; ?>/images/headerimg.swf" />
<param name="quality" value="high" />
<embed src="<?php print $directory; ?>/images/headerimg.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="960" height="260"> </embed>
</object>
<body id="page_bg">
<div id="wrapper">
<div id="header">
<div id="top">
<div id="search"><jdoc:include type="modules" name="user4" /></div>
<div class="clr"></div>
</div>
<div class="logo">
<table cellspacing="0" cellpadding="0">
<tr>
<td>
<h1><a href="index.php"><?php echo $mainframe->getCfg('sitename') ;?></a></h1>
</td>
</tr>
</table>
</div>
<div id="pillmenu">
<jdoc:include type="modules" name="user3" />
</div>
</div>
แล้วก็ไปแก้ที่ css ตรง template เป็นไฟล์flashแล้วก็ไม่ได้เหมือนเดิมครับ ไม่รู้ทำยังไง ใครที่รู้ช่วยบอกทีนะครับ อยากทำมากๆเลย:46: