diff --git a/content/static/script/play-resources.js b/content/static/script/play-resources.js index 94224ac25..823c88b72 100644 --- a/content/static/script/play-resources.js +++ b/content/static/script/play-resources.js @@ -49,6 +49,9 @@ function addPlayer(container, res) { fallback.attr('data', movie); fallback.find('param[name="movie"]').attr('value', movie); } + /* FIXME: + * support video/x-flv + */ }); /* Add stuff to page */ @@ -120,4 +123,7 @@ function canPlayVideo(type) { function canFallback(type) { return type === 'audio/mpeg'; + /* FIXME: + * support video/x-flv + */ }