Last updated on May 17, 2018 - Back to blog home page
TweetOn June 12, 2018, we will be removing our deprecated Flash fallback from Radiant Media Player. Player versions released before this date will still have our deprecated Flash fallback, however any player version released after this date will not include a Flash fallback.
Radiant Media Player has always been an HTML5-first video player. It is now time to make it an HTML5-only video player. Currently the only environment that still requires Flash for playback is for streaming HLS to Internet Explorer 11 in Windows 7. Our Flash fallback has been deprecated since Radiant Media Player version 4.0.0 which was released in February 2017 and has not received any update since. While it may still be functional we feel that keeping unmaintained software in our player is not the right course of action, especially if it is to support regularly unsecured and low-performing plugins. Moreover, our new HTML5 features (360 video, related, DRM ...), API and UI enhancements have not been made available to this deprecated Flash fallback which renders the viewer experience with Flash less appealing than with our HTML5 player.
On April 24, 2018 Google announced it will be sunsetting Flash in the IMA SDKs on May 15, 2018. Since we use the IMA SDK in our Flash fallback, video ads are no longer available as of now in this Flash fallback. This announcement from Google comforts us in our decision to remove our deprecated Flash fallback from Radiant Media Player.
Time to say good-bye for good.
First note that we are not removing support for Internet Explorer 11 or Windows 7 in Radiant Media Player. We are just removing our deprecated Flash fallback which means HLS streaming to Internet Explorer 11 in Windows 7 will no longer be available in newer player versions.
As of May 2018, Internet Explorer 11 global usage is less than 3%. This number also includes Internet Explorer 11 for Windows 8+ which we can support with HLS and our HTML5 player. So the actual number for Internet Explorer 11 in Windows 7 usage is likely much lower than those 3%. To keep best-effort-support for Internet Explorer 11 in Windows 7 with Radiant Media Player here is what you can do:
The latest player version to include a Flash fallback was 4.9.3. Below is a player code example for using HLS with Radiant Media Player (including a Flash fallback):
<script src="https://cdn.radiantmediatechs.com/rmp/4.9.3/js/rmp.min.js" integrity="sha384-dvwCu8CA3xC9yswQ9m64zFXhUsOSHjcfK3CuiKBxaqCysupRKTV99FoZuD69znPo" crossorigin="anonymous"></script> <!-- Add a player container with a unique id - player UI elements will be appended in this container --> <div id="rmp"></div> <!-- Set up player configuration options --> <script> // First we specify a streaming URL for the player - in this example an HLS on-demand feed // Replace this URL with your own HLS feed var bitrates = { hls: 'https://your-hls-url.m3u8' }; // Then we set our player settings var settings = { licenseKey: 'your-license-key', bitrates: bitrates, width: 640, height: 360, // Let us select a skin skin: 's1', poster: 'https://www.radiantmediaplayer.com/images/poster-rmp-demo.jpg' }; // Create an object based on RadiantMP constructor var rmp = new RadiantMP('rmp'); // Initialization ... test your page and done! rmp.init(settings); </script>
The following player settings can be used with our Flash fallback:
©2015-2025 Radiant Media Player. All Rights Reserved.