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

Ask A Question

Stats

  • Questions 242k
  • Answers 242k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer You need to put quotes around the string value of… May 13, 2026 at 7:39 am
  • Editorial Team
    Editorial Team added an answer I think there are three options. Use shelving bzr shelve… May 13, 2026 at 7:39 am
  • Editorial Team
    Editorial Team added an answer try putting this in your HEAD tag: <meta http-equiv="X-UA-Compatible" content="IE=edge"… May 13, 2026 at 7:39 am

Related Questions

I am starting to redesign and develop a site that contains a lot of
So I've got some <select> tags that I would like to show the entire
im not familiar with jquery so any help would be appreciated, i have some
Preface : I am new to the iPhone SDK, Obj-C, Interface Builder and Cocoa.

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.