Hello,
I’ve created an AS3 MP3 player that loads a playlist through a call to a server-side XML file. Everything works great except that the equalizer that I’ve created does not display in a browser when the SWF is hosted on a server. Other than that element, the player works perfectly in any browser.
I’m using the SoundMixer.computeSpectrum function to build the equalizer. It displays when previewed in Flash and when exported to HTML and loaded on my local machine. However, no matter what I try, it won’t display in a browser when hosted from the server. I am also unable to find any reference to this problem online.
I am hoping that someone here may have heard of this issue before and might have a suggestion. The equalizer isn’t a deal breaker as it is essentially decoration. But since I know that it does work, I would like figure this out.
I’d appreciate any help that I can get. Thank you.