Processing Forum
I put the processing-1.2.3.js in the folder which contains all files /MyWebsite/Preview/processing-1.2.3.js
And I put the html-code how following :
<html>
<head>
<script src="processing-1.2.3.js"></script>
</head>
<body>
<canvas data-processing-sources="mySketch.pde"></canvas>
</body>
</html>
I cheque the html
Does someone have a solution?
Thanks for help