So I have a movie that is caching... it is loading XML and the changes in the 
xml is not always being reflected correctly...

I am adding a random variable to the .swf html code (i.e. 
news.swf?ref=65465465) but I am doing it all via javascript:

... ... ...
holder += '<param name="movie" value="news.swf?ref='+ranNumb+'"/>';
... ... ...

document.getElementById('news').innerHTML=holder;



but it seems like it is still caching... any ideas on how I can do it 
differently?


_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to