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
EMBED AN aPPLET IN a html (Read 741 times)
EMBED AN aPPLET IN a html
Apr 30th, 2009, 9:05am
 
Hy !
I made an applet out of a *.pde which captures video from my webcam.
I exported the pde in processing.
Now I want to open the *.html file and get to see live from my webcam but I can't see it   Cry  when it loads - it's just a big grey rectangle in the window.   Cheesy
ANY SOLUTIONs ?  Shocked
Re: EMBED AN aPPLET IN a html
Reply #1 - Apr 30th, 2009, 10:48am
 
I must sign the applets in order to have access to the webcam from inside the html ... but i kind a get stuck at this step..- signing applets... please help
Re: EMBED AN aPPLET IN a html
Reply #2 - May 8th, 2009, 6:00am
 
hey valentin
i had the same problem, and took me long time to figure out.

there were 2 tricks:
- must sign all the .jar files, not just your project one.
- must use 'Password' as the password.

look here for instructions.
http://www.radarboy.com/v10/projects/3d-pixels/

hope this helps. cheers
g
Page Index Toggle Pages: 1