Site Issue

  • Started
  • Last post
  • 6 Responses
  • ********

    Need some other eyes to help me out with this little issue. I have not been able to figure out what is going on here, but as you can see in the screengrab, there's a thin white line occurring to the left of the little Flash banner. Not only do I not see it in ANY other browsers (IE6, 7, FF2+, Safari 3+, Chrome), I don't actually even see it in IE8 on my computer. I asked the client to check on another computer with IE8 and they experienced the same thing. So now I'm stumped, have wasted about an hour and a half on this, and don't feel good about trying to troubleshoot it anymore without some input here. I don't want to bill my client for excessive work where it's not necessary. I'm hoping one of you can spot the issue quickly and suggest a fix.

    Screen Grab:

    Live Site:
    http://bit.ly/gMIjLd

    DISCLAIMER: Yes, I know this site is VERY poorly developed (tables, no CMS, et al.). I did not design or develop this site whatsoever, I just have to help manage it until the client decides to upgrade their site to 2010.

    ********
  • ********
    0

    I'd guess the Flash embed code is 1 pixel wider than the object. Try playing with the Object width and the Embed widths.

    Alternatively (or additionally) change the background colour for the Flash document and the object/embed tags to match the red of the left hand side.

  • ********
    0

    <td align="center">
    <object height="75" align="" width="540" id="oilnew" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
    <param value="ABTVFlashlogo.swf" name="movie">
    <param value="high" name="quality">
    <param value="#WHATEVER THE RED COLOUR IS" name="bgcolor">
    <embed height="75" align="" width="540" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="oilnew" bgcolor="#WHATEVER THE RED COLOUR IS" quality="high" src="ABTVFlashlogo.swf">

    </object></td>

    try that?

    • That's it. I was overlooking the obvious, of course. Thanks brohan.
      ********
  • ********
    0

    Damn, still didn't fix it. Any other ideas before I try to track down the original FLA file from the woman who build this out originally?

  • bigtrick0

    my ie8 won't even load the flash file for some reason |: sorry i can't help.

  • crillix0

    I set the width of the flash Movie to 541 and the line went away. Its is the background of the flash movie white and its getting scaled off or something?

    I could only duplicate the issue in IE8 / IE8 Compat mode. Newest FF and Chrome worked fine.

    Changing the width did not seem to effect the other browsers.

  • ********
    0

    That did it. What a stupid little fix. It actually causes issues in other browsers, but I don't care at this point.