try{
document.getElementById("flashcontent").style.position = "absolute";
document.getElementById("flashcontent").style.top = "0px";
document.getElementById("flashcontent").style.left = "0px";
document.getElementById("flashcontent").style.width = screenSize.width +"px";
document.getElementById("flashcontent").style.height = screenSize.height +"px";
document.body.style.overflow="hidden";
window.scrollTo(0??0);
}catch(e){
}
}
function normal(){
if(orginFlash.init){
orginFlash.isFullScreen = false;
try{
document.getElementById("flashcontent").style.position = orginFlash.position;
document.getElementById("flashcontent").style.top = orginFlash.top;
document.getElementById("flashcontent").style.left = orginFlash.left;
document.getElementById("flashcontent").style.width = orginFlash.width;
document.getElementById("flashcontent").style.height = orginFlash.height;
document.body.style.overflow="auto";
}catch(e){
}
}
}
function reSize(){
if(orginFlash.isFullScreen){
fullScreen();
}
}
window.onresize = reSize;
writeFlash();
</script>

????P.S.
????1??flash????????????ο??????????
????2??flash?????????IE6?????flash player 7.0???? ??????????в?????????У?
????3??flash????????????????????flash player?汾????9.0.18.60???? ?????flash 9??????????????????????汾?????????js + div???????
????4?????flash 9?1??????????????????????????
????a??flash player?汾?????? 9.0.18.60?????汾??
????b????????????????????????????????????е????onPress??onRelease?????
????c???????html ???????????<param name="allowFullScreen" value="true" />??
????d????????о???????? html???????ó?<param name="wmode" value="opaque" />??<param name="wmode" value="transparent" />??????????????Ч?????????flash????????????window?????????????Ч?????????????????!