If you load swf files from javascript dinamically, width swfObject, the
htttpTrack don't download it.
Load swf like this:
<body onLoad="loadSwf()" />
<div id="ic_fl" />
<script type="text/javascript">
function loadSwf() {
var params = { menu: "false", allowScriptAccess: "always", wmode:
"transparent" };
swfobject.embedSWF("foo.swf", 'ic_fl', "100%", "100%" , "9.0.0",
"expressInstall.swf", null, params);
}
</script>
</body>
--- In [email protected], "christophe_jacquelin"
<christophe_jacque...@...> wrote:
>
> Hello,
>
> How to hide swf files on a website, preventing their copy by a software like
> httptrack?
>
> Thank you,
> Christophe,
>