>From: "Laert Jansen" <[EMAIL PROTECTED]>
>Date: Mon, 12 May 2008 22:58:03 -0300
>Subject: Re: [WSG] Embed a flash file 100%
>
>I´ve already set the height to 100%. The flash file is 778 x 560 px
>I can´t find out why that white area is showing on the top.

If you make the height:100% then it is 100% of the parent - since your flash file does not stretch to the that height the background shows which you have declared as white: var so = new SWFObject("main.swf", "main", "100%", "100%", "8", "#ffffff"); <------****

You need to either make the background black or set the height of #flashcontent to the height of the flash content.

j





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

Reply via email to