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 611531
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T17:47:39+00:00 2026-05-13T17:47:39+00:00

I have created a Flex custom preloader, exactly like it is done in this

  • 0

I have created a Flex custom preloader, exactly like it is done in this example: http://www.gotoandlearn.com/play?id=108

Now when I implement this, is seems to work fine on my computer in FireFox and Chrome.
I publish it on the server, refresh my cache and reload the application and I do get my customized preloader.

But on a friend’s computer, the screen stays white for a while, and then for a second or so it shows the preloader, but the indicator is at 100%.

So the loading already happened before it showed the preloader. Anyone seen this before and do you know what causes that or how to solve it?

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. Editorial Team
    Editorial Team
    2026-05-13T17:47:39+00:00Added an answer on May 13, 2026 at 5:47 pm

    There is a problem in IE with a Flex Custom Preloader.

    See: http://jaapkooiker.nl/blog/2008/02/15/flex-custom-preloader-ie-stagewidth-stageheight-problem-fixed/

    To solve this IE problem a resize eventListener has to be declared in the set preloader method. Then a modification in the centerPreloader has to be made.

    Replace:

    x = (stageWidth / 2) - (clip.width / 2);
    y = (stageHeight / 2) - (clip.height / 2);
    

    With:

    x = (stage.stageWidth / 2) - (clip.width / 2);
    y = (stage.stageHeight / 2) - (clip.height / 2);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created a custom event in flex 3.5. But the handler is not
In my flex app I have various custom components done with mxml or actionscript.
i have created custom components in flex where i have used a button,i want
I have this flex app (it's a flex project created from flash builder), and
I have created a module in Flex like below: modules/ModuleBase.mxml <?xml version=1.0 encoding=utf-8?> <mx:Module
I would like to learn Adobe Flex mobile development. I have created a new
I am using http://dev.sencha.com/deploy/ext-4.0.7-gpl/examples/portal/portal.html to build a portal. Obviously, i have custom windows inside
I have created one application in flex that is accessing the Java webservice using
I have created an application using Adobe Flex. I took all the files from
I have created an ashx handler that returns an image to my flex app.

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.