Retain grey out scroll track at the right side of browser

Hi all,

By default when you create a HMTL page, there will be a grey out scroll track at the right side of browser. But if I use swfObject and set the parameter value to 100% like below


var so = new SWFObject("stage.swf", "website", "100%", "100%", "8", "#000000");

The grey out scroll bar will be missing.

Is there anyway to still retain the grey out bar while still having the flash in 100%

Thanks!