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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T16:02:50+00:00 2026-05-24T16:02:50+00:00

i have a big flash file that loads in but takes a noticeable amount

  • 0

i have a big flash file that loads in but takes a noticeable amount of time to download. Its a header and i was just wondering if i could have an image instantly appear and then when the flash is downloaded seamlessly overlap it? Just wondering if there was an HTML to do this?

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-24T16:02:50+00:00Added an answer on May 24, 2026 at 4:02 pm

    You have two options for this as far as I can tell.

    – Option A is the solution you’ve mentioned already. I would have an img tag inside the same div as the swf position:absolute and have flash do an ExternalInterface.call("hideImage") call to JavaScript when the swf is loaded and have the hideImage function in javascript remove/hide the img tag.

    – Option B (which is what I would go with) is to use a preloader inside of flash. Set up two separate keyframes at the first of flash. I usu label my first one “loading” and the second one “main”. In loading I have actions similar to the following:

    // stop the playhead from moving ahead
    stop(); // you can also use gotoAndStop("loading"); if you want
    
    function loaderProgressHandler(event:Event):void {
        // switch the framehead to main which will show your content
        if(event.bytesLoaded >= event.bytesTotal) {
            event.target.removeEventListener(Event.PROGRESS, this.loaderProgressHandler);
            this.gotoAndStop("main");
        }
    }
    
    this.loaderInfo.addEventListener(Event.PROGRESS, this.loaderProgressHandler);
    

    Flash will show the “loading” frame segment once it loads, your swf won’t switch to “main” until the rest of the swf is done loading. I’d recommend some sort of preloader with a percentage indicator if you swf is as big as you’re saying.

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

Sidebar

Related Questions

I have an .swf file (a flash animation) that is too big and unfortunately
I have a basic html page and a big flash file I need to
I have a page that contains a flash object. The flash file is wrong
I have a microcontroller that must download a large file from a PC serial
so I have a pretty big flash file on my homepage, which raises a
my flash-game is almost finished but there is a (big?) problem: At its current
I have big system that make my system crash hard. When I boot up,
I have big URL list, which I have to download in parallel and check
I have big trouble with file uploads with php. My own tests are successful
I have big element at the top of the webpage that sides down with

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.