blah-de-blah
July 20th, 2003, 03:22 AM
http://www.kirupa.com/developer/actionscript/tricks/cache.asp
Using the tutorial above, i don't know how to adjust the code to adapt to the way i load my movies. The code below is how i do it...
_root.loader.loadMovie (_root.section +".swf")
but in the code in the link, it is:
myIdentifier=Math.round(Math.random()*10000);
loadMovie("myAnim.swf?uniq="+myIdentifier,1);
So how would i adjust the second line of that to fit mine?? I tried substituting _root.section + ".swf" with "myAnim.swf...." but it doesn't work. Any clues anyone? thanks!
Using the tutorial above, i don't know how to adjust the code to adapt to the way i load my movies. The code below is how i do it...
_root.loader.loadMovie (_root.section +".swf")
but in the code in the link, it is:
myIdentifier=Math.round(Math.random()*10000);
loadMovie("myAnim.swf?uniq="+myIdentifier,1);
So how would i adjust the second line of that to fit mine?? I tried substituting _root.section + ".swf" with "myAnim.swf...." but it doesn't work. Any clues anyone? thanks!