Question
Sandbox problem with computeSpectrum
I'm playing with computeSpectrum, and I get the following
error. I'm running everything locally, so I'm confused as to why
this even shows up. The problem is also somewhat random. The error
doesn't come up immediately when I test the swf, it takes about 30
seconds to show up, but sometimes shows up before then. I tried
adding Security.allowDomain("*"); to my constructor function, but
the error still came up. It also appears to only show up when
testing the movie in Flash, and not when viewing the SWF in the
desktop Flash Player. How can I get around this? I have no need for
security with this project so I'm OK with allowing
everything....only if it could actually work.