con questo javascript nella pagina, html che ho copiato e incollato qui.

codice:
<script language="JavaScript">



function cBG(whichColor){

var cor = whichColor;

document.bgColor = cor;

}



function openWindow(mypage, w, h, myname) {

var winl = (screen.width - w)/2;

var wint = (screen.height - h)/ 2;

winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl

win = window.open(mypage, myname,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,'+winprops)

if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }

}



</script>
nel flash alpulsante on(release) richiami la funzione javascript
per il cambio colore,