A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: The Ultimate Expandable Banner Media Kit

  1. #1
    Flash rules all. steiner_99's Avatar
    Join Date
    Aug 2002
    Location
    Kitchener Canada
    Posts
    277

    The Ultimate Expandable Banner Media Kit

    Hey everyone, if you ever need to create expanding banners for your client, you have to check out what this company JaxCore made.

    http://www.expandablebanners.com
    What you learn is meant to be forgotten, so you can flow freely.
    -Bruce Lee

  2. #2
    9 Times the Fun
    Join Date
    Oct 2002
    Location
    Mother Earth
    Posts
    183
    I prefer to create them myself but that is a good tool if you don't have the AS skills.

  3. #3
    Flash rules all. steiner_99's Avatar
    Join Date
    Aug 2002
    Location
    Kitchener Canada
    Posts
    277
    Everything is in the Javascript Code. (Which you don't ever touch)

    The only AS you need to do is.

    First banner:
    on (rollOver) {
    getURL("javascript:ExpandableBanners.openAd();");
    }

    Second banner:
    on (rollOut) {
    getURL("javascript:ExpandableBanners.closeAd();");
    }

    It auto detects the dimensions of your expandable banner, so its very easy to change and edit.

    It works incredibly well and allows you to focus solely on the design of the banners.
    What you learn is meant to be forgotten, so you can flow freely.
    -Bruce Lee

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center