Updates:
Status: WontFix
Comment #5 on issue 23026 by [email protected]: Chromium experiment
doesn't load
http://code.google.com/p/chromium/issues/detail?id=23026
Problem is developer builds don't have MP3 enabled. The website author
isn't using
canPlayType() and wrongly assumed that all non-Mozilla browsers support MP3:
// browser detection
if ($.browser.mozilla == true) {
$('#audio').attr('src', 'thankyou.ogg');
} else {
$('#audio').attr('src', 'thankyou.mp3');
}
I'll send him an email.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---