var so = new SWFObject("main.swf", "main", "100%", "100%", "8", "#ffffff");
The value of #ffffff is what is causing your white bg at the top; this ends
up being the "bgcolor" attribute of the embed tag and is used as the stage
background color in flash unless you set the window mode (wmode) to
"transparent". Window mode defaults to "opaque"; meaning flashes stage color
is shown.

Some useful links:

   -
   http://blog.soulwire.co.uk/flash/actionscript-2/dynamic-positioning-part-two/
   - swffit - Smart Flash Resize Script <http://swffit.millermedeiros.com/>

- Nate Hanna


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to