资 源 简 介
Processing.as is a port of the Processing programming language to ActionScript. It includes a fully functional parser and evaluator, as well as an API layer, to run many existing and new Processing scripts. To check out Processing.as in action, take a look at the following examples:
[Processing Test Suite (Java/JavaScript/Flash)](http://tim-ryan.com/projects/processing.as/testsuite.html)
[Processing.as sandbox](http://tim-ryan.com/projects/processing.as/sandbox.html)
Using Processing.swf
The processing.swf file can be placed in any webpage and loaded with a Processing script dynamically via JavaScript. First download the compiled package. Embed the processing.swf in your page, and include the "processing.as.js" file. To interact with the swf, add methods to the Processin