i'm trying to setup the SoundManager2 with WaveFormData and PeakData. i have enabled everything as per the docs but SM Object still returns 0 values even while a sound is playing. Any idea why ?
soundManager.url = 'swf/';
soundManager.flashVersion = 9;
soundManager.useHTML5Audio = true;
soundManager.debugMode = false;
soundManager.useHighPerformance = true;
soundManager.useFastPolling = true;
soundManager.usePeakData = true;
soundManager.useWaveformData = true;
soundManager.useEqData = true;
Any idea why this is happening ?

This did the trick :)