I want to scale my swf file to be fullscreen and stretched according to the users' browser windows. In my HTML code, under the <object classid> tag, I have this for scale: <param name="scale" value="exactfit" />

The only problem with this is that it stretches it without maintaining the dimensions. I basically would like to know if there's a way to lock the aspect ratio so that it won't distort. Thank you in advance!

B