This plugin allows you to send overlay messages to the player.
Include the plugin next to the core player:
<script src="//cdn.flowplayer.com/releases/native/3/stable/flowplayer.min.js"></script>
<script src="//cdn.flowplayer.com/releases/native/3/stable/plugins/message.min.js"></script>Messages are displayed by emitting the message:show event to the player instance.
This sample shows "Hello there!" and sets the timeout to 5 seconds (sticky: false is set for demonstration purposes only).
An example implementation would be the the live stream reconnect script.