Changing background

I have a problem with the resizing of the background

This is the code i use

bg_mc._x = 0;
bg_mc._y = 0;
bg_mc._width = Stage.width;
bg_mc._height = Stage.height;

how i can make this background to resize in full screeen?