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.
Page Index Toggle Pages: 1
Upload Process (Read 630 times)
Upload Process
May 18th, 2006, 12:29am
 
Not quite sure if this is where to go, but, what is the process for adding an application made in processing(105 BETA) to a website such that it appears within the context of the website. For example,
http://www.toine.org/processing/apps/Bubbles/
Re: Upload Process
Reply #1 - May 19th, 2006, 4:25pm
 
pretty easy..
set the background color of the website to the same color as the applet.

ie if color in the applet is red color(255,0,0), the website should have <body bgcolor="#FF0000">

best
-seltar
Re: Upload Process
Reply #2 - May 19th, 2006, 9:06pm
 
thank's, but that's not really what I meant.
I was just wondering how to get it on the website,
not make the background the same color.
Re: Upload Process
Reply #3 - May 20th, 2006, 11:50am
 
here's some basic information about "export for web".

once you've exported your sketch from processing you can upload the folder "applet" inside you sketches folder to your webserver with a FTP client. you might want to rename the "applet" folder to you sketchs name before uploading, so you will have a nicer URL in the end.

F
Page Index Toggle Pages: 1