فهرست منبع

Firefox ESR fix

Firefox ESR does not like MP4.for video.
WEBM and OGV only.
Remus M 7 سال پیش
والد
کامیت
1247be3740
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      examples/webgl_materials_video.html

+ 1 - 1
examples/webgl_materials_video.html

@@ -50,8 +50,8 @@
 		<script src="js/Detector.js"></script>
 
 		<video id="video" autoplay loop webkit-playsinline style="display:none">
-			<source src="textures/sintel.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'>
 			<source src="textures/sintel.ogv" type='video/ogg; codecs="theora, vorbis"'>
+			<source src="textures/sintel.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'>
 		</video>
 
 		<script>