Full screen swf

hi guys,
whenever i create a swf i set it to a fixed size for the web as when the swf enlarges all images inside it become pixelated.

how do sites such as www.2advanced.com get their images to scale to the size of the browser cleanly?

any help would be appreciated

thanks

The images in the example you posted are not scaling with the browser; they are simply oversized images that crop in smaller windows.

I’ve seen the effect you are describing though.
I assume the images are simply very large to begin with and are scaled down in most browser windows.

“Liquid layout” is how this is usually done.
You are simply specifying the position and scale of each object relative to the stage within a function triggered by the resize event listener.