flash - How do I set the background color in swfObject? -


I'm using swfobject to display some flash content (please tell Steve Jobs) and set me the background color To make the Swfobject content black, it therefore mixes well with the black page.

I tried to use the following code but it did not change anything:

  & lt; Object ID = "Flash" Classic = "clayed: D27CDB6E-AE6D-11cf-96B8-444553540000" width = "900" height = "600" bg = "# 000" & gt;  

What is the correct way to set the background color to # 000000?

Thank you

I got some help on swfobject group on Google

The key is to add the object to both parts of the code and this solves the problem:

    

Comments