Changing background color with actionscript

Greetings from france…

I’m trying to change the background color of a movie…

I’ve tryied

bgcolor = new Color(_root);
bgcolor.setRGB(0xF20000); // (red)

But that just adds a color to every single movieclip on stage… Without changing the background color…

Please help…

Thanks in advance