hi guys, if you go to www.playinenglish.com you will see that I have a small flash file with some witten in italian .How can I remove the white box that surrounds it? it looks horrible. Thanks again and sorry for the stupid basic question. michael italy
You know that you aren't even using swfObject on that page yes?
If you set the background colour of the flash file, this should sort things out. For your <object> / <embed> method you are using now, set the bgcolor parameter. For swfObject, pass in the hex value after the version you require e.g. var so = new SWFObject("some.swf", "flash", "550", "400", "8", "#000000");
sorry buddy but i am new to this. the flash file that i have on that page was a banner made by epinoisis magic flare program. here is the code for the object which i have put on my page.
I don't get any white border when I hover over the swf file in either IE6 or firefox 2. I do get a white box when the .swf file is still loading though.
You can add the following after the <param name="quality" value="high" /> line within the <object> tag
<param name="bgcolor" value="#000000" />
and bgcolor="#000000" within the <embed> tag, again after quality="high"
By the way, the flash file links back to the magic flare site when you click on it. You might want to think about changing that link, or buying the program if that is part of the trial functionality.