I have an swf that loads an external mp3 file then the flash play's it, then the user has the option to replace the file with another one, with the same name.
I hope someone understand what i'm "saying".
The problem is if the user goes to check the new sound, he still hears the old one (already replaced).
Only work's fine when the browser restart's
Tried the meta tag's no-cach stuff, but does'nt work
like :
<meta http-equiv="Pragma" content="no-cache">
another way to solve this please?