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 & HelpPrograms › Does this Applet work in your browser
Page Index Toggle Pages: 1
Does this Applet work in your browser? (Read 884 times)
Does this Applet work in your browser?
Jun 3rd, 2005, 10:55pm
 
Here's a little goblin I made.  It works in the processing runtime, but when I try to export it to the web nothing comes up, I just get a white box in my browser.  Did I do something wrong?  Is my JRE plugin malfunctioning (I tried reinstalling)?

http://www.andrew.cmu.edu/user/mwkaufma/gob/

--Max Kaufmann, Student
Re: Does this Applet work in your browser?
Reply #1 - Jun 3rd, 2005, 10:59pm
 
I removed the font and text and it works... so what fonts WILL work online?
Re: Does this Applet work in your browser?
Reply #2 - Jun 4th, 2005, 11:29pm
 
use "create font" from the tools menu to create a font that can be used in a browser. then use loadFont() to use it. createFont() is intended more for applications than applets because there's no way to know if the font is installed on other users' machines.
Page Index Toggle Pages: 1