In developing an application that used loadMovie() to repeatedly call the same swf that CFMX was generating with modified content for each call (see my previous blog posting), I discovered one small problem was that the Flash player was caching content.
A quick visit to Prototype, one of my favourite code repositories, gave me a fantastic solution for caching that worked in both the IDE and the browser. If you're not using the site it's well worth the look.
Posted by at 06:09 PM | Permalink
Trackback: http://blog.daemon.com.au/cgi-bin/dmblog/mt-tb.cgi/138


My biggest problem was getting this type of stuff to work in the IDE; this snippet is great in that it doesn't break during development. Right on!
Posted by: JesterXL on June 25, 2003 12:58 AM