Forum Replies Created
-
-
9 years ago in reply to: How can I disable the flash fallback?
It is not a shortcode. I am using wordpress theme TrueMag and the player is one of several integrated into the theme. In Firefox here is the page source:
<input type=”hidden” name=”main_video_url” value=”http://mysite.com/wp-content/uploads/2015/12/myclip.webm
http://mysite.com/wp-content/uploads/2015/12/myclip.m4v
http://mysite.com/wp-content/uploads/2015/12/myclip.ogv”/>
<input type=”hidden” name=”main_video_type” value=”self-hosted”/>
<div class=”single-inbox”>
<div id=”player”>
<div class=”video-player”>
<div class=”player-content”>
<div class=”player-content-inner”>
<div id=”player-embed”>
<div id=”wpfp_45d4bbc62a1e855e23d629b771d6813c” class=”flowplayer no-brand is-splash play-button” style=”max-width: 720px; max-height: 480px; ” data-ratio=”0.6667″>
<video poster=”http://mysite.com/wp-content/uploads/2015/12/myclip.m4v.jpg” preload=”none”>
<source src=”http://mysite.com/wp-content/uploads/2015/12/myclip.webm” type=”video/webm”/>
<source src=”http://mysite.com/wp-content/uploads/2015/12/myclip.m4v” type=”video/mp4″/>
<source src=”http://mysite.com/wp-content/uploads/2015/12/myclip.ogv” type=”video/ogg”/>
</video>Now with this source in Firefox the m4v is what plays instead of the webm which is what should be playing. The reason i suspect it is flash is that it will not seek past the buffer line and with other players if m4v is the source it will seek fine(because it is playing the m4v in html5 not flash.)
– Steven
9 years ago in reply to: How can I disable the flash fallback?My server has issues streaming mp4 in flash, the clip will not seek past buffer zone. I know I can install a mod but I don’t think it is really needed. Why can’t the player be configured to only fallback to flash for windows xp users or those on the older version of internet explorer? Right now it is going flash fallback on the latest version of firefox which is not necessary. Player should always be in html5 mode unless absolutely necessary.
Any way to get it to stop going flash fallback in new browsers?
– Steven
9 years ago in reply to: How can I disable the flash fallback?Hi
I need to know how to disable flash fallback.
There is no need for it in my situation and it is causing troubles. I scanned this thread and cannot find that this has been answered. Please just tell me how to disable it.
Thanks,
Steve