A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: multiple movies loading

  1. #1
    Member
    Join Date
    Aug 2002
    Location
    Switzerland
    Posts
    71

    multiple movies loading

    hi together
    as usual i'm as a beginner have a question:

    i like to load all my movies together with the main-movie. is there any possibility to load the movies in the first html-site?? (<embed>)

    the reason is, that first putting all together was to big in size, but if you have to wait every time you put a button, id doesent make fun.
    but if i can seperate the files, you only have to load the changed files again.
    any suggestions?
    thanks

    chriegazocker

  2. #2
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244

    Re: multiple movies loading

    Originally posted by chriegszocker
    hi together
    as usual i'm as a beginner have a question:

    i like to load all my movies together with the main-movie. is there any possibility to load the movies in the first html-site?? (<embed>)

    the reason is, that first putting all together was to big in size, but if you have to wait every time you put a button, id doesent make fun.
    but if i can seperate the files, you only have to load the changed files again.
    any suggestions?
    thanks

    chriegazocker
    Use the LOADMOVIE action to load the seperate movie files as you go. Once they've been loaded once as long as your still on the page they load fast the next time from the users cache. This way your page is up and running without delay and the seperate parts only load when needed. use a small loading movie on each though so the user will know that the button click or whatever is doing something.

  3. #3
    Member
    Join Date
    Aug 2002
    Location
    Switzerland
    Posts
    71

    that's a pity

    thanks bret
    so id is not possible to load many different movies at one time!?
    that's a pity.
    till later

    chriegszocker

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