Closed GoogleCodeExporter closed 8 years ago
swfobject already does flash detection:
you could perhaps modify the below (found code) hide mission control.
if(swfobject.hasFlashPlayerVersion("9.0.115"))
{
$("#withflash").show ();
}
else
{
$("#noflash").show ();
}
});
Original comment by jenkins2...@gmail.com
on 8 Dec 2011 at 1:47
[deleted comment]
thx jenkins, this works fine for me:
if
(swfobject.hasFlashPlayerVersion("9.0.18")){}else{$("#video-controls").hide();}
Original comment by mydirtyf...@gmail.com
on 12 Dec 2011 at 11:39
My first goal will be to make it work via html5 video. But yeah, the plugin
should be unobtrusive and get out of the way when the video player doesn't work.
Original comment by seanmcca...@gmail.com
on 24 Feb 2012 at 4:58
Original comment by seanmcca...@gmail.com
on 24 Feb 2012 at 5:04
Updated to YouTube's iframe embed code. How does that affect this issue? It
will still use the Flash embed sometimes.
Original comment by seanmcca...@gmail.com
on 15 May 2012 at 5:50
Original issue reported on code.google.com by
mydirtyf...@gmail.com
on 5 Dec 2011 at 9:12