Dears,
I got an issue as below:
<audio
controls>
<source src="http://wisyncstorageqt.blob.core.windows.net/c45008212f7bdf6eab6050c2a564435a/23b2bb69-9231-40d7-ad0c-c65ce987dae1.mp3?se=2011-12-26T07%3A23%3A36Z&sr=b&sp=rwl&sig=60TeU7E826CmCLFRK6MiJpJKOfR20PAhGHa3BposCI0%3D"
type="audio/mpeg">
audio test
</audio>
<audio controls="controls">
<source src="http://img.sdchina.com/UsersFiles/mv/2011/12/8/40b29dac-2874-4499-a37d-11eb2e30b3e5.mp3"
type="audio/mpeg">
audio test
</audio>
This are two audio tag and only different about src, and the second one can play on the IE9 and Chrome.
But the first one can’t play on the IE9, the Chrome is ok.
I think the parameter of the url is the key. But I use the azure blob file must include the sas, so the url can’t
Be changed.
Do you have any idea about this question?
BR!
Henry Huang
2011-12-26.