Hi guys,
I just ran into a funky problem with computeSpectrum. it appears that
it won't work if the mp3 isn't located on the same server as the swf
calling it. Is there a work around for this issue?
I tried using this as a solution but it didn't have any effect at all:
import flash.media.SoundLoaderContext;
var context:SoundLoaderContext = new SoundLoaderContext();
context.checkPolicyFile = true;
_sound.load(new URLRequest('http://server/song.mp3'), context);
Here is an example of what I have:
swf and mp3 on the same server:
http://oniricdev.com/carl/modules/audioPlayer_test.swf
mp3 from a server other than the one that is hosting my swf:
http://oniricdev.com/carl/modules/audioPlayer.swf
Thanks!
--
Carl Welch
http://www.carlwelch.com
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders