By viruz

Jeff Landauer picked a winning design in their Banner ad contest

For just $439, they received 36 designs from 18 designers.

From logos and business cards to websites and stationery, you can get anything designed by running your own design contest on 99designs.

Find out how…

Flash banner ads for online space game

$439

Custom Banner ad package

Purchased for $439

(including 99designs fees)

1

  • Open
  • The contest was open to all designers

2

  • Selected a winner
  • The contest holder awarded a winner

completed

Congratulations to the winner, kielendesigns!
Held by Jeff Landauer in Banner ad
  • Last feedback - Sat, 06 Dec 2008 21:42:19 +0000
  • Feedback 94%
Show All Unrated 12 Rated
Order by Time Rating
  • Winning Design
    Actions:
  • Rating:
    4 Stars
    Actions:
  • Rating:
    4 Stars
    Actions:
  • Rating:
    0 Stars
    Actions:
  • Rating:
    4 Stars
    Actions:
  • Rating:
    0 Stars
    Actions:
  • Rating:
    0 Stars
    Actions:
  • Rating:
    4 Stars
    Actions:
  • Rating:
    0 Stars
    Actions:
  • Rating:
    3 Stars
    Actions:
  • Rating:
    3 Stars
    Actions:
  • Rating:
    4 Stars
    Actions:
  • Rating:
    5 Stars
    Actions:
  • Rating:
    0 Stars
    Actions:
  • Rating:
    0 Stars
    Actions:
  • Rating:
    0 Stars
    Actions:
  • Rating:
    0 Stars
    Actions:
  • Rating:
    4 Stars
    Actions:
  • Rating:
    5 Stars
    Actions:
  • Rating:
    0 Stars
    Actions:
  • Rating:
    4 Stars
    Actions:
  • Rating:
    0 Stars
    Actions:
  • Rating:
    4 Stars
    Actions:
  • Rating:
    0 Stars
    Actions:
  • Rating:
    2 Stars
    Actions:
  • Rating:
    3 Stars
    Actions:
  • Withdrawn
    Rating:
    0 Stars
    Actions:
  • Withdrawn
    Rating:
    0 Stars
    Actions:
  • Withdrawn
    Rating:
    0 Stars
    Actions:
  • Withdrawn
    Rating:
    0 Stars
    Actions:
  • Withdrawn
    Rating:
    0 Stars
    Actions:
  • Withdrawn
    Rating:
    0 Stars
    Actions:
  • Withdrawn
    Rating:
    0 Stars
    Actions:
  • Withdrawn
    Rating:
    0 Stars
    Actions:
  • Withdrawn
    Rating:
    3 Stars
    Actions:
  • Withdrawn
    Rating:
    3 Stars
    Actions:

24 comments shown 24 total, most recent first

show
  1. User
    kielendesigns
    Actions
    Comment Date
    Mon, 08 Dec 2008 06:34:15 +0000
    Avatar

    Awesome! Thank you all so much! Thank you Jeff!

  2. User
    Jeff Landauer
    Actions
    Comment Date
    Mon, 08 Dec 2008 05:19:35 +0000
    Badge
    Contest Holder
    Avatar

    Thanks again and sorry for the delay while I was choosing. I was asking a lot of people for their opinions, too. =)

    I have decided to award 1st through 4th places to:

    1st viruz $400
    2nd miso $300
    3rd MachineDesign $200
    4th basz $100

    I am very happy with the diversity of the work that everyone produced, and can't wait to pit the winning designs against each other in a real ad campaign and see how they all do.

  3. User
    basz
    Actions
    Comment Date
    Sun, 07 Dec 2008 14:58:15 +0000
    Avatar

    hey BM thanx,
    and good luck everyone,
    nice banners here,
    I must add that some look like they are more than 25 frames per second.

  4. User
    BobanMilanovic
    Actions
    Comment Date
    Sun, 07 Dec 2008 12:41:00 +0000
    Avatar

    Wow Basz great work, i will click on those.

  5. User
    Colors & Designs
    Actions
    Comment Date
    Sun, 07 Dec 2008 11:01:25 +0000
    Avatar

    Hi jeff,

    Please find the enhanced banner ads animation. So please look in to this.

    http://designspixel.com/projects/starsanata.com/

    Thanks

  6. User
    Jeff Landauer
    Actions
    Comment Date
    Sun, 07 Dec 2008 02:59:19 +0000
    Badge
    Contest Holder
    Avatar

    Thank you everyone for your submissions. I am currently choosing the winners. I've decided that these are good enough that I'm going to award 4 places at $400, $300, $200, and $100 if that's cool with everyone.

  7. User
    kielendesigns
    Actions
    Comment Date
    Sun, 07 Dec 2008 00:00:17 +0000
    Avatar

    @Omar, thank you for your aspiring comment. ^_^

    @skywavelab, thank you so much for your great and aspiring comment it drives me to improve more.

  8. User
    skywavelab
    Actions
    Comment Date
    Sat, 06 Dec 2008 15:57:14 +0000
    Avatar

    viruz work is amazing. the transition and tweening effect was simply great. good luck!

  9. User
    omar.pine
    Actions
    Comment Date
    Thu, 04 Dec 2008 17:01:37 +0000
    Avatar

    hi i just want to comment on #17 overall animation looks good but a darken the background the clouds a bit for the text for it to be read better other than that it is a nice layout and design for me

  10. User
    Jeff Landauer
    Actions
    Comment Date
    Wed, 03 Dec 2008 19:57:47 +0000
    Badge
    Contest Holder
    Avatar

    I just found these additional limitations for using these ads on Google. Sorry for not knowing about these earlier:

    Flash ads

    * File Size: Flash ads must be 50K or smaller in file size.
    * Animation Length: Animated ads are restricted to a maximum of 30 seconds (at a 15-20 fps frame rate), after which point they must remain static. These ads must also comply with the other animation policies.
    * Flash Versions: All Flash ads must be published for Flash Player version 4-8.
    * ActionScript Versions: Actionscript version 1 - 2 is acceptable.
    * ClickTags: All Flash ads should support the clickTAG variable. The clickTAG is the tracking code assigned by Google to an individual ad. It allows Google to register where the ad was displayed when it was clicked and helps advertisers determine the effectiveness of their campaign.
    o On any click, Flash ads should redirect to the URL specified in the clickTAG argument; there should be no other redirection in between.
    o The variable name must be spelled 'clickTAG' (upper-case TAG; no space between click and TAG) and not 'click tag,' 'Click Tag,' or any other form.
    o This is the proper code for the clickTAG parameter:

    on (release) {
    if (clickTAG.substr(0,5) == "http:") {
    getURL(clickTAG, "_blank");
    }
    }

    o Note that is not necessary to specify the destination URL for the ad anywhere in this code; this is taken care of through the usage of clickTAG. Also, depending on the structure of your Flash ad, it may be necessary to prepend "_root." or "_level0." to "clickTAG" above, resulting in "_root.clickTAG" or "_level0.clickTAG". It is strongly recommended to upload the ad into your account and verify that the ad is behaving normally prior to it going live, allowing time for any necessary changes.
    * Tracking Event Constraints: AdWords does not allow the specific tracking of user interactions that don't involve clicks. Tracking parameters that are not allowed include:
    o View-through tracking
    o Key-modifier tracking
    o Mouse location tracking
    * Other Behaviors:The AdWords system reviews the code of all Flash ads as they are uploaded. The following coded behaviors have restrictions on their use:
    o Extra Calls: Your ad code cannot make external server calls for additional Javascript or other functionality. All functionality must be localized to the code itself.
    o Tracking Bypass: You cannot change the behavior of your ad to avoid or eliminate the AdWords redirect URL.
    o Destination Changes: The ad should direct users to a web page with the appropriate destination URL. It should not open the destination URL within the ad IFrame itself.
    o Integrated Audio: Your ad may contain user-initiated audio only.
    o Cursor Behavior: Your ad may affect or change a user's mouse cursor (arrow) only after the user initiates an action.
    o Loading Ad Content: Your ad may load images or another SWF file at runtime. However, your new content must adhere to the current player security model and incorporate the proper settings for your Flash ad to run in our system.
    o Random Numbers: Your ad may not include code that generates or uses random numbers.
    o Other Disruptive Behaviors: Ads may not be designed or coded to circumvent the basic and usual AdWords flow. This includes (but is not limited to) the ad being displayed normally to users, Google registering the impression, and a click directing the user to the destination URL indicated by the advertiser in their AdWords account.

  11. User
    Jeff Landauer
    Actions
    Comment Date
    Wed, 03 Dec 2008 03:19:51 +0000
    Badge
    Contest Holder
    Avatar

    I believe it is "Sui Generis"

  12. User
    RamiroS
    Actions
    Comment Date
    Wed, 03 Dec 2008 03:02:22 +0000
    Avatar

    Do you have the font name for the logo?

  13. User
    basz
    Actions
    Comment Date
    Mon, 01 Dec 2008 13:14:09 +0000
    Avatar

    i will enter :)

  14. User
    JacoArmy
    Actions
    Comment Date
    Mon, 01 Dec 2008 05:51:16 +0000
    Avatar

    I'll make the flash banner for you..
    please wait..it does take time..^^

  15. User
    Jeff Landauer
    Actions
    Comment Date
    Mon, 01 Dec 2008 03:11:33 +0000
    Badge
    Contest Holder
    Avatar

    An animated banner would be OK, but it would have to look better than the flash banner ads. =)

  16. User
    Jeff Landauer
    Actions
    Comment Date
    Mon, 01 Dec 2008 03:10:47 +0000
    Badge
    Contest Holder
    Avatar

    Max file size for Google ads at least is 50k. I'm not sure what the limit on other ad networks is, so I guess 50k.

Pages:
  1. 1
  2. 2
Next page:
Next