Is there a way to insure that when a user views my Flex app they are using the newest version and not using a cached version?
Thanks.
A duplicate of this post -- preventing-flex-application-caching ....
Is there a way to insure that when a user views my Flex app they are using the newest version and not using a cached version?
Thanks.
A duplicate of this post -- preventing-flex-application-caching ....
If you are using a server-side scripting language, take the content of the HTML wrapper, put it into a script file and add something random to the end of the SWF's URL:
content/application.swf?1234567890
Appending the current time in milliseconds usually works well.