Fade out - fade in ....between pages

Ask a Question related to Adobe Flash, Flex & Director, Design and Development.

  1. #1

    Default Re:Fade out - fade in ....between pages



    Hi,
    I just came across this and need help with something similar.

    I have four links to each section of my site (about us, portfolio, services, contact), How do I apply a fading transition? Could someone just recap the basics of what I need to do to make this work?




    Thanks, especially to all of the senior members that work hard to answer our questions!



    Ben


    benthomas1 webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Image Fade! - doesnt want to fade!
      Hi all, Hope someone can help me. I have found a piece of code from Codelifter.com (http://www.codelifter.com/main/javas...lideshow2.html)...
    2. How do I ceate a fade between HTML Pages?
      I have recently viewed a site that fades between its pages and subpages. Can Dreamweaver create this effect? You can see the sample that I am...
    3. button: fade in/fade out
      below are the actions i've been using to do a button fade in/fade out. action on frame 1: McName.onEnterFrame = function() { if (fade) {...
    4. Fade not available
      I have an image in RGB mode that I am trying to apply a filter to. The problem is that after I use the filter (I tried both blur and sharpen), the...
    5. Fade in Fade out text
      Is there an easy way to create a scripting to let a script fade in and out? thx in advance brian Im dutch isnt that great!
  3. #2

    Default Re:Fade out - fade in ....between pages

    You can do this either with actionscript or as the other person said, with a movieclip that covers the entire page.

    If you use actionsript you can pass the movieclip to a function that phases it in or phases it out. And you can have one fade in and one fade out simultaneously after it's loaded by putting the code inside an onload function. I'm looking for a little project to play with tonight. I'll post an example of this on my site when I'm done with it. I've done this with images and it can be done with swf's as well since images are swf's after they're loaded.

    Freelancer for flash mx, perl, mysql, html, css, javascript, applets.
    Make money off your knowledge. If you have good scripts that can be adjusted with xml or text files contact me.

    ICQ 136482454
    [email]flashmxscripter@icqmail.com[/email]
    [url]http://websiteprogrammin.com[/url]
    yorkeylady Guest

  4. #3

    Default Re:Fade out - fade in ....between pages

    I have just completed a component that fades between movieclips.
    You can attach movie clips, or load movies from urls
    After I finish the documentation I'll post it on the web.

    [url]http://websiteprogrammin.com/mcr/components/Fader/fader.html[/url]

    Freelancer for flash mx, perl, mysql, html, css, javascript, applets.
    Make money off your knowledge. If you have good scripts that can be adjusted with xml or text files contact me.

    ICQ 136482454
    [email]flashmxscripter@icqmail.com[/email]
    [url]http://websiteprogrammin.com[/url]
    yorkeylady Guest

  5. #4

    Default Re:Fade out - fade in ....between pages

    that rocks! I cannot wait for the component. Are you going to sell it or make it available for free? Where can I get it when it becomes available?

    Thanks for taking the time to make this, it looks as if it will be very usefull.





    benthomas1 webforumsuser@macromedia.com Guest

  6. #5

    Default Re:Fade out - fade in ....between pages

    Free definitely. And I just tested and it works!!! I'm so happy! It's my first one. I have to polish it now and will hopefully have it posted sometime next week.

    Freelancer for flash mx, perl, mysql, html, css, javascript, applets.
    Make money off your knowledge. If you have good scripts that can be adjusted with xml or text files contact me.

    ICQ 136482454
    [email]flashmxscripter@icqmail.com[/email]
    [url]http://websiteprogrammin.com[/url]
    yorkeylady Guest

Posting Permissions

  • You may not post new threads
  • You may not 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