I'm having a issue with SoundManager2 API.
I use whileplaying parameter to call a function where I obtain spectrum of the sound (Created in the API) and create a wave.
The problem resides when I open another flash object with a soundSpectrum the API throw following errors on the console:
"(Flash): getWaveformData() (waveform data) SecurityError: Error #2122"
"(Flash): computeSpectrum() (EQ data) SecurityError: Error #2122"
"sound: Data error: data unavailable: SecurityError: Error #2122"
And I'm not aviable to call the sound object again, this only happens in firefox.
Is there a solution for this?