We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpIntegration › Exporting to a browser -  AccessControlExcept
Page Index Toggle Pages: 1
Exporting to a browser -  AccessControlExcept (Read 375 times)
Exporting to a browser -  AccessControlExcept
Dec 27th, 2007, 9:33pm
 
Hi guys,

I'm trying to get some opengl stuff working in a browser - however, it seems to be causing some problems. I can export the examples without any problems - it seems like something in my code must be wrong... but I have no idea what. I've tried going through and removing any references to the filesystem (I was originally using loadImage() extensively. However, despite having stripped out a load of stuff, I still get an AccessControlException. It seems to be trying to read my home directory for some reason?

Has anyone come into this before? The libraries I'm using are:

processing.core.*
processing.xml.*;
processing.opengl.*;

Any pointers would be much appreciated!

Cheers,
Alias

Page Index Toggle Pages: 1