<script>
var ss=window.open('yourpage.htm','new','width:100');
</script>
<input type=button value=get onClick='alert(ss.document.all.otheruser.width)'>

解决方案 »

  1.   

    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    </head><body>
    <input type=button value="得到路径" onclick="alert(document.all.mxh.movie)"> <input type=button value="得到quality" onclick="alert(document.all.mxh.quality)"> <br>
    <object id=mxh classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="480" height="500">
      <param name=movie value="http://lucky.myrice.com/flash/flashme.swf">
      <param name=quality value=high>
      <param name="wmode" value="transparent">
      <embed src="flash.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100" height="100" wmode="transparent">
      </embed> 
    </object>
    </body>
    </html>
      

  2.   

    定义一个变量来代表就可以了

    var flashN=win.document.all.otheruser;
    然后你就对flashN处理