i have a swfobject on my html page
i update my flash file but when i debug the browser load the old version of the swf from the cache and i have to clear history every few minutes.
how can i tell the debbuger "dont load from cache!"
someone wrote to add to the param of the movie name a rando value like that
and it works fine
but every time i debug i have to change the number
my question is if i can let the asp or the code behind do it
i update my flash file but when i debug the browser load the old version of the swf from the cache and i have to clear history every few minutes.
how can i tell the debbuger "dont load from cache!"
someone wrote to add to the param of the movie name a rando value like that
VB.NET:
<param name="movie" value="master.swf?id=70" />
and it works fine
but every time i debug i have to change the number
my question is if i can let the asp or the code behind do it
Last edited: