Flash banner ad not rendering properly

Ask a Question related to Macromedia Flash Ad Development, Design and Development.

  1. #1

    Default Flash banner ad not rendering properly

    Has anyone had any experience with placing banners on a dynamic page and having
    them resize?

    Seems like a wierd question to me, however, I work for a magazine publisher
    where we have several online versions. Our ads are being served via an ad
    manager. I recently had two ads from the same campaign, 336x280 and 160x600,
    that showed up smaller than they should be. [url]http://www.adtmag.com/index.aspx[/url]

    Any help on this would be greatly appreciated.

    Thanks,

    B

    mobileMills Guest

  2. Similar Questions and Discussions

    1. Flash Ad Banner Management
      I have an affiliate program and want to use Flash banners. What is the easiest way to have affiliates put the ads on their sites? They go into...
    2. Float Clearing - Not rendering properly in edit
      I have a page design with floated right and left columns. There is an optional template region that contains a left floated element and the float is...
    3. banner in flash
      i just downloaded the flash ad kit in hopes of adding the simplest of html code the my flash site and have found that after almost a month of other...
    4. Flash Banner Developer
      I am in need of a Flash expert to create a banner from existing still electronic files. I need something cool from an experienced designer. Please...
    5. Expandable Flash banner
      Hi, Anyone have an idea on how to create the expandable flash banner? I tried Ad Kit from MM site, but it produces the banner of the size...
  3. #2

    Default Re: Flash banner ad not rendering properly

    Hi! try this tag in object tag <param name="SCALE" value="exactfit">:light;

    Regards,
    Sankarapandian T.
    Sankarapandian Guest

  4. #3

    Default Re: Flash banner ad not rendering properly

    You could try to set it within the Fla itself as well. Put this on
    your first frame. Stage.scaleMode = "noScale";

    This will ensure that the actual stage does not resize. But if you have
    the ActiveX inside a Div tag that may be what is resizing on you. This
    is a sure way to find out.

    MrDoubleS@gmail.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139