TimTDP
Expert Member
I want to download a swf file from a website.
The file "hides" behind a graphic on the web page. When I click the image a new page opens and the swf file plays.
The html code looks like this:
<a params="lightwindow_width=640,lightwindow_height=520" class="lightwindow" href="/video/scope/view.swf"><img class="video_thumb" alt="Scope: Touch Video" src="/img/scope/view_thumb.jpg"></a>
<img class="video_thumb" alt="Scope: Touch Video" src="/img/scope/video_thumb.jpg">
How do I download the actual swf file? I prefer to use Firefox.
And before anyone rants about copyright, I have permission to download the file!
The file "hides" behind a graphic on the web page. When I click the image a new page opens and the swf file plays.
The html code looks like this:
<a params="lightwindow_width=640,lightwindow_height=520" class="lightwindow" href="/video/scope/view.swf"><img class="video_thumb" alt="Scope: Touch Video" src="/img/scope/view_thumb.jpg"></a>
<img class="video_thumb" alt="Scope: Touch Video" src="/img/scope/video_thumb.jpg">
How do I download the actual swf file? I prefer to use Firefox.
And before anyone rants about copyright, I have permission to download the file!