Hi guys,
i need a sort of an explanation or a better way of doing this. Here's the scenario.
I loaded an external jpg to an MC (MC1) in the root timeline. also within the root timeline, I have another MC (MC2) which contain another MC (MC3). I loaded the same external jpg file to MC3 using this code:
but it seems MC3 didnt take the file from the user's cache (the preloaded file) but from the server again, any explanation on this? How can I preload a jpg then assign it to another MC with using loadMovie?
biggie
The Man of Tomorrow is forged by his battles today.
i need a sort of an explanation or a better way of doing this. Here's the scenario.
I loaded an external jpg to an MC (MC1) in the root timeline. also within the root timeline, I have another MC (MC2) which contain another MC (MC3). I loaded the same external jpg file to MC3 using this code:
Code:
MC1JPG=_root.MC1.URL;
loadmovie("MC1JPG","_root.MC2.MC3")
but it seems MC3 didnt take the file from the user's cache (the preloaded file) but from the server again, any explanation on this? How can I preload a jpg then assign it to another MC with using loadMovie?
biggie
The Man of Tomorrow is forged by his battles today.