Hi Sam,

Thank you for the response. I am not sure if I did this exactly right
because I am still getting the "flash of white" when the page loads:

You can see the page here: http://jlloyd.ehclients.com/

Here is the code I put in:

<object id="flash" classid="clsid:D27CDB6E-
AE6D-11cf-96B8-444553540000" width="900" height="600" >
                                <param name="movie" value="_flash/intro.swf" />
                                <param name="bgcolor" value="000000" />
                        <!--[if !IE]>-->
                                <object type="application/x-shockwave-flash" 
data="_flash/
intro.swf" width="900" height="600">
                                <!--<![endif]-->
                                <div>
                                        <p><a href="index2.html"><img 
src="{site_url}_images/hidden-
sun.png" alt="the Hidden Sun" /><br />
                                              enter the site...</a></p>
                                </div>
                                <!--[if !IE]>-->
                                </object>
                                <!--<![endif]-->
                        </object>

Did I do this right?

Thanks,

Forrest

On May 17, 2:10 pm, Sam Sherlock <[email protected]> wrote:
> bgcolor is a param no #
>
> eg for static objects
>
> <param name="bgcolor" value="000000" />
>
> and for dynamic objects
> var params = {};
> params.bgcolor = "000000";
>
> in both cases use the full set of six chars
>
> hth - S
>
> On 17 May 2010 15:53, Forrest <[email protected]> wrote:
>
>
>
> > I have swfobject content on a black page and need to get rid of the
> > default white background I tried this:
>
> > <object id="flash" classid="clsid:D27CDB6E-
> > AE6D-11cf-96B8-444553540000" width="900" height="600" bgcolor="#000">
>
> > but it didn't make any difference. What is the correct way to set the
> > background color to #000000?
>
> > Thanks.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "SWFObject" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<swfobject%[email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/swfobject?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "SWFObject" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group 
> athttp://groups.google.com/group/swfobject?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en.

Reply via email to