A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Preloader

  1. #1
    Junior Member
    Join Date
    May 2004
    Posts
    6

    Preloader

    TO WHOM IT MAY CONCERN:

    I am seeking those possessing knowledge rearding loading swf files into a movie. My objective is to know why the movie dose
    not detect the file size of the swf file. The movie
    detects only the content not being loaded.

    How do I get the movie to detect swf file size being loaded external to the movie, and add the external file size to the existing content of the movie?


    The problem is related to the streamed information prior to illustrating the movie. Note if I add the content of the swf into a blank movieclip on the primary movie's timeline it dose detect the
    total content size, but it increases my first frame to load to 128 kb prior to entering the first frame. This response will render a user employing a 56k modem to wait a significant extent of time prior to movie rendering. Therefore if someone can provide me with information tp reduce the first frame size or to load the swf and the movie detects the size of the movie and adds it to the movie content, therefore, increasing the movies kb to be obtained.

    PERSERE IN MIND THAT I AM EMPLOYING FLASH 5

    Kevin

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    A preloader of a main movie doesn't take into account loadMovie actions or the size of these to be loaded movies, unless you specificly code it to actually preload the movie.

  3. #3
    Junior Member
    Join Date
    May 2004
    Posts
    6

    preloader

    So tell me how to tell the movie to preload the swf file.

  4. #4
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Then you'll end up with your other problem, which is that a slow connected user will have to wait that much more time for the movie to start playing.
    If that's what you want, might as well turn your loaded external movie into a movie clip within your main movie. Then it will load along with your main movie.

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