mozilla view fix please.

Discussion in 'HTML & Website Design' started by JEET, Feb 13, 2006.

  1. #1
    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
     
    JEET, Feb 13, 2006 IP
  2. the_pm

    the_pm Peon

    Messages:
    332
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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 :)
     
    the_pm, Feb 13, 2006 IP
  3. JEET

    JEET Notable Member

    Messages:
    3,832
    Likes Received:
    502
    Best Answers:
    19
    Trophy Points:
    265
    #3
    I feel like an idiot ...
    Thank you for the help .

    Bye
    Jeet
     
    JEET, Feb 13, 2006 IP
  4. the_pm

    the_pm Peon

    Messages:
    332
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You're welcome. It happens to us all ;)
     
    the_pm, Feb 13, 2006 IP