Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 32753
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T13:48:46+00:00 2026-05-10T13:48:46+00:00

I would like to show some hidden text in a Flex application and have

  • 0

I would like to show some hidden text in a Flex application and have it fade out in a couple of seconds…

I have looked into Delay and Pause effects in Flex, but have yet to see an example of how to do this realistically easy effect…

anyone now how to do it or have a good resource?

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T13:48:47+00:00Added an answer on May 10, 2026 at 1:48 pm

    If I understand you correctly, you want to have the text automatically fade out a few seconds after it is shown?

    I would probably do something like this: (Haven’t tested the code, so there are probably typos.)

    <mx:Script>     import flash.utils.*;      var fadeTimer:Timer = new Timer(2000); // 2 seconds     fadeTimer.addEventListener('timer', fadeTimerTickHandler);      // Call this to show the hidden text.     function showTheText():void{         theTextField.visible = true;         fadeTimer.start();         }      // This gets called every time the timer 'ticks' (2 seconds)     function fadeTimerTickHandler(eventArgs:TimerEvent){        fadeTimer.stop();        fadeTimer.reset();        theTextField.visible = false;        } </mx:Script>  <mx:Fade id='hideEffectFade' alphaFrom='1.0' alphaTo='0.0' duration='900'/>  <mx:Text id='theTextField' text='The Text' hideEffect='{hideEffectFade}'/> 

    Also, you need to be sure to embed your fonts or the effect won’t work on your text. See Simeon’s post for more info.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have list of hyperlinks on a webpart and i would like to show
So I've got some <select> tags that I would like to show the entire
I'm trying to dig into jQuery but would like some feedback on how to
I would like to have a callback called when some widget (a Menu )
I have a series of divs that are hidden and I would like to
In addition to the key_name I generate, I also would like to have some
I have a scrollView with some text fields. when the keyboard show, the scroll
I have a .NET application with a StatusStrip holding three ToolTipStatusLabels. The Text of
I load files to a TextBox, and I would like some of the information
im not familiar with jquery so any help would be appreciated, i have some

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.