Thanks guys!! I was trying to set the bgcolor with bgcolor = 0x000000,
but flash seemed to ignore it. Now I tried with "#000000" and it works
fine.
Thank you very much
Best Regards,
Leonado
On 28 mayo, 21:36, Vincent Polite <
vpol...@socialnetconnect.com>
wrote:
> Generally speaking, your issue is because of a lack of style definition on
> your content div. It may also require that you invoke the wmode=transparent
> attribute or a background-color attribute on your swfobject reference.
>
> SWFObject actually programatically replaces/erases the existing <div
> id="content"></div> and replaces it with the object definition that you
> defined. The swfobject.embedSWF call you make doesn't appear to have any
> attributes or parameters that would tell the browser to provide a black
> background color or (as an alternative) let the .swf object render as
> transparent. (I'd recommend the black background color over the
> wmode=transparent option due to problems that causes, although in your case,
> I doubt it will be an issue).
>
> Take a look at:
http://code.google.com/p/swfobject/wiki/documentation
>
> Go down to the section:
> How to embed Flash Player content using SWFObject *dynamic publishing*and
> check out Step 3 where it discusses adding attributes and parameters.
> Specifically you will want to add a style definition where the
> background-color is set to what you want. I believe that should get rid of
> your white box flash problem....
>
> There's a code generator that should help you out for situations like this.
> If you use the generator and open up the attributes/parameters adding
> section of the form, then the code it generates should clarify what I'm
> saying.
>
> Best,
>
> Vincent Polite
>