本帖最后由 wowtianwen 于 2009-08-03 13:50:58 编辑

解决方案 »

  1.   

    document.getElementById("MediaPlayer1").style.height=document.forms[0].height.value + "px";
      

  2.   

    自己解决了,,刚才没睡醒,没看清代码不好意思。、。
    就是把这个embed重写一遍var obj=document.getElementById("MediaPlayer1");
     objFiles.innerHTML='<EMBED id="MediaPlayer1" name="mediaObjectId" pluginspage="http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=media&sba=plugin&"  type=application/x-mplayer2' 
    +' filename="'+newUrl+'" '
    +' height="'+newHeight+'" width="'+newWidth+'"'
    +' autostart="true" enablecontextmenu="1" clicktoplay="1" '
    +'enablepositioncontrols="0" showcontrols="1" showstatusbar="1" showtracker="1" ' 
    +'showdisplay="0"></EMBED>';