javascript - failed to load / invalid sound zero-length duration reported chrome, firefox -
failed load / invalid sound zero-length duration reported chrome,firefox result in ie10. in other browser, shows error message "failed load / invalid sound zero-length duration reported"
my code below
foo = soundmanager.createsound({ id: 'bar', url: '../music/_mp3/xx02.mp3' });
try check flash version , if necessary update @ flashversion: 9
if doesn't work, it's possible you're using mp3 encoded in particular way browser can't read.
so try encode again mp3 file in standard way. (i've solved same issue in way)
Comments
Post a Comment