My sketch processing.js is not loading. It should not be too difficult to answer

I wanted to run a sketch test, which I just ported to process.js. When I load a webpage, I get the following errors from the javascript console in Chrome:

XMLHttpRequest cannot load the file: ///Users/aoeuaoeu/Desktop/projects/local%20site%20files/_/ee.pde. The origin of null is not allowed by Access-Control-Allow-Origin. processing.js: 27 Uncaught Error: NETWORK_ERR: XMLHttpRequest 101 exception

Here is the source of the page I'm loading:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Earnest Emporium</title>
<!--Contact: earnestemporium@gmail.com--> 
<script src="processing.js"></script>   
<canvas data-processing-sources="ee.pde"></canvas>  
</head>
<body>
</body>
</html>

ee.pde processing.js , html , , . , , , ftp-. ( , ? , chrome firefox ftp-. firefox )

 /processing.js:17946Uncaught SyntaxError: Unexpected token <
Processing.Sketch.attach/processing.js:17946
Processing.Processing.executeSketch/processing.js:16209
Processing/processing.js:16237
init/processing.js:17991
window.addEventListener.i
+5
1

:

file:///Users/aoeuaoeu/Desktop/projects/local%20site%20files/_/ee.pde.

? AJAX , - , localhost.

+7

All Articles