Whats up
Iâve got a movie in which I use textfiles that display the text in objects that are moving around, changing the textfields rotation and transformation, and they are loaded into frames to be displayed just once, very quickly.
I really have to have all this textfiles properly loaded into the cache of the browser before my movie starts, when viewed online.
I have been using this commands in the first frame, where the (standard)preloader is:
load(âtextfile1.txtâ);
load(âtextfile2.txtâ);
load(âtextfile3.txtâ);
load(âtextfile4.txtâ);
load(âtextfile5.txtâ);
load(âtextfile6.txtâ);
Does this work good, is this the best way? :sigh:
Thanks in advance