This blog provides tips and tricks of the computing world....If you have any problem feel free to mail me crunchypc@gmail.com....
Google
 

Saturday, February 23, 2008

Saving Flash files from websites



-Tips-
  • Visit the webpage (here i’m using http://www.anyweb.com, just for an example)
  • Select Source( View > Source )
  • Now it would show up the HTML code for the site.
  • Now click CTRL+F buttons together or go to the Edit menu and select Find( Edit > Find )
  • In the search bar type swf and click find.
  • It will take you to something similar to EMBED xsrc=”abcd.swf”
  • Now select the file path. Example if it is EMBED xsrc=”/files/flash/abcd.swf” , copy the entire file path starting from the forward slash(/)
  • Now goto the address bar and paste the path next to the end of the current address.
  • It wouldd look like - www.anyweb.com/files/flash/abcd.swf
  • Now click go or hit Enter and the same flash file will load for you but without the HTML - only the file.
  • Goto File > Save as and save the file in a safe place.

This may not work with some websites that has the files protected / also with some sites that use frames.

No comments: