>From the HTTP Track FAQ section...

There are cases, however, that can not be (yet) handled:

    * Flash sites - no full support
    * Intensive Java/Javascript sites - might be bogus/incomplete
    * Complex CGI with built-in redirect, and other tricks - very
complicated to handle, and therefore might cause problems

So... there are are a lot of variables to reconcile but it boils down to
what I said in the blog post. If your assets have either a relative or
absolute path ­ sooner or later they are candidates for copy. Nay you say?
Check out he specs on Surf Offline - http://www.surfoffline.com/. The only
thing that will be well out of reach for these types of applications is
server-side scripts.

Rick Winscot


On 3/14/09 6:59 AM, "triptonemeister" <[email protected]> wrote:

>  
>  
> 
> 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] <mailto:flexcoders%40yahoogroups.com> ,
> "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,
>> >
> 
>   
>     
> 
>> 

Reply via email to