Here’s how you can save flash files from websites.

  • Visit the webpage (here i’m using http://www.xyz.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.xyz.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.

I have explained the procedure for internet explorer, this can be done in other browsers also with the same easy and with quite similar steps.

 

This is not a hack, it is just a cool simple thing. I found it accidently, when i was sending some HTML codes to my friend. He didn’t know anything about HTML, so i was giving him very basics of the code. I started with < html>…then < body>, everything was going alright until I wrote the first line after < body> tag, I wrote < b>hello< /b> world ( < b>…< /b> are used in HTML to make text bold..) when I pressed send button, I was amazed to see that it was showing hello world instead of < b>hello< /b> world. Then i understood that yahoo messenger is capable of understanding HTML tags ( although later i found that it supports only very few of these tags). It supports < i>..< /i> and < u>..< /u> also

Fun Part

Now coming to its funnier side. Can you send a blank message to your buddy?..yes you can by using spacebar. But how about sending a big blank message. If you simply press send (or enter) without writing anything in the text box, Yahoo messenger will not except that, and thus nothing will happen. But if you write something like < b>< /b> (nothing between HTML tags) your messenger would except that as a message, but that message would not have anything in it because we haven’t write anything between those tags and yahoo messenger will try to make that that text bold ( which is not there in reality ). So you can puzzle your yahoo buddies with this simple trick

Yahoo Messenger Tips

No need to close the html tags. < b>< /b> …or simply < b> alone will do the same thing.

Try this trick also

1. Open your notepad
2. Write < b> ( or any of the three tags )
3. Press enter many times
4. Write < /b>
5. Right click in notepad and then click select all
6. Copy it
7. Paste in your Yahoo messenger’s IM window
8. Send
The above steps would make things worst for your buddy. It will show a big blank space in place of messages.

More fun

This trick also works in orkut, but in orkut you have to use [b] and [/b] in place of < b> and < /b>, and you have to close your formatting tags in orkut ( unlike in yahoo messenger ) so in orkut open scrap book of your buddy write [b] press as many enters as you can, and then simply close the tags by writing [/b]. It will show a very big blank space inn your buddies scrap book. Your friend might think that he has lost all his scraps and there’s something wrong with his account. Things to do: I was too lazy to check this trick in other messengers like google talk and msn messenger. Please do it on your own and let me know if it works.

~EnJoY~