We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I guess processing designs can be placed into web pages by creating a video and using that, but are there other methods of putting processing images, especially changing images, into web pages. Sorry if this displays my ignorance, but I am a beginner.
Answers
Processing has a JavaScript mode, allowing to put a real live sketch on the Web. But it has limitations: it cannot use libraries or special hardware.
It had a mode where the Java applet could be exported and added to a Web page. It is no longer supported in the latest versions, but there are tools still allowing to do it.