Add support for playing sounds

Summary:
Ref T5369. New HTML5 version without flash dependencies.

This doesn't play any sounds.

Test Plan: Did not play any sounds.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: joshuaspence, epriestley

Maniphest Tasks: T5369

Differential Revision: https://secure.phabricator.com/D9535
This commit is contained in:
epriestley
2015-03-10 14:20:00 -07:00
parent 10f1692b1b
commit 5afa2c3b62
5 changed files with 125 additions and 81 deletions

View File

@@ -125,6 +125,7 @@ abstract class CelerityResourceController extends PhabricatorController {
'woff2' => 'font/woff2',
'eot' => 'font/eot',
'ttf' => 'font/ttf',
'mp3' => 'audio/mpeg',
);
}