> I'm using the mx:Loader component to pull in a file at a specific 
> location.../rpts/D/2/1/2/WA.swf, ok?  It's a PDF report I ran a 
> utility on that converted it to a swf...all is well and good...half 
> way through the day, our clients make an adjustment, we rerun the 
> report generation and the WA.swf file is 
> overwritten...problem is, the 
> Flex app is still loading the old report...not the newly generated 
> one...is there a way to turn off the cahcing of the loader component 
> or would switching out of production mode of Flex fix this?
> 
> Thoughts?
> 
> Thanks,
> Rob

There is no caching in the loader component.  Production mode would only
affect embedded assets, not dynamically loaded SWFs.

The player uses the WinInet API to grab URLs, so this means the caching
behavior is subject to whatever options are set in IE.  Tools > Internet
Options > General | Temporary Internet files > Settings.

Proxies can also muck with the loading.

If the browser is set to check the URL every time, then check that
whatever is overwriting the files is actually updating the timestamp.

-Roger

Roger Gonzalez
mailto:[EMAIL PROTECTED]


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to