[haXe] Avoiding cached content SWHX
Pete Hobson
pete at 99lives.co.uk
Tue Feb 20 16:48:15 CET 2007
On 20 Feb 2007, at 11:05, Nicolas Cannasse wrote:
>> Are there any tricks available to prevent SWHX caching the swf's
>> it loads. As far as i can tell i cant use the ?
>> nocache="+Math.random trick appended to the URL, as the URL is a
>> local file and the query string is treated as part of the
>> filename. Stopping and restarting SWHX seems to work, the problem
>> is reloading content that has been changed since SWHX started.
>
> SWHX doesn't cache content. Maybe the Flash Player does.
> You can override the swhx.Flash.getURL method in order to define
> your own behavior (for example by stripping the ?nocache part
> before loading the file).
>
>
No,this is a swf being loaded form within the main swhx swf (with the
loader class). Are you aware if the instance of the flash player
used by swhx would create its own cache someplace - perhaps i can
delete the files from there...
More information about the Haxe
mailing list