Toowoomba
10-26-2001, 04:32 PM
I've got a little size problem here:
The main movie contains a mc (content) with about 55 Keyframes. Each Keyframe contains a small .jpg (around 4-5kb) and some text. The user is able to click through all those data by two basic buttons on the main timeline.
Button1:
on (release) {
tellTarget ("content") {
prevFrame ();
}
}
Button2:
on (release) {
tellTarget ("content") {
nextFrame ();
}
}
Now to the problem: the size of the mc (content) is about 280kb !!
I would like to load the pics just on demand, but without losing
this basic back and forth navigation.
Hmm, I hope I made myself clear. You might wanna have a look at
the movie but note that it preloads 305 kb at the moment.
Thanks for your help.
---------
Please excuse my English since it is not my mothertongue.
http://home.t-online.de/home/Tobias.Schichtel/trip.htm
The main movie contains a mc (content) with about 55 Keyframes. Each Keyframe contains a small .jpg (around 4-5kb) and some text. The user is able to click through all those data by two basic buttons on the main timeline.
Button1:
on (release) {
tellTarget ("content") {
prevFrame ();
}
}
Button2:
on (release) {
tellTarget ("content") {
nextFrame ();
}
}
Now to the problem: the size of the mc (content) is about 280kb !!
I would like to load the pics just on demand, but without losing
this basic back and forth navigation.
Hmm, I hope I made myself clear. You might wanna have a look at
the movie but note that it preloads 305 kb at the moment.
Thanks for your help.
---------
Please excuse my English since it is not my mothertongue.
http://home.t-online.de/home/Tobias.Schichtel/trip.htm