I tried uploading the sketch onto a specific page of my website
<APPLET CODE=“mysketch.class" WIDTH=1024 HEIGHT=760 archive=“mysketch.jar">
<param name="archive" value="mysketch.jar,itext.jar,pdf.jar,core.jar" />
<param name="mayscript" value="true" />
<param name="scriptable" value="true" />
<param name="image" value="loading.gif" />
<param name="boxmessage" value="Loading Processing software..." />
<param name="boxbgcolor" value="#FFFFFF" />
<H1>You should use a Java-enabled browser!</H1>
</APPLET>
And nothing happens! Do you have any suggestion as to how to successfully embed the sketch?
I did upload the sketch on www.mywebsite.com/folderSketch/mysketch.html
but this is not where I want the sketch to be
1