Quick Question about fade effect

Quick Question:
If I wanted to add a Fade Effect from one state to another
when a button is pressed.
How would I do that within the code?

quote:
Originally posted by:
atta707
You can do something like on the click of the button:
var fader:Fade = new Fade(targetUIComponent);
fader.duration = 1000;
fader...;
fader.play();
or listen for currentStateChanging event and write the same
similar code.
or define transitions from one state to another like:
<mx:Transition id="toOneOnly" fromState="*"
toState="OneOnly">
<mx:Sequence id="t1" targets="{[p2]}">
<mx:Iris showTarget="false" duration="350"/>
<mx:SetPropertyAction name="visible"/>
<mx:SetPropertyAction target="{p2}"
name="includeInLayout"/>
</mx:Sequence>
</mx:Transition>
Hey,
I would like to use the "transition from one state to
another", but if you can explain each part for me that would be
helpful.
If you can comment on each line of that code that would help
thanks

Similar Messages

  • 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

  • A quick question about WebDynpro SLD and R/3 with concurrent users

    Hello ,
    I have a very quick question about Webdynpros and SLD connecting to an R/3 system, when you configure a webdynpro to connect to an R/3 system using SLD, you configure a user name and password from the R/3  for the SLD to use. What I would like to know is when I have concurrent users of my webdynpro, how can I know what one user did in R/3 and what another user did? Is there a way for the users of the web dynpro to use their R/3 credentials so SLD can access the R/3? Like dynamically configuring the SLD for each user?
    - I would like to avoid leaving their their passwords open in the code ( configuring two variable to get the users username and password and use these variables as JCO username and password )
    Thanks Ubergeeks,
    Guy

    Hi Guy
    You will have to use Single Sign On to achieve this. In the destination you have defined to connect to R/3 , there is an option to 'useSSO' instead of userid and password. This will ensure that calls to R/3 will be with the userid that has logged into WAS. You wont need to pass any passwords because  a login ticket is generated from WAS and passed on to R/3. The userid is derived from this ticket.
    For this to happen you will have to maintain a trust relation ship between R/3 and your WAS ,there is detailed documentation of this in help files. Configuration is very straight forward and is easy to perform
    Regards
    Pran

  • QUICK QUESTION ABOUT PORTS

    Hi, I have a quick question about port forwarding/mapping. My question, lets say I am running MSN messenger, who's ports are 6880-6900. But lets say I am running a torrent application or something else that requires those ports. If both applications were running at the same time, would this cause interference with them on the same ports or now. Thanks
    Nathan

    Normally, only one application can listen to a specific port number at a time. If MSN is grabbing those 21 ports then your torrent app won't be able to run.
    However, most apps don't work that way - even if they use multiple ports, they don't use them all at the same time, so MSN might use 6880 when it starts up, leaving the others open for other applications to use if needed.
    Only experimentation will answer that one.

  • Hi, I have quick question about use of USEBEAN tag in SP2. When I specify a scope of SESSION for the java bean, it does not keep the values that I set for variable in the bean persistent.Thanks,Sonny

     

    Make sure that your bean is implementing the serializable interface and that
    you are accessing the bean from the session with the same name.
    Bryan
    "Sandeep Suri" <[email protected]> wrote in message
    news:[email protected]..
    Hi, I have quick question about use of USEBEAN tag in SP2. When I
    specify a scope of SESSION for the java bean, it does not keep the
    values that I set for variable in the bean persistent.Thanks,Sonny
    Try our New Web Based Forum at http://softwareforum.sun.com
    Includes Access to our Product Knowledge Base!

  • Question about some effect

    Hi,
    I was trying to find out  how it's made the effect from the website below, I mean the one from the packages in the middle of the website (Domain names, Email hosting ect), on mouse over the image is brighter, is it just a 'image swap' effect but how they put the text then? The second question is about the fade in and out of the text on the bottom of the website (Where is: Why choose Fasthosts) is it possible to do it in Dreamweaver or is this flash animation?
    Website: http://www.fasthosts.co.uk/
    Regards

    Ok, Gary gave the right answer about the middle section. Case closed.
    About the effect you're talking about at the bottom (I suppose it's the "Why choose Fasthost?" section), it's in JavaScript.
    To answer the question "is it possible to do it in Dreamweaver", you can do it by using Spry effect: Select the element you want to animate and in the Behaviors panel, select Effect and then the Appear/Fade (or Blind, which is similar). Enter the settings, and you have a Fade In effect (you may need to change the event, for example to use onLoad instead of onClick).
    You can go further (for example, to have many sentences like the other website does) by looking at http://labs.adobe.com/technologies/spry/samples/htmlpanel/html_panel_two.html
    If you don't want to use Spry, other JavaScript libraries (like jQuery) surely supports that.
    Also, you can look at their code...:
    2ticker.js
    3Scrolls the "Why choose Fasthosts" content in the footer
    4************************************/
    5
    6var intTotalItems = 0;
    7var intLastNumber = 0;
    8var objDiv, objContentDiv;
    9var tickerDelay = 4000;
    10
    11function startTicker() {
    12 objDiv = document.getElementById("contentscroller");
    13 objContentDiv = document.getElementById("displayedcontent");
    14
    15 if (objDiv && objContentDiv) {
    16 /* Loop through the contentscroller UL, give each LI
    17 an ID and save the list in an array */
    18 for (var i = 0; i < objDiv.childNodes.length; i++) {
    19 var item = objDiv.childNodes[i];
    20 if (item.nodeName.toLowerCase() == "li" && item.id == "") {
    21 item.setAttribute("id", intTotalItems);
    22 intTotalItems++;
    23 }
    24 }
    25
    26 // Add first load of content
    27 objCurrentContent = document.getElementById(intLastNumber);
    28 if (objCurrentContent)
    29 objContentDiv.innerHTML = objCurrentContent.innerHTML;
    30 intLastNumber++;
    31
    32 // And change it in ten seconds
    33 setTimeout("changeContent()", tickerDelay);
    34 }
    35}
    36
    37// Display the next content snippet in the list
    38function changeContent() {
    39 objCurrentContent = document.getElementById(intLastNumber);
    40 startOpacityChange('displayedcontent', 100, 0, 1000);
    41
    42 setTimeout("startOpacityChange('displayedcontent', 0, 100, 1000)", 1000);
    43 setTimeout("document.getElementById('displayedcontent').innerHTML = objCurrentContent.innerHTML;", 1005);
    44
    45 if (intLastNumber == (intTotalItems - 1))
    46 intLastNumber = 0;
    47 else
    48 intLastNumber++;
    49
    50 // Now do it all again (in ten seconds time)!
    51 setTimeout("changeContent();", tickerDelay);
    52}
    53
    54function startOpacityChange(strId, intOpacStart, intOpacEnd, intMillisec) {
    55 var intSpeed = Math.round(intMillisec / 100);
    56 var intTimer = 0;
    57
    58 if(intOpacStart > intOpacEnd) {
    59 for(i = intOpacStart; i >= intOpacEnd; i--) {
    60 setTimeout("changeOpacity(" + i + ",'" + strId + "')",(intTimer * intSpeed));
    61 intTimer++;
    62 }
    63 }
    64 else if(intOpacStart < intOpacEnd) {
    65 for(i = intOpacStart; i <= intOpacEnd; i++) {
    66 setTimeout("changeOpacity(" + i + ",'" + strId + "')",(intTimer * intSpeed));
    67 intTimer++;
    68 }
    69 }
    70}
    71
    72/* Change the opacity of a div (allowing for different browsers) */
    73function changeOpacity(intOpacity, id) {
    74 if(!IE7) {
    75 var objLI = document.getElementById(id).style;
    76
    77 objLI.opacity = (intOpacity / 100);
    78 objLI.MozOpacity = (intOpacity / 100);
    79 objLI.KhtmlOpacity = (intOpacity / 100);
    80 objLI.filter = "alpha(opacity=" + intOpacity + ")";
    81 }
    82}
    83
    84/* Detect IE7 to disable text fade */
    85var IE7 = false;
    86if(navigator.userAgent.indexOf("MSIE 7") != -1) IE7 = true;
    and it's application:
    <div id="helpquote">
    <div id="contentscrollercontainer">
    <ul id="contentscroller">
    <li id="displayedcontent" style="opacity: 1;">Affordable web hosting for small businesses.</li>
    <li id="0">We're the UK's largest web hosting company.</li>
    <li id="1">Secure, reliable web hosting comes with experience: Established 1999.</li>
    <li id="2">Small business web hosting services, from a company that knows your needs.</li>
    <li id="3">Expert 24x7 email & national rate phone support for all customers.</li>
    <li id="4">Affordable web hosting for small businesses.</li>
    <li id="5">30 day web hosting money back guarantee & free instant online setup.</li>
    <li id="6">Instant web hosting, including easy to use website builder.</li>
    <li id="7">Internet access, domain registration, email hosting and web hosting all in one place.</li>
    <li id="8">UK web hosting with UK servers.</li>
    <li id="9">Secure, reliable, quality web hosting.</li>
    <li id="10">Integrated domain name registration and web hosting.</li>
    <li id="11">We're the largest UK domain name registrant.</li>
    <li id="12">UK domain registration and web hosting gives priority search rankings.</li>
    <li id="13">UK web hosting also offers you the best performance and reliability.</li>
    <li id="14">Chosen by more web hosting professionals than any other hosting company.</li>
    </ul>
    </div>
    </div>
    Nelson

  • Quick Question about Cisco 3560 and the Web Device Manager

    Alright, I have a quick question that I am curious about but I haven't found any information
    about it.
    When I log into my Cisco 3560 using the web portal to get to the Device Manager. Below the
    diagram of the switch, then under the Dashboard there is section called Switch
    Health, Port Utilization.
    Under the Switch Health there is Bandwidth Used, Packet Error. Those two options just sit
    at zero and do not move. The Port tilization graph is also sitting at zero.
    Is there a way to make them functional?

    Anyone notice performance increase or decrease of their HD when using the nVidia IDE SW drivers?  particularly with a 74GB Raptor?  I've also heard of burner issues when installing the IDE SW but have not used my burner yet.

  • IMovie - quick questions about video files when importing and optimizing

    Hi, have some quick questions. I think they are simple.
    1. When I import a video (from say iPhoto), where does it get "Move" or "Copy" to?
    2. Why would I want to do "Copy" instead of "Move", because isn't it then taking up more space?
    3. I'm wondering if after I optimize a video, I can stash away the original (non-optimized video that I either "Move"d or "Copy"d earlier) into an external hd.
    4. By the way, what is the new file name of the optimized video?
    Though things are working fine in iMovie and iPhoto, I'm trying to manage hard disk space, and hope answers to these questions will help.
    Do you guys have a guideline on how to manage hard disk space when it comes to iphoto and imovie?
    Thanks.

    As has been suggested you can encourage people to download QuickTime player by doing something like this...
    http://www.mirroroftheuniverse.com/Songs.html
    You can also present your songs like this...
    http://roddymckay.com/Satellite/JukeBox.html
    This is a SnoCap jukebox and you need an account to use it but you'll get the link to ESnips on the above page.
    A 3 minute song has a file size of about 30 Mb in AIFF format. Converting it to MP3 reduces it to about 3.5 Mb and M4A to about 5.5 Mb.
    iTunes will do these conversions for you and M4A is far superior to MP3 as far as sound quality is concerned.

  • Two quick questions about Library after moving beginning on a new computer

    Hi there,
    I just moved from Windows to Mac, meaning I had to move my iTunes library from the old PC to my new MBA.
    Just a couple of quick questions.
    1. When I started iTunes on my new Mac, in the preferences I directed the media folder to the folder with all my itunes music/podcasts etc, and then I imported the Library XML file.  Is this incorrect? Should I have imported a different file? Should I have used the itl file instead? 
    If so, should I delete the library and start again?  (if this is the case, please suggest the best way of doing this without affecting my media)
    - a kind of sub-question to this one:  some of the media files arent showing up in the iTunes library, but they are in the media folder on the ext HDD.  Is there a way I can find out which ones havent been recognized by iTunes?  Whats the best way of getting them in to my library?
    2. Pretty much half of my podcasts have not been loaded in the new iTunes.  The ones that havent were ones that I subscribed to on my iPhone, whereas the ones that show up in iTunes were ones I downloaded from iTunes.  When I connect my iPhone and sync it with iTunes, will those podcasts show up in iTunes?  Or is there a risk that they will be deleted from my iPhone?
    Cheers,

    The .xml is lacking some information such as ratings, date added, and play count.  Using the .itl includes this information but cannot be imported using the method you did.
    A complete library is everything in the iTunes folder.  By using the method you did you left the artwork behind in the artwork folder on the other machine.
    Selecting the media folder in preferences does not get iTunes to recognize the media.  All it does is tell iTunes to start storing new media in that location.
    Using the method I outlined nothing will be missed (with the exception of WMA) because you aren't rebuilding your library, you are using the one that already exists.
    You don't have to re-copy everything as long as you get the stuff you missed and re-assemble it all as it was before except not on the Mac.
    What are the iTunes library files? - http://support.apple.com/kb/HT1660
    More on iTunes library files and what they do - http://en.wikipedia.org/wiki/ITunes#Media_management
    What are all those iTunes files? - http://www.macworld.com/article/139974/2009/04/itunes_files.html
    Where are my iTunes files located? - http://support.apple.com/kb/ht1391

  • Quick question about Quicktime media keys.......

    I had a question about encoding video and media keys. It seems to me that the only codec that allows you to encode it with a media key is Sorenson (Sorenson 3 I think). Why are they the only ones that are enabling that in their codecs? Is it kind of a dying technology or practice? I've experimented with Sorenson 3 and Sorenson Squeeze trials and, even though it looks ok, it simply doesn't stack up to others like Apple's H.264 or open-source x264 or even Xvid. I guess I wish there were a way to be able to use media key options with all the new H.264 codecs. Is it possible to do that, either with Xcode or AppleScript? Any help would be greatly appreciated!!

    QuickTime has supported 'media keys" since version 3 but you can only add them using the third party software.
    You would be better served by contacting Sorenson and asking them about their support for newer codecs.

  • Quick question about showing drive space

    Hi,
    Just got a quick query about showing remaining drive space on the desktop.
    Before I wiped my Pismo and reinstalled Tiger (bad kernel panic), my hard drive and any other connected drives (pen drive, iPod, iDisk, etc) showed up on my Desktop with the name and drive capacity and remaining space underneath the icon.
    Now I've reinstalled, the drive capacity and remaining space don't show up on the Desktop, and I can't find how to turn it on. I've been through Preferences several times and can't find an obvious switch. Have I missed something? I'm running Tiger 10.4.8 with the machine spec below.
    Thanks in advance,
    Rob Johnson

    Sometimes, for no obvious reason, the Finder can be slow to update. And sometimes it updates instantly. Why? "Only the Shadow knows...." or maybe the Apple programmers.
    Francine
    Francine
    Schwieder

  • Quick question about sim transfer

    Hi all,
    I have a quick question and hopefully one of you guys would be able to help me. My friend purchased his 3g iphone today and hes giving me his old iphone. I currently have a blackjack and I wanted to take the sims card from the blackjack and put into the original iphone. Will the iphone work with my sims card? It is an older sims card, says 64k on it. If not, would I have to bring it into at&t and get it activated w/a different sims card? Hopefully all this isnt confusing. Thanks for any help. Cheers!

    You're welcome.
    I guess that also means I would have to upgrade to the 20 dollar data plan without the text messages as well?
    The unlimited data plan for the first generation iPhone still costs $20/mo and includes 200 SMS. The only thing you need to get from an at&t store is a new SIM card. Take the iPhone with you telling them what you plan on doing and they should give you a new SIM card at no cost.
    You will activate this iPhone with iTunes on your computer. If you are an existing subscriber, your calling plan will transfer to the iPhone, and any existing data plan you are using with your current phone will be cancelled. If you are an existing subscriber, your only selection will be the $20/mo unlimited data plan which includes 200 SMS, and you can select 1,500 SMS for an additional $10/mo or have unlimited SMS for an additional $20/mo.

  • Quick question about iMovie

    I have a question about iMovie. I've used Final Cut Pro before using iMovie, and FCP allowed the user to play two video/images on top of each other. You could play with the opacity and the duration very easily.
    I'm wondering, can you do the same thing with iMovie? I'll be VERY disappointed if you can't do it.
    iBook G4

    Hi
    And You could take a look at the plug-ins to iMovie.
    - Stupendous software http://www.stupendous-software.com
    - GeeThree http://www.geethree.com
    - cf/x. http://www.imovieplugins.com
    and possibly more.
    QT-pro can do this as said above - but You need to be very precise.
    But I would do this in FCP and then export as QT.mov to do the rest in iMovie
    if necessary.
    Yours Bengt W

  • Quick question about RegExp

    Just a quick question.
    In other languages, I can do this...
    while(reg.exec(string)) {
         //loop through results
    And while looping, I can access the current match with something like reg.Match or whatever. 
    Is this possible in AS?

    Look up the RegExp class.

  • Quick question about SATA 2

    Hi,
    Very quick question,
    Are the newer SATA2 Hard Disks compatible with the older model of the Mac Pro? May sound stupid, but I believe that the Mac Pro was released before the SATA 2, so just wanted to check the Mac Pro hardware etc will take SATA 2.
    By older model of Mac Pro, I mean the one released before the newest available models (2 x 2.66Ghz Dual Core).
    Thanks!

    Hi 02drummersteve02;
    SATA 2 is backwards compatible with SATA 1. So you can install SATA 2 drives in a SATA 1 computer.
    Allan

Maybe you are looking for