Security of preload content on Producer

L

Lucas Soler

One of my firm requirements is that the data viewed using Producer is secure.
I know that the preload page downloads images of the slides and graphics,
but I can't find them once the preload is complete. Any idea if this data
can be found?
 
B

Brian Sullivan

One of my firm requirements is that the data viewed using Producer is secure.


I am not sure what your requirement is here. Producer data is like any
other browser data -- downloaded to the cache and viewed from there. In
that sense there is no "security". This isn't any different than any other
browser viewed data.

I know that the preload page downloads images of the slides and graphics,
but I can't find them once the preload is complete. Any idea if this data
can be found?



They should be in the browser cache (the reason for the preload is to make
slide transitions smoother as the required files are precached).

This is done in javascript and is a commmon page design strategy.
 
Top