Hi,
I don’t understand this.
On one site we are doing, theres a mp3 player with an equalizer using the SoundMixer.computeSpectrum method.
It works fine, but when there is any other sound playing from flash from a different site, it stops working and throws RTEs every time I call the computeSpectrum method saying that it can’t access sound from site xxx because of security restrictions.
areSoundsInaccessible () method will tell me that there are other sounds playing, but that stops my equalizer from forking anyway.
So what is this? Is it possible to force SoundMixer to access only files in the same security sandbox?
Thanks.
Matthew