How to Download and Use Website Animations Offline?

  • Thread starter Thread starter moe_3_moe
  • Start date Start date
  • Tags Tags
    Animation
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
3 replies · 3K views
moe_3_moe
Messages
72
Reaction score
0
hi .. i ahve to use an animation from a website in my project. i was trying to download or save the web ...it didn't include the animation...anyway to let it work if i am offline.
http://www.colorado.edu/physics/2000/bec/what_is_it.html
here is the animation
 
Last edited by a moderator:
Physics news on Phys.org
That is because it is a Java program that creates it, not a simple image. Since it is a program it is probably under some kind of copyright. You could always contact the creator of it.
 
You can use a program like Camtasia (free trial) to capture the animation. But you should give it some thought because you would be effectively stealing content from someone else.
 
heres the code you would need to put it on your site... (with actually leaving the content on their site and having them host it... lol)

Code:
<APPLET CODE="bec.DiscreteLevels" CODEBASE="[PLAIN]http://www.colorado.edu/physics/2000/applets"[/PLAIN]  WIDTH="300" HEIGHT="360"></APPLET>

but yeah.. you would basically be stealing content. you should probably ask first and then put some sort of reference.
 
Last edited by a moderator: