A Flash Developer Resource Site

Results 1 to 12 of 12

Thread: Preloader starts at 60%...pls help!!!

  1. #1
    FK Romeo martiansam's Avatar
    Join Date
    Oct 2001
    Location
    Bombay, India
    Posts
    223
    I have an swf movie which is just around 120kb. Its made in flash5 as the client had requested it in flash5 so I could not use MX. I am using attachMovieclip and cant avoid that. Now after a lot of research and going thru a lot of messages in this message board, I got to know that, if u use attachmovieclip, those symbols are loaded in the very first frame which makes the preloading bar appear after a lot of delay. In my case the preloader starts at 60% almost after most of the movie is loaded.

    I need some solution for this problem. Pls give me some suggestion which I can work on and get rid of this problem.

    Thanks for any help.

  2. #2
    Developer
    Join Date
    Sep 2001
    Location
    The Bluegrass State Will Flash For Food ™
    Posts
    3,789
    create a new/seperate swf to preload the content...

  3. #3
    FK Romeo martiansam's Avatar
    Join Date
    Oct 2001
    Location
    Bombay, India
    Posts
    223
    no other way??!!

  4. #4
    DOT-INVADER marmotte's Avatar
    Join Date
    May 2002
    Location
    Dot-Switzerland
    Posts
    2,601
    i had the same "problem"... my home page is 244ko total, but the first frame is 210ko! with a 56k, you'll have to wait one or two minutes before seeing anything. very annoying (you can check the link in my signature, it is frustrating)!
    but now i know what to do:

    how to fix it

    there are two ways;

    1) place your mc's in another .fla and then use loadMovie() to load the swf containing the linked mc's.

    2) you could place the mc on the stage and use duplicateMovieClip() as well.

    i hope it helps ^^

  5. #5
    Junior Member
    Join Date
    Mar 2002
    Posts
    19
    That was by far the easiest fix for me....

    Good luck!

  6. #6

    Add a scene

    Just add a scene at the begining and put the preloader there. That way it just runs there and then goes to the next scene when it's all loaded.

  7. #7
    Developer
    Join Date
    Sep 2001
    Location
    The Bluegrass State Will Flash For Food ™
    Posts
    3,789

    Re: Add a scene

    Originally posted by Joel Tell
    Just add a scene at the begining and put the preloader there. That way it just runs there and then goes to the next scene when it's all loaded.
    that wont work...

  8. #8

    Re: Re: Add a scene

    Originally posted by gSOLO_01
    Originally posted by Joel Tell
    Just add a scene at the begining and put the preloader there. That way it just runs there and then goes to the next scene when it's all loaded.
    that wont work...
    sorry, missed the attach movie clip part.
    Can't you work around the "attach" factor?

  9. #9
    FK Romeo martiansam's Avatar
    Join Date
    Oct 2001
    Location
    Bombay, India
    Posts
    223
    Unfortunately, I couldnt find any other solution than calling the external movie clips. Thanks for all ur replies.

  10. #10
    Registered User
    Join Date
    Feb 2001
    Posts
    13,041
    Hi,

    there is yet another way to do it: http://board.flashkit.com/board/show...hreadid=289032

    Musicman

  11. #11
    Developer
    Join Date
    Sep 2001
    Location
    The Bluegrass State Will Flash For Food ™
    Posts
    3,789
    Originally posted by Musicman
    Hi,

    there is yet another way to do it: http://board.flashkit.com/board/show...hreadid=289032

    Musicman
    thats the way we've been recommending...

  12. #12
    Registered User
    Join Date
    Feb 2001
    Posts
    13,041
    Hi,

    @gSOLO_01:
    it is the same - in theory, but much different in practice:
    with different scenes, flash still exports the attachable assets before it even outputs the preloader.
    Creating two separate swf's and then merging them will put the attachable clips where they belong - at the beginning of the main scene
    As far as I know, there is still no precise control in flash for the placement of exported symbols

    Musicman

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