embed exclude for IE/FF fix
This commit is contained in:
parent
2a7a714aad
commit
718d009f9f
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ function mistembed(streamname) {
|
|||
var support = false;
|
||||
|
||||
|
||||
if (type == 'mp4') {
|
||||
if (type == 'video/mp4') {
|
||||
if (navigator.userAgent.indexOf('Firefox') > -1) {
|
||||
//firefox claims to support MP4 but doesn't
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue