Fade in fade out pics in flash

Hi there ive just downloaded the flash catalyst cs5 trial version and am trying
to create a fade in fade out effect with my pictures so i can upload to my
website. Ive been on it for two days now and am getting no where
anybody have any suggestions on how to do it. Ive tried alot of tutorials
on the net but nothing seems to work
please help thanks

I don't really know right off hand about flash catalyst I do know it was designed to make flash based animation out of your website templates designed in Photoshop or Illustrator and  know it even has some support for fireworks. However I can tell you two different ways to do it step by step in Flash Professional CS 3, 4, or 5, MX and Studio 8.
[email protected]

Similar Messages

  • How do I adjust my titles so they don't fade in and out? I have hundreds of photos/videos on screen for a second or so each, for a year-long birthday video, and I need the dates in my titles to be steady rather than fading in and out spastically.

    I have been working on a project since December of 2012 for my son's first birthday. Basically, it's a photo or quick video each day of his life so far. I used the "upper" title and made the titles not fade in and out, because that could give someone a seizure. The idea is a seamless title that ticks away each day. But in the new iMovie, it changed my settings, and I can't for the life of me find how to change them back.
    Now, each date flashes in and out, in and out, in and out. Fractions of seconds go by. It's really distracting and annoying.
    How do I get the titles to remain on screen and not fade in and out? I had it just how I wanted it, but now we're rapidly approaching my son's birthday, and the video is suddenly a mess.
    How do I fix this?

    I am working with the very same concept for my project and the auto fade in and out has messed everything up. If I hear or a fix I'll be sure to reply here to let you know!

  • Transitionmanager with Fade in and Out (on my Code)

    Hello,
    i was about to create a banner for my page with rotating images. They being loaded on a xml. The xml ist just filled with the linsk to the images.
    I got the fade in transition to work as you can see on the code. But i want to create an fade out after 6 seconds the imageLoaded function is beeing completed.
    (im very new to flash .. its my first project so pls ignore my mistakes ^-^)
    I got a Scene with 1 Layer for the AC and 1 Layer for the "holder". And i just got 1 frame on my timeline.
    Would be nice if someone could help me with that ^-^
    Here is my Code so far:
    import flash.display.Loader;
    import flash.utils.Timer;
    import flash.events.TimerEvent;
    import flash.net.URLLoader;
    import flash.net.URLRequest;
    import flash.events.Event;
    import fl.transitions.*;
    import fl.transitions.easing.*;
    var switchTimer:Timer = new Timer(8000)
    switchTimer.addEventListener(TimerEvent.TIMER, switchImage)
    switchTimer.start()
    var picArray:Array = new Array()
    var picLength:int;
    var imageLoader:Loader
    var whoIsOn:int = 0
    var xmlData:XML;
    var xmlLoader:URLLoader = new URLLoader();
    xmlLoader.addEventListener(Event.COMPLETE, loadTheXML)
    xmlLoader.load(new URLRequest("http://www.hma4ever.de/Forum/Themes/HMA2/images/slideShow.xml"))
    function loadTheXML(evt:Event):void{
        xmlData = new XML(evt.target.data)
        picLength = xmlData.photoList.photo.length()
        for (var i:int = 0;i<picLength;i++){
                picArray.push(xmlData.photoList.photo.@path[i])
        imageLoader = new Loader();
        var mainReq:URLRequest = new URLRequest(picArray[whoIsOn])
        imageLoader.load(mainReq)
        imageLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, imageLoaded)
    function imageLoaded(evt:Event):void{
        holder.addChild(imageLoader)
        TransitionManager.start(holder, {type:Fade, direction:Transition.IN, duration:2, easing:None.easeNone});
    function switchImage(evt:TimerEvent):void{
        if(whoIsOn < picLength -1){
        whoIsOn++;
        imageLoader.load(new URLRequest(picArray[whoIsOn]))
        }else{
            whoIsOn = 0;
        imageLoader.load(new URLRequest(picArray[whoIsOn]))

    import flash.display.Loader;
    import flash.utils.Timer;
    import flash.events.TimerEvent;
    import flash.net.URLLoader;
    import flash.net.URLRequest;
    import flash.events.Event;
    import fl.transitions.*;
    import fl.transitions.easing.*;
    var fadeoutDuration:Number = 1;
    var fadeoutTimer:Timer = new Timer(6000,1);
    fadeoutTimer.addEventListener(TimerEvent.TIMER,fadeoutF);
    var switchTimer:Timer = new Timer(fadeoutDuration,1);
    switchTimer.addEventListener(TimerEvent.TIMER, switchImage)
    var picArray:Array = new Array()
    var picLength:int;
    var imageLoader:Loader
    var whoIsOn:int = 0
    var xmlData:XML;
    var xmlLoader:URLLoader = new URLLoader();
    xmlLoader.addEventListener(Event.COMPLETE, loadTheXML)
    xmlLoader.load(new URLRequest("http://www.hma4ever.de/Forum/Themes/HMA2/images/slideShow.xml"))
    function loadTheXML(evt:Event):void{
        xmlData = new XML(evt.target.data)
        picLength = xmlData.photoList.photo.length()
        for (var i:int = 0;i<picLength;i++){
                picArray.push(xmlData.photoList.photo.@path[i])
        imageLoader = new Loader();
        var mainReq:URLRequest = new URLRequest(picArray[whoIsOn])
        imageLoader.load(mainReq)
        imageLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, imageLoaded)
    function imageLoaded(evt:Event):void{
        holder.addChild(imageLoader)
        TransitionManager.start(holder, {type:Fade, direction:Transition.IN, duration:2, easing:None.easeNone});
    fadeoutTimer.reset();
    fadeoutTimer.start();
    function fadeoutF(e:TimerEvent):void{
    TransitionManager.start(holder, {type:Fade, direction:Transition.OUT, duration:fadeoutDuration, easing:None.easeNone});
    switchTimer.reset();
    switchTimer.start();
    function switchImage(evt:TimerEvent):void{
        if(whoIsOn < picLength -1){
        whoIsOn++;
        imageLoader.load(new URLRequest(picArray[whoIsOn]))
        }else{
            whoIsOn = 0;
        imageLoader.load(new URLRequest(picArray[whoIsOn]))

  • Ken Burns with Fade in Fade out Dissolve

    I have about 300 pictures and want to add kens burns and fade in fade out dissolve to all at once then go one by one and adjust.
    I figured out how to do copy paste attriubutes to all pics for Ken Burns, BUT not sure if there is a simple way to add Fade in Fade out Dissolve btn each of them to avoid doing 300x
    Thanks much
    drgwtv

    OK I'll bite... Who is this Ken Burns?
    There's a couple of ways to go about adding your transitions. I think is the easiest.
    Make sure the favorite transition and length you want it are set in your effects tab. Select all of your clips in the timeline and drag them up to the canvas holding down the mouse. Several options should display and I believe the one you want is overwright with favorite transition. Its been a while since I've done but give it a try and post back if I'm wrong.
    For bonus points-
    Another way to quickly add your favorite transition is to use the arrow key or mouse to position the cursor at the edit point and press Apple+T

  • Some question about fade in // fade out by hideEffect and showEffect in Actionscript

    Some question about fade in // fade out by hideEffect and
    showEffect in Actionscript
    Please kindly take a look at the following page:
    http://camusmiu.no-ip.com/HounganQuestion/PictureHolderTest.html
    (can view source)
    I tried to make an image preloaded and scale the image to
    it's preferred size.
    When I came to consolidate the stuff into a component, I
    found the application goes weird as I implementation the show/hide
    effect.
    The third trial which just hide and show the images directly,
    instead of using viewstack, fail to bring the second image onto
    screen.
    It just used fadeOut instead of fadeIn(you see there is a
    flash of the second image)
    After some study of showEffect and hideEffect behaviour,
    seems the mechanism of hide/show a component works in this way:
    this._fadeIn:Fade = new Fade();
    this._fadeIn.alphaFrom = 0;
    this._fadeIn.alphaTo = 1;
    this._fadeIn.duration = 1000;
    this._fadeOut:Fade = new Fade();
    this._fadeOut.alphaFrom = 1;
    this._fadeOut.alphaTo = 0;
    this._fadeOut.duration = 1000;
    Component_A.visible = true;
    Component_A.setStyle("showEffect", this._fadeIn);
    Component_A.setStyle("hideEffect", this._fadeOut);
    then when I set Component_A.visible = false, the sequence
    works like following:
    Component_A.visible = true
    Component_A.visible = true, alpha = 100;
    Component_A.visible = true, alpha = 50;
    Component_A.visible = true, alpha = 0;
    Component_A.visible = false;
    The above sequence works visa versa as:
    Component_A.visible = false;
    Component_A.visible = true, alpha = 0;
    Component_A.visible = true, alpha = 50;
    Component_A.visible = true, alpha = 100;
    Component_A.visible = true;
    (Correct me if i am wrong)
    ========================================================================================== ====
    From what I observe from the application, I have two
    question.
    1) When more than one component using the this._fadeIn,
    this_fadeOut as the hide/show effects, the component in instance of
    this._fadeIn? will it mess out if more than one component using the
    fadeIn instance in the same time?
    2) from the third component, i.e. PictureHolder3, when I load
    other the picture , it fade out the new image instead of fading
    in... Seems there is problem if I hide show too frequent. I think
    when I hide then show right the way, the component only do the hide
    part...
    Can someone pls look into it and tell me what I did wrong?
    Cuz in normal practice I don't think appropriate to use ViewStack
    in Actionscript...

    Hello Jack,
    Currently, you can only import an swf file or you can embed videos from youtube, vimeo etc. into Muse / add HTML5 Video to Your Website.
    Take a look at these simple videos that explain the currently available processes for adding videos in Muse, in a step by step method:
    1. http://tv.adobe.com/watch/learn-adobe-muse-cc/inserting-a-youtube-flic kr-or-hulu-video/
    2. http://www.youtube.com/watch?v=5in4swnIFsw
    3. http://www.youtube.com/watch?v=KnBFLQheOk4
    Hope this helps.
    Cheers
    Parikshit

  • Creating fade in fade out effect in catalyst cs5

    Hi there ive just downloaded the flash catalyst cs5 trial version and am trying
    to create a fade in fade out effect with my pictures so i can upload to my
    website. Ive been on it for two days now and am getting no where
    anybody have any suggestions on how to do it. Ive tried alot of tutorials
    on the net but nothing seems to work
    please help thanks

    To make maters worse all the tutorials i use seem to have different cs5 installed than me
    they seem to have more features. They say click on this and click on that but i dont even
    have what they say in my menus??? man why cant it be easy just upload the photos
    click fade in fade out and be done with it.

  • My image will not fade in our out

    I have followed instructions to the letter (and know feel I understand Flash a bit better than I did afew days ago) however I cannot get an image to fade in or out.
    I have attached a screen print.  I have changed the properties on the image 9which I changed to a movie clip) on frame 1 and frame 55 to alpah 0%.
    When I click on the frames, frame 1 to 15 appear blank, the remainder are the image @ 100% and frame 55 is blank.
    Am I making a really obvious mistake? 
    I created motion tweens.
    Many thanks to anyone who can help.
    Helen

    Thank you so much for your help, sorry about the wrong forum.
    In the end I did exactly as the tutorial I watched said but instead of creating a motion tween I did it as a classic tween.  This then seemed to work with none of the problems I had encountered before.  I'm not sure why that would be?
    Now all I need to work out is at frame 50 & 51 (and subsequent images) the image is 0% alpha which means it does fade to a complete blank, when in reality I would not really like this, it is a bit too obvious a changeover (my fps is set to 20).  Otherwise I am really happy with it.
    I'll try and work on this, unless you have any immediate advice, or I can post it on the correct forum?
    Thnaks again for your help.

  • Can a screen fade in and out???

    Hi,
    I am putting together a slide show using the Screens option
    in Flash CS3. It is a series of photographs, and I want each one to
    fade in, then fade out as the next shot is loaded. The transitions
    seem to offer only an in OR an out fade - can't I do both??
    Hope someone can clear this up.
    Hugh

    I'm sure there is probably some actionscript that can do
    this, however I am unaware of it.
    What you can do is:
    1. Make sure each slide is converted to a movie clip
    2. Create two keyframes for each slide
    3. Create a motion tween between the two keyframes
    4. Change the alpha on the second keyframe to 0% (this
    creates your fade out)
    To fade in, just change the alpha to 0% on the first keyframe
    instead. Then you can move the tweens on the timeline to either
    crossfade, or fade in fade out. Hope this helps.
    GAMBRKER

  • How to repeat fade in fade out images

    Hi,
    Sorry for this stupid question but I am new to Flash and I really cannot figure out how to do the following:
    I have 2 images that need to fade in and fade out so after 5 seconds image1 slowly begins to fade out while image2 slowly begins to fade in.
    My first image does not fade in because on the start of the flash movie I want to directly see the first image.
    But when image2 is done (so the whole movie is almost done) and it's start fading out.... I get to see the background (just a black empty background) while I actually want to begin fading in image1 (so looping the 2 image constantly).
    So how can I immediately see an image on the start of the movie and still getting a fading in effect of the first image when the movie is almost on its end (so during the fading out of the last image)?
    Can this be done graphically or do I need to write code for this?
    Thanks in advance!

    For a basic, timeline approach to a 2-image fade in/out loop, let's say you have the following layers:
    actions
    photo1
    photo2
    photo1: your image appears right away on frame 1, with no fading.
    photo1: on frames 30-45, fade the image OUT from alpha 100% to alpha 0%.
    photo2: on frame 30, show the other image (no fading). This will appear to fade IN as photo1 fades OUT. Notice that photo2 doesnt' ever fade in or out - only photo1 does.
    photo1: on frames 75-90, fade the image IN from alpha 0% to alpha 100%.
    actions: on frame 90, enter gotoAndPlay(1);  This will loop to the first frame and start the animation over again.
    Give that a shot, and watch the animation - tweak it as you need to.

  • IPhone 5 voice call quality fade in and out. Noise Cancellation interference?

    I've been having this huge problem with the iPhone5. The evidence i've collected seems to indicate this is a problem with all iPhone5's.
    On calls in certain places both indoors and outdoors, the callers voices over the iPhone5 fade in and out. Their voices occasionally completely fade completely away, and only come back momentarily. The low volume for 50% of the time forces me to raise the volume, but raising the volume does not help because when the voice does come back, the volume is too loud for my ears.
    I went back to the Apple store and they are not able to help me. They suggested a clean restore, which I did. They offered to replace the phone, which I did, but it is the same problem.
    - iPhone 5 vs. iPhone 4S, the fading does not occur. I make the call to the same voice mail system I have, and the sounds from the other side are consistently the same volume for the 4S, but fades in and out for the 5.
    - I connected up a 8mm jack between my iPhone 5 and my mac in an attempt to record this problem. In that instance, the sounds from the voice mail DO NOT fade in and out. I did find out that the dynamic range on the iPhone 5 is MUCH greater than that of the iPhone 4S, for some strange reason.
    - When I hold the phone up to my ear, the fading in and out does occur, but it is less noticeable. But it's still there.
    - When I leave my work area the problem goes away. However, because the iPhone 4S on the same AT&T service does not have this problem, this leads me to believe it's NOT a lack of transmission power from the AT&T cell tower. Rather, it is a reception issue at the iPhone5 side.
    - I turned off LTE, data and then made the calls. Same issue.
    I use this phone to make 60 minute calls for conference calls frequently. I cannot use it. Please advise. I am seriously considering returning this phone. Except i've sold my old iPhone 4 already. I'm in a bad place. Please help.
    Here's another post of a fellow with the same exact problem.
    http://forums.macrumors.com/showthread.php?t=1456404
    Apple, please look into this. I believe this is a problem with the noise cancellation software.

    I've got an update on this problem with fading volume. I've isolated it to the set volume on the phone for voice calls when using headphones. When the headphone volume is set between 1 and 6 (out of 16 squares) the callers volume will consistently fade in and out. The fading which is normal to zero volume at 2-5 Hz is serious enough that normal conversation is impossible.  When the volume is raised above 6/16 then the callers voice stabilize and I can hear all their words again. Unfortunately, at 6/16 volume their voices are too loud for the headphones.
    Furthermore, when headphones are plugged in, and I initial a call after the iphone5 was idle for several minutes, the first dial tone has preceded by a very loud pop an the tone, as though there was too much pressure (charge) that was dissipated all at once.
    Other details:
    - I used 3 different earphones, iPhone 4 headphones, altec earphones, an the new iPhone 5 earbuds. Same.
    - I turned on and off lte, data, Bluetooth, wifi. Problem persists unaffected.
    - when switching to iPhones earpiece and mic, the fading is gone.
    - I have 3 out of 5 bars where I teste this, in the city outside and on hwy 5 in central California. Same symptoms in all places I've tested.
    - I have exchanged my phone at the apple store. Same issue with both iPhones an I suspect all ipjone5s.
    - the ipjone4s does NOT have this problem when the volume is set lower. I can tell that the iPhone 5 must have a new audio filter to make the sounds have larger dynamic range. I liked the 4s better, because it is easier on the ears!

  • Hi all.When pressed play and make some changes in loop (eg fade in fade out) are very slow to implement, and also the loops from the library are very slow to play, corrects the somewhat self so is the Logic??

    hi all.When pressed play and make some changes in loop (eg fade in fade out) are very slow to implement, and also the loops from the library are very slow to play, corrects the somewhat self so is the Logic??

    Hey there Logic Pro21,
    It sounds like you are seeing some odd performance issues with Logic Pro X. I recommend these troubleshooting steps specifically from the following article to help troubleshoot what is happening:
    Logic Pro X: Troubleshooting basics
    http://support.apple.com/kb/HT5859
    Verify that your computer meets the system requirements for Logic Pro X
    See Logic Pro X Technical Specifications.
    Test using the computer's built-in audio hardware
    If you use external audio hardware, try setting Logic Pro X to use the built-in audio hardware on your computer. Choose Logic Pro X > Preferences > Audio from the main menu and click the Devices tab. Choose the built in audio hardware from the Input Device and Output Device pop-up menus. If the issue is resolved using built-in audio, refer to the manufacturer of your audio interface.
    Start Logic with a different project template
    Sometimes project files can become damaged, causing unexpected behavior in Logic. If you use a template, damage to the template can cause unexpected results with any project subsequently created from it. To create a completely fresh project choose File > New from Template and select Empty Project in the template selector window. Test to see if the issue is resolved in the new project.
    Sometimes, issues with the data in a project can be repaired. Open an affected project and open the Project Information window with the Project Information key command. Click Reorganize Memory to attempt to repair the project. When you reorganize memory, the current project is checked for any signs of damage, structural problems, and unused blocks. If any unused blocks are found, you will be able to remove these, and repair the project. Project memory is also reorganized automatically after saving or opening a project.
    Delete the user preferences
    You can resolve many issues by restoring Logic Pro X back to its original settings. This will not impact your media files. To reset your Logic Pro X user preference settings to their original state, do the following:
    In the Finder, choose Go to Folder from the Go menu.
    Type ~/Library/Preferences in the "Go to the folder" field.
    Press the Go button.
    Remove the com.apple.logic10.plist file from the Preferences folder. Note that if you have programmed any custom key commands, this will reset them to the defaults. You may wish to export your custom key command as a preset before performing this step. See the Logic Pro X User Manual for details on how to do this. If you are having trouble with a control surface in Logic Pro X, then you may also wish to delete the com.apple.logic.pro.cs file from the preferences folder.
    If you have upgraded from an earlier version of Logic Pro, you should also remove~/Library/Preferences/Logic/com.apple.logic.pro.
    Restart the computer.
    Isolate an issue by using another user account
    For more information see Isolating an issue by using another user account.
    Reinstall Logic Pro X
    Another approach you might consider is reinstalling Logic Pro X. To do this effectively, you need to remove the application, then reinstall Logic Pro X. You don't have to remove everything that was installed with Logic Pro X. Follow the steps below to completely reinstall a fresh copy of Logic Pro X.
    In the Finder, choose Applications from the Go menu.
    Locate the Logic Pro X application and drag it to the trash.
    Open the Mac App Store
    Click the Purchases button in the Mac App Store toolbar.
    Sign in to the Mac App Store using the Apple ID you first used to purchase Logic Pro X.
    Look for Logic Pro X in the list of purchased applications in the App Store. If you don't see Logic Pro X in the list, make sure it's not hidden. See Mac App Store: Hiding and unhiding purchases for more information.
    Click Install to download and install Logic Pro X.
    Thank you for using Apple Support Communities.
    Cheers,
    Sterling

  • Made a drop down menu. How can I get the drop down to fade in and out? !

    Hi guys!
    I've created a drop down menu (with the help of you legends on here! )...Now I just need it to animate so when the user hovers over the main menu item, the drop down fades in.
    Here's the HTML I have...
        <ul id="nav">
            <li><a href="#">Nav 1</a></li>
            <li><a href="#">Nav 2</a></li>
            <li><a href="#">Nav 3</a>
                <ul>
                    <li><a href="#">&raquo; Sub Menu 1</a></li>
                    <li><a href="#">&raquo; Sub Menu 2</a></li>
                    <li><a href="#">&raquo; Sub Menu 3</a></li>
                    <li><a href="#">&raquo; Sub Menu 4</a></li>
                </ul>
            </li>
            <li><a href="#">Nav 5</a></li>
            <li><a href="#">Nav 6</a></li>
        </ul>
    ...and here's my CSS...
    ul#nav {width:920px; height:35px; list-style:none; padding:0; margin:0; background:url(navBg.jpg) repeat-x; z-index:999;}
    ul#nav li a:hover, #nav li a:active {background:url(navOn.jpg) repeat-x; text-decoration:none;}
    ul#nav li a {color:#E0E2E7; display:inline-block; float:left; margin:0; padding:10px 19px; width:auto; text-decoration:none;}
    * html #nav li {display:inline; float:left; }  /* for IE 6 */
    * + html #nav li {display:inline; float:left; }  /* for IE 7 */
    #nav ul {width:208px; left:-9999em; list-style:none; margin:35px 0; padding:0; position:absolute; z-index:999;}
    #nav li:hover ul {left:auto;}
    #nav li {float:left;}
    #nav li li a {width:190px; background-color:#efefef; color:#2e2e2e; padding:8px; margin:0; }
    #nav li li a:hover {background-color:#000; background-image:none; color:#FFF;}
    #nav li:hover {background:url(assets/images/frame/navOn.jpg);}
    From what I can make out, I assume I need either Javascript or JQuery...
    Does anyone know how I can get the drop down to fade in and out?
    Thank you very much and I hope to hear from you.
    SM

    Yes, you'll need a client-side script to do fade-in/fade-out fx.  Look at jQuery Superfish.
    http://users.tpg.com.au/j_birch/plugins/superfish/#examples
    Nancy O.

  • I have used I tunes to download music with a paid I tunes card. I can no longer open the music store to download my music.  When I do open the music store it fades in and out, preventing me from downloading music.

    I can nolonge download music from I tunes, because the music store page fades in and out and will not remain permanent to allow me to download music with a pre-paid I tunes card.
    Also, why is it you can only download music to an I-pod from one primary computer.  Is there a method that will allow me to download music from a variety of computers.

    it only happens for previous purchases - if you have a computer you can try to download your purchase history there and then just sync them to your device - http://support.apple.com/kb/ht2519 - http://support.apple.com/kb/ht1386.

  • Can't fade in fade out in iMovie?

    I am now on my new mac mini using iMovie 10.0.6 and don't see the option to fade in - fade out in transitions.  Is there an earlier version of iMovie that works on yosemite that still has those transitions?

    Hello IntuitiveOne,
    Welcome to the Apple Support Communities!
    I understand that you are looking for different transitions in iMovie 10.0.6, specifically the fade transition. To change the style of a transition, please refer to the link and instructions below. 
    Modify transitions - iMovie Help
    With your project open in the timeline, select Transitions in the Content Library section of the sidebar, below the Libraries list.
    To preview a transition, skim it in the browser.
    Browse transitions to find the new transition you want to use.
    Drag the new transition to the transition icon  for the transition you want to replace in the timeline.
    The new transition replaces the old one.
    Have a great day,
    Joe

  • How do I keep from having my titles fade in and out in iMovie 10.0.1? Or is there a way to customize a title at all, other than location, size, and color (such as fade direction, duration, entrance...)?

    This is something that I thought came standard with all video editing software and I'm very surprised to not be able to find it in my version of iMovie. All I want to do is create captions that don't fade in and out.

    Several posters have asked this and it doesn't appear to be possible in iMovie 10.  I guess you would have to create .png stills with the caption and the rest transparent then add them as cutaways.
    Geoff.

Maybe you are looking for