Friday, February 24, 2012

save a flash animation on a web page

You are interested and want to save a flash animation that is displayed on a web page? Confused how to take it? You can copy the source of the animation file (. Swf) into the computer with the help of flash capture tool.
  •      Download and install flash capture tool, for example http://flashcapture.zbsoft.net.
  •      Flash Capture Run, type the URL of a web page that contains flash animation.
  •      The search process animation files on a web page will be done. The results are displayed in the file list in the left column. Click the link to preview namafile.swf found. Click Save or Save as.
  •      Check the capture file in the folder C: \ Program Files \ Flash Capture \ Temp \. Now you want flash animation have collected on your computer.
Flash Capture

Keyboard shortcuts for Delphi

 If you are learning Delphi, here I will give some list of keyboard shortcuts for Delphi

Shortcut Delphi
Code Parameters : Ctrl-Shift-Space
Code Completion : Ctrl-Space
Code Templates : Ctrl-J

Shortcut Class Completion
Class Completion : Ctrl-Shift-C
Class Nav Up : Ctrl-Shift-Up
Class Nav Down : Ctrl-Shift-Down

Shortcut Code Browsing (D6 and above)
Symbol Browsing : Alt-Up
Browse Forward : Alt-Right
Browse Backward : Alt-Left

Shortcut Message Window
Previous Message : Alt-F7
Next Message : Alt-F8

Shortcut IDE Windows
Code Explorer : Ctrl-Shift-E
Project Manager : Ctrl-Alt-F11
Window List : Alt-0 (zero)
Object Inspector : F11

Shortcut Debugger Windows
Event Log : Ctrl-Alt-V
Breakpoints : Ctrl-Alt-B
Watches : Ctrl-Alt-V
Threads : Ctrl-Alt-T

Shortcut TODO List Window
Add TODO Item : Ctrl-Shift-T

Shortcut Editing
Blocking Mode : Ctrl+O-L (line) Ctrl+O-C (column)

Shortcut Debugging
Trace Into : F7
Step Over : F8
Trace to next source line : Shift-F7
Run to Cursor : F4
Run until return : Shift-F8
Program Reset : Ctrl-F2
Evaluate/Modify : Ctrl-F7
Add Watch : Ctrl-F5
Toggle Breakpoint : F5

Shortcut Compiling
Compile Project : F5
Build : Ctrl-F5
Syntax Check : F5
Project Options : Ctrl-Shift-F11