under ubuntu there's a simple command to convert any flash animation on a site into avi/mp4/3gp file: open console, go in /TMP folder with the console, then enter this line : ffmpeg -i FILETOCONVERT -sameq -f avi (mp4/3GP) CONVERTEDFILE.avi(MP4/3GP)