I have seen similar questions posted before but seems the general answer is that it cannot be done.
So, here is my HTML code :
<head>
…
<script type="text/javascript" src="js/processing.js"></script>
…
</head>
<body>
…
<canvas id="my_prog" data-processing-sources="project/my_prog.pde project/my_class.pde"/></canvas>
…
</body>
And in my sketch I use Minim libraries :
import ddf.minim.*;
import ddf.minim.spi.*;
import ddf.minim.ugens.*;
Instead of having my project on my website, there is a rectangular shape proportional to the project size, but without image and sound.
Moreover, this method doesn't work either… I do not know what to do.
Any suggestions? :)
Thank you,
Thib