
Why Firefox still ask for allowing Flash plugin if I am suing HTML5?
Hi,
I am streaming HLS. I have configured a player v7.7.4 (production channel) in my dashboard with the rendering option "Use HTML5 for HLS playback".
Moreover, I setup the player with the following options:
player.setup({
image: 'myimagefile.jpg',
file: 'http://myserver.com:80/hlsapp/video.mp4/playlist.m3u8',
primary: 'html5',
hlshtml: true,
androidhls: true,
});
With this configuration, I expected to be using HTML5 only. Nevertheless, when I load the page in Firefox, it still asks for 'Allow mysite.com to run "Adobe Flash"?'.
Moreover, the page source code clearly shows
<object type="application/x-shockwave-flash" data="//ssl.p.jwpcdn.com/player/v/7.7.4/jwplayer.flash.swf" bgcolor="#000000" id="mystream_swf_0" name="mystream_swf_0" class="jw-swf jw-reset" style="display: block; position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px;" width="100%" height="100%"><param name="allowfullscreen" value="true"><param name="allowscriptaccess" value="always"><param name="wmode" value="opaque"><param name="menu" value="false"></object>
How is this possible?
Is there any way to really migrate to HTML5?
Thanks!
Sergio