| > I am trying to download <http://www.homestarrunner.com> .
My
> problem is that a lot of the links are embedded inside of
> flash files. Is there any way to tell the program to
> download EVERYTHING on the site, even the things linked
to
> by the flash files?
If you are using the flash-aware version of httrack, it
should work - except if embedded images or files are called
with absolute URLs (starting with http://...)
Ensure that you do not need additional filters (scan
rules), however -- see 'Set Options' / 'Scan rules', and
define if necessary filters such as
+*.gif +*.jpg +*.png +*.css +*.js +*.zip
(and so on..)
| |