Re: [flexcoders] Re: Hiding Swf on a website

2009-03-14 Thread Rick Winscot
>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

[flexcoders] Re: Hiding Swf on a website

2009-03-14 Thread triptonemeister
If you load swf files from javascript dinamically, width swfObject, the htttpTrack don't download it. Load swf like this: function loadSwf() { var params = { menu: "false", allowScriptAccess: "always", wmode: "transparent" }; swfobject.embedSWF("foo.swf", 'ic_fl', "100%", "100%