How to Download and Use Website Animations Offline?

  • Thread starter Thread starter moe_3_moe
  • Start date Start date
  • Tags Tags
    Animation
AI Thread Summary
To use an animation from a website offline, it is important to note that the animation is likely a Java program, not a simple image, which complicates downloading. This content may be protected by copyright, so contacting the creator for permission is advisable. Alternatively, screen capture software like Camtasia can be used to record the animation, but this raises ethical concerns about content ownership. If embedding the animation on a site, it is recommended to use the provided code while ensuring the original content remains hosted on the creator's site, thus avoiding copyright infringement. Always seek permission and provide proper attribution when using someone else's work.
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:
Computer science 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:
I came across a video regarding the use of AI/ML to work through complex datasets to determine complicated protein structures. It is a promising and beneficial use of AI/ML. AlphaFold - The Most Useful Thing AI Has Ever Done https://www.ebi.ac.uk/training/online/courses/alphafold/an-introductory-guide-to-its-strengths-and-limitations/what-is-alphafold/ https://en.wikipedia.org/wiki/AlphaFold https://deepmind.google/about/ Edit/update: The AlphaFold article in Nature John Jumper...
Thread 'Urgent: Physically repair - or bypass - power button on Asus laptop'
Asus Vivobook S14 flip. The power button is wrecked. Unable to turn it on AT ALL. We can get into how and why it got wrecked later, but suffice to say a kitchen knife was involved: These buttons do want to NOT come off, not like other lappies, where they can snap in and out. And they sure don't go back on. So, in the absence of a longer-term solution that might involve a replacement, is there any way I can activate the power button, like with a paperclip or wire or something? It looks...

Similar threads

Back
Top