Flash 10 supposedly has support for the Speex audio format. I'd like to embed some Speex files in my SWF:
[Embed(source='assets/test.spx',mimeType='audio/x-speex')]
private static const SpeexSound:Class;
However, I get the error:
no transcoder registered for mimeType 'audio/x-speex'
Any ideas?