actionscript 3 - Distributing changes to an existing SWF application theory -



actionscript 3 - Distributing changes to an existing SWF application theory -

lets have online application written in as3 , served server swf. first version go out v1.0.

several users, behind proxy server, utilize v1.0 application , there cached re-create on client machines , proxy server.

v1.1 released , placed on server. users should see v1.1, results vary, served fresh copy, period receive cache's copy, , served cache'd re-create in proxy server.

i can code in v1.0 checks server variable see if it's out of date. if out of date, there way in as3 forcefulness download fresh copy, or apply differences itself?

considering don't have access proxy server , can't manually or automatically clear cache.

i think citizen conn provides simple solution, albeit introduces unnecessary server load.

you utilize citizen conn's approach instead of timestamp, utilize app's version tag.

main.swf?app_version=1.1

a different approach forcefulness refresh app using digitald's approach.

but, since using in container html page, container might cached well, need forcefulness reload of container...

actionscript-3 caching theory updates

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -