I'm trying to get the Image Rotator to fill a div using 100% width and height. I found this thread, http://www.jeroenwijering.com/?thread=9967, and followed AJAXs instructions (sans the js function I don't need). The player scales fine in IE but is shrunken in Safari & FF.
If I add so.addVariable('height','100%'); and so.addVariable('width','100%'); to address non-IE browsers, width appears to be 100%, but not height, and the player won't load any images.
How do I get Image Rotator to scale to fit in all modern browsers?

Use swfobject v2.0
The second/additional width & height is specifically for IE, but not needed with swfobject v2.0 & 100%.