• Resolved Distiple

    (@distiple)


    I have embedded a flash banner on my website, by editing the header.php file. The banner itself has been hardcoded with the link, but once its on my website it is not clickable in Chrome (FF and IE work fine).

    The banner can be found above the header, here: https://wordsandmusic.me

    This is the code I am using:

    <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="728" HEIGHT="90" id="https://wordsandmusic.me/wp-content/uploads/Flash Banners/banner_02.swf" ALIGN="Middle">
    <PARAM NAME=movie VALUE="https://wordsandmusic.me/wp-content/uploads/Flash Banners/banner_02.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=AllowScriptAccess VALUE="always"> <PARAM NAME=bgcolor VALUE=#333399> <EMBED src="https://wordsandmusic.me/wp-content/uploads/Flash Banners/banner_02.swf" quality=high bgcolor=#333399 WIDTH="728" HEIGHT="90" NAME="https://wordsandmusic.me/wp-content/uploads/Flash Banners/banner_02.swf" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="https://www.macromedia.com/go/getflashplayer" AllowScriptAccess="always"></EMBED> </OBJECT>

    Any help would be much appreciated.

    Y.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Distiple

    (@distiple)

    I have now added another banner on the same site, using the same code (aside from a different file name), which works perfectly on all browsers (right sidebar).

    Also, it seems that styling attributes, such as padding, are also being ignored by chrome but not by other browsers.

    Thread Starter Distiple

    (@distiple)

    Problem solved. If any one experiences this, what seems to be an unnecessary div that came as part of the theme code was causing this issue: <div class=”background-cover”></div>

    Removing this resolved the issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Flash Banner not Clickable in Chrome’ is closed to new replies.