如何在代码将flash动态写入页面某个位置
如何在代码将flash动态写入页面某个位置.我想在代码向页面写入一个flash.并且位置放在页面Table2中
楼主你是想这样吧?
<table>
<tr>
<td id="player" runat="server">
</td>
</tr>
</table>
后台代码
player.InnerHtml = "<embed style='left: 250px; width: 550px; position: absolute; top: 1px; height: 600px;' src='514.swf' type='application/octet-stream' wmode='transparent' quality='high' align='right' height='200' width='500'>";