<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <script language=javascript>
window.onload=function(){ 
document.getElementById("head-13").style.backgroundImage="url("+"images/logo_bt.gif"+")";
}
</script>
    <div id="AD_880">
      <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="880" height="100">
        <param name="movie" value="images/pudflash/aboutPUD.swf" />
        <param name="quality" value="high" />
        <embed src="images/pudflash/aboutPUD.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="880" height="100"></embed>
      </object>
    </div> 
</asp:Content>

解决方案 »

  1.   

    flash显示用以下试试:
    <embed src="images/pudflash/aboutPUD.swf" height="20" width="250"  wmode="transparent"></embed>
      

  2.   

    2楼的代码试过,不行哦.
    我把javascript代码去掉,flash就可以显示,加上这段javascript代码,flash就不能显示,不知道是怎么回事?
      

  3.   

    是这个Content控件的问题,
    把Content的去掉,一切OK,
    问一下楼主,这Content是什么东东?没用过!!
      

  4.   

    用了母版页...所以有<asp:Content,
    有没办法不去掉Content啊...我用了母版啊
      

  5.   

    将js加到母板页!然后判断那个页面要执行这个js!!
      

  6.   

    js放在母版页,子页的falsh没问题啊!!