[haXe] Avoiding cached content SWHX
Nicolas Cannasse
ncannasse at motion-twin.com
Tue Feb 20 17:08:54 CET 2007
>> 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...
All files loaded by the Flash Player are handled through the
swhx.Flash.getURL method, so that you can define your own security and
caching. Try to add traces() to see if the request is made several times
by the Flash player, or if it has an internal cache. This cache might be
in memory.
Nicolas
More information about the Haxe
mailing list