1、设置embed的透明度
<embed src="http://player.youku.com/player.php/sid/XODA2MjM4NjM2/v.swf" width="100%" height="document.body.clientWidth/1.7" allowFullScreen="true" quality="high" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" wmode="transparent">
wmode="transparent
2、在移动端中设置flash高度和宽度的比为9:6 (自适应屏幕宽高)
height="document.body.clientWidth/1.7" 案例:如上代码