We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSyntax Questions › processing as part of a webpage
Page Index Toggle Pages: 1
processing as part of a webpage (Read 770 times)
processing as part of a webpage
Nov 6th, 2006, 11:03pm
 
Hi,

I just want to know how you communicate with html from processing, because I want my processing applet to be part of my webpage.

How do I for example make a button in processing that works like a link in html, og how do I target an html page to an iframe from a button in my processing applet? Do you have any examples showing this procedure?

Thanks,
i
Re: processing as part of a webpage
Reply #1 - Nov 7th, 2006, 1:20am
 
Have you googled it
Re: processing as part of a webpage
Reply #2 - Nov 7th, 2006, 3:21pm
 
The link() method should help you get started!

http://www.processing.org/reference/link_.html
Page Index Toggle Pages: 1