Skip to main content
santoshb84112291
Participant
December 17, 2015
Question

How can we avoid/control AxShockwaveFlash caching.

  • December 17, 2015
  • 1 reply
  • 272 views

Hi,

Requirement is to play encrypted swf files in wpf application, for this we have created local http server using httpListener and streamed decrypted contents. But my problem is AxShockwaveFlash control cache decrypted content (.swf) files in iNetCache.

How to manage/control this ? Or Is there any other approaches to achieve this ?

Thanks

Santosh

This topic has been closed for replies.

1 reply

jeromiec83223024
Inspiring
December 17, 2015

This isn't a use-case that we'd recommend or support.  If you want to build desktop applications using Flash technology, Adobe AIR is the supported path.

Is it possible to prevent caching using traditional cache-busting techniques, like appending get parameters with random values to the request URLs?  (e.g. http://path.to.swf/somewhere/the.swf?entropy=123456, where 123456 is a random number)