quatto
February 10th, 2003, 11:12 PM
Okay... My problem goes like this:
I have a main movie (which I refresh by means of a javascript allowing no cache and no offline use of that page), but it obviously is not working for those movies embedded within the latter, which I recall through a menu with the loadMovieNum order. My work is at Lullabyband.com (http://www.lullabyband.com/english.htm)
I have read your advice for this, that is to say the lines:
myIdentifier=Math.round(Math.random()*10000);
loadMovie("myAnim.swf?uniq="+myIdentifier,1);
I have changed the name "myanim.swf" to the movie I want to load, but I really don't know where to place them or something because is not working... :(
Could anyone give me more details on how to use that script correctly or else another solution?
THANKS
I have a main movie (which I refresh by means of a javascript allowing no cache and no offline use of that page), but it obviously is not working for those movies embedded within the latter, which I recall through a menu with the loadMovieNum order. My work is at Lullabyband.com (http://www.lullabyband.com/english.htm)
I have read your advice for this, that is to say the lines:
myIdentifier=Math.round(Math.random()*10000);
loadMovie("myAnim.swf?uniq="+myIdentifier,1);
I have changed the name "myanim.swf" to the movie I want to load, but I really don't know where to place them or something because is not working... :(
Could anyone give me more details on how to use that script correctly or else another solution?
THANKS