En la head del html tengo esto
Código :
<style type="text/css" media="screen">
body {
background: url('imgs/fondo_tem.gif');
margin-left: 0px;
margin-top: 0px;
}
</style>
<script type="text/javascript" charset="utf-8">
function cambiarFondo(img) {
document.body.style.backgroundImage = "url("+img+")";
}
</script>
y en el boton de flash
Código :
on (press) {
getURL("javascript:cambiarFondo('imgs/amarillo.gif')");
}y no me va y no tengo mucha idea...me podriais ayudar..
