Flash Ads not displaying 728×90 in Leaderboard

Posted in: Newsmag
Post count: 80

Hello,

1. My flash ad is not displaying correctly. I have a *.swf ad in the leaderboard position and it is too small.

It only displays as 300×90 on a desktop browser and not 728×90. The code I am using is shown in the pastebin link below.
http://pastebin.com/W35iZfAZ

2. Your tutorial doesn’t really show any code related to flash ad images, even though you try to present it as such. An example of actual Adsense or flash ad code used in your <div> system would be helpful, please.

3. Here is a couple screen caps.
http://screencast.com/t/t7YkazkrOno incorrect ad display
http://screencast.com/t/LASKGu6gD themne ad settings

http://bit.ly/1zNynwZ the website (although, the ad may not be live by the time you click here, cause it looks horrible)

Post count: 3343

Hi,

1. I’ve tested your SWF banner and works for me at the right size, see here: http://screencast.com/t/YedK0peDsvo
Also needed to be a little aligned to bottom, i used this CSS:

.td-a-rec object {
    position: relative;
    top: 11px;
}

2. Thanks for the suggestion, about the flash ads, you can use the code for images but instead of image paste your SWF code for each responsive sizes.

https://forum.tagdiv.com/ads-system-full-guide/

Code example, instead of <a hre..... replace with your SWF code:
http://pastebin.com/Txu6RZTH

3. There need a CSS fix if you want to use with SWF’s, use this CSS

.td-header-wrap .td-header-sp-ads .td-a-rec  {
    display: block;
    margin: 20px auto 15px;
}

Thanks for the message!

  • This reply was modified 11 years by Marius.
  • This reply was modified 11 years by Marius.
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.