extract swf from a site

a more technical way is to use firefox, then download one if its plugin called unplug, simply google the word "unplug" and the first link that appears.

hope it helps !!!
 
One of the reasons I use Flash to make my websites is so that people can't copy and paste my content...
You can always find the SWF's URL, then make a simple HTML link and view it in a browser, right click-> save as and there you go... Works on almost anything.

Here is an example of an HTML link to a swf:

Code:
<a href="http://www.domain-name.com/nameofthefile.swf"> text here</a>

Right click on "Text here" and save target as
 
Back
Top