Hey guys , Have a look at the design below. http://www.ad4business.com/sss/j/ The flash when viewed in IE shows in a black background , which I want but when viewed in Mozilla it goes in a white background . The red color background are the borders of the flash . Can anyone suggest how to fix this problem ? Regards jeet
Your Object parameter specifies a black background: <param name="bgcolor" value="#000000" /> But your Embed tag specifies a white background: <embed src="images/movie1.swf" width=198 height=96 bgcolor="#ffffff" quality="high" loop="true" type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/go/getflashplayer" /> Change the #ffffff to #000000 and the problem will be solved