page peeling off banner ads

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

  1. #1

    Default page peeling off banner ads

    Hello,
    I was wondering if anyone has come across banner ads such as these? Please
    click on the example below.
    [url]http://adinterax.com/partners/centro/nacholibre/tearsheets/dailynews-cp.html[/url]

    I'm so lost on how to do this. Does this involve action script 3? Does this
    involve a total of 3 Flash files? Does anyone know of any good tutorials on the
    web for how to do this or could anyone recommend any good books on the subject?
    Please advise. How does the shadow on the corner peeling appear transparent
    over the html?
    Thank you.

    artsie Guest

  2. Similar Questions and Discussions

    1. Has anyone seen the "Mad Mad House" banner or the Pizza Hut banner? [video]
      Has anyone seen these two banners anyplace? I've run into both of them on Yahoo and am desperately seeking a tutorial or any resources on how these...
    2. html banner in a Flash page
      Hello, I would like to add a html banner in a Flash page. Can anyone tell me how to do that?
    3. Adding Animation to a Banner on a Web Page
      Hi, I have couple of images on the banner of my website.I would like to animate one of the images? How do i do this? Thanks, Seenu
    4. Side and Top Banner Page Span
      I know there is a simple answer to this? I am placing a banner in a table on the left side of the page by adding color to the table cell. How do I...
    5. LPD Banner page
      Hi All, I have a LPD printer setup, actually printing to a HP8150 with it's own jetdirect card. I cannot stop the banner from printing. ...
  3. #2

    Default Re: page peeling off banner ads

    This would only require one flash file. It is an SWF that sits on the upper
    right edge of the website, in an absolutely positioned <div> that overlays that
    part of the site (flash movies can be made to be transparent by using the
    wmode="transparent" parameter). So, you'll need to get familiar with both
    Flash and CSS, in addition to html.

    All of the effects can be animation... the dropshadow is simply a movieclip or
    graphic element that has partial alpha (is halfway transparent). If you use
    Wmode=transparent in your <object> and <embed> parameters, within the HTML that
    causes the SWF to display on the web page, your entire SWF can have
    transparency in any area you wish.

    There are really a lot of ways to do the page effect. This one just looks
    like simple tweened animation, not hardcoded via Actionscript. Though it does
    involve a lot of interaction (rollover on the main movieclip to have the page
    "pulse" when the mouse is over it, and then to animate "closed" when the user
    clicks the close button). Might be difficult for a beginner. I can't think of
    any tutorials that show exactly how to do THIS particular effect, but try
    flashkit.com and other flash tutorial sites, some have examples of "page turn"
    effects that aren't exactly the same, but might steer you in the right
    direction.

    liquidleaf 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