A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Whats a good way to check if a movie clip has loaded into a browser?

  1. #1
    Member
    Join Date
    Sep 2001
    Posts
    45
    I have lots of small movie clips inside my flash file. I would like to do a prelaoder check to ensure all these movie clips are preloaded before the user can access my website. What is the best way of doing this?

    Thanks in advance
    Flashman

  2. #2
    Junior Member
    Join Date
    Mar 2001
    Posts
    18


    Off of the top of my head, I'd say use a normal preloader and just make sure that the last frame loaded is after the frames that include the loaded movie clips. Or load the movie clips in the first few frames and re-use them later.
    Hope this helps?

  3. #3
    Member
    Join Date
    Sep 2001
    Posts
    45
    What i presently have are the movie clips interspersed throughout the movie. I am using IFFrameLoaded on pages where movie clips are to progress my preloader. But i have noticed that IFFrameLoaded seems to return a true value only if the frame is loaded and not the movie clips on that page.

    So am I doing something wrong? Should I even be making a preloader using ifframeloaded?

    Graham?

  4. #4
    Senior Member
    Join Date
    Nov 2001
    Posts
    101
    erm, try putting your entire movie into a single frame on the main timeline then just tell it to wait til that frame is loaded.
    works for me, but not particularly professional! :-s

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center