3. 1.과2.의 과정을 수행하시고 게시판 설정에 가시면 
본문 자동 이미지 삽입 에 "Y"로 하시면 첨부파일이 그림파일이면 자동으로 본문에 그림이 삽입됩니다.
<!--@else-->
{@ $uplist = $oDocument->getUploadedFiles() }
{@ $_count = 1 }
<!--@foreach($uplist as $key => $file)-->
{@ $filen=$file->uploaded_filename }
<!--@if(eregi("\.(wma|mp3|asf)$",$filen))-->
<div id="movie1">
<embed src="{$filen}" id="mediaplayer1" width="320px" height="45px" autostart=<!--@if($_count==1)-->"True"<!--@else-->"False"<!--@end--> autosize="true" autoresize="true" showcontrols="true" stretchtofit="true" />
</div>
{@ $_count += 1 }
<!--@elseif(eregi("\.(wmv|mpg)$",$filen))-->
<div id="movie1">
<OBJECT id="mediaplayer1" width="450px" height="396px"
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
type="application/x-oleobject">
<PARAM NAME="URL" VALUE="{$filen}">
<PARAM NAME="SendPlayStateChangeEvents" VALUE="True">
<PARAM NAME="AutoStart" VALUE=<!--@if($_count==1)-->"True"<!--@else-->"False"<!--@end-->>
<param name="AutoSize" value="true">
<param name="AutoResize" value="true">
<param name="ShowControls" value="true">
<PARAM NAME="StretchtoFit" Value="true">
</OBJECT>
<!--@if(eregi("firefox",$_SERVER['HTTP_USER_AGENT']))-->
<embed src="{$filen}" id="mediaplayer1" width="450px" height="382px" autostart=<!--@if($_count==1)-->"True"<!--@else-->"False"<!--@end--> autosize="true" autoresize="true" showcontrols="true" stretchtofit="true" />
<!--@end-->
</div>
{@ $_count += 1 }
<!--@end-->
<!--@end-->
{$oDocument->getContent()}
<!--@end-->