Some ProcessingJS notes for myself (IE9, unable to load... & images)
in
Processing with Other Languages
•
1 year ago
I just had some bugs that keeps popping up in ProcessingJS, especially in IE9, that I thought I should share. Update: the main problem might lie within
SVG & the
@pjs preload.
1. ProcessingJs fails to load due to XHR status 404. Read this:
2. Unable to load pjs sketch files: but with no explanation as to why.
Probably it will be the images. Either the path is wrong (somewhat confusing whether it loads from the data folder automagically or if you should spell the path. Spell the path! Don't use the @pjs directive. The images will show up eventually anyway. If using the @pjs directive the "Unable to load..."-message keeps showing up - in IE9. That means Only in IE9. Where else :-)
If I ever forget this, I hope I find this post for myself. It will save me tons of time...
/J