;

PDA

Click to See Complete Forum and Search --> : multiple movies loading


chriegszocker
10-03-2002, 06:30 PM
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

blanius
10-03-2002, 07:49 PM
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.

chriegszocker
10-04-2002, 03:00 AM
thanks bret
so id is not possible to load many different movies at one time!?
that's a pity.
till later

chriegszocker