/* 小方平电脑 高度可以满屏 ; 16:9 的电脑 宽度可以满屏 */
<!DOCTYPE html>
< html > 
 < head  lang= "en" > 
     < meta  charset= "UTF-8" > 
     < title ></ title > 
     < style > 
         . box { 
             width:  400 px; 
height: 240px;
 border:  1 px solid red; 
             overflow:  hidden; 
             margin-bottom:  20 px; 
}
/* 小方平电脑高度铺满,宽高比例 */
    </ style > 
 </ head > 
 < body > 
     < div  class= "box" > 
         < embed  width= "100%"  height= "100%"  quality= "high"  src= "http://yy.com/s/91684224/0/yyscene.swf"  align= "middle"  allowscriptaccess= "never"  allowfullscreen= "true"  mode= "transparent"  type= "application/x-shockwave-flash"  wmode= "transparent" > 
     </ div >
     < div  class= "box" > 
         < embed  width= "100%"  height= "100%"  quality= "high"  src= "http://yy.com/s/81355194/0/yyscene.swf"  align= "middle"  allowscriptaccess= "never"  allowfullscreen= "true"  mode= "transparent"  type= "application/x-shockwave-flash"  wmode= "transparent" > 
     </ div >
 </ body > 
 </ html >


