Re: [flexcoders] How to force swf reload?

2007-11-28 Thread Tom Chiverton
On Wednesday 28 Nov 2007, v.cekvenich wrote: What (java)script do people us to deploy swf files? SwfObject. We are using adobes .js script, but this does not reload the new swf files when we release a new version. So our users see the old swf version of our app. Is your web server sending

[flexcoders] How to force swf reload?

2007-11-27 Thread v.cekvenich
What (java)script do people us to deploy swf files? We are using adobes .js script, but this does not reload the new swf files when we release a new version. So our users see the old swf version of our app. At the moment the only thing we tested that works is to rename the swf file each time.

Re: [flexcoders] How to force swf reload?

2007-11-27 Thread Adnan Doric
You can create a random number and load the swf like this : my.swf?random=microseconds But it will be reloaded each time, it is usefull only for small files. Adnan v.cekvenich wrote: What (java)script do people us to deploy swf files? We are using adobes .js script, but this does not

RE: [flexcoders] How to force swf reload?

2007-11-27 Thread Samuel R. Neff
Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of v.cekvenich Sent: Tuesday, November 27, 2007 7:44 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to force swf reload? What (java)script do people us to deploy swf files? We are using adobes .js script