我想在 wordpress 中包含我的 flash。我在 html 中有一个代码。但我不知道如何包含以及应该在哪里放置“.swf”文件和 js 文件。请帮我
<div class="banner_flash">
<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="358" height="180">
<param name="movie" value="swf/flash1.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="wmode" value="transparent" />
<param name="swfversion" value="6.0.65.0" />
<param name="expressinstall" value="Scripts/expressInstall.swf" />
<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
<!--[if !IE]>--><object type="application/x-shockwave-flash" data="swf/flash1.swf" width="358" height="180">
<![endif]<param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="swfversion" value="6.0.65.0" /><param name="expressinstall" value="Scripts/expressInstall.swf" /><!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
</div>
<!--[if !IE]>--></object>
<!--<![endif]-->
</object>