I ran into this not too long ago myself. I believe the maximum supported sampling rate in Flex is 44.1kHz.
Your code looks just fine, the mp3 is just "off". Fortunately you can change the sampling rate. I'm not an audio guy so I'm not sure of all the implications of changing the sampling rate, but it's what I did when I ran into this problem and it worked out okay for me. I used Audacity to edit my mp3, it's a free tool for this sort of thing. --- In [email protected], "songhuanren" <songhuan...@...> wrote: > > code : > public function PalaceLibAssets() > { > } > > [Embed(source="sound/sound1.mp3")] > public static var sound1:Class; > > but have error: > unsupported sampling rate > > > where is wrong???thanks >

