1. 1. Introduction
  2. 2. Integrating the web player
  3. 3. Configuring the web player
  4. 4. Stream types
  5. 5. Widgets
  6. 6. Playing on-demand content
  7. 7. Monetisation
  8. 8. Launcher buttons
  9. 9. Embedded iframes
  10. 10. Styling the player
  11. 11. Cookies
  12. 12. Using alternate Consent Management Platforms (CMP)
  13. 13. Embedding the web player in your website home page
    1. 13.1. Technical Limitations and Advice
    2. 13.2. Player Context
    3. 13.3. Player Channel
    4. 13.4. Adverts Context
  14. 14. Delaying playback and modifying stream URLs
  15. 15. Crossplan Integration
  16. 16. Translation
  17. 17. API documentation
    1. 17.1. Globals
    2. 17.2. Configuration options
      1. 17.2.1. AdvancedOptions
      2. 17.2.2. ConsoleOptions
      3. 17.2.3. WidgetOverrides
      4. 17.2.4. RegionOptions
    3. 17.3. Player Messages
      1. 17.3.1. PlayMessage
      2. 17.3.2. PauseMessage
      3. 17.3.3. TimeMessage
      4. 17.3.4. CompanionAdsMessage
      5. 17.3.5. SetVolumeMessage
      6. 17.3.6. NowPlayingMessage
    4. 17.4. iframe Messages
      1. 17.4.1. RequestPlayMessage
      2. 17.4.2. RequestPauseMessage
      3. 17.4.3. RequestSeekMessage
      4. 17.4.4. RequestSkipForwardMessage
      5. 17.4.5. RequestSkipBackMessage
      6. 17.4.6. RequestSkipToStartMessage
      7. 17.4.7. RequestSkipToLiveMessage
    5. 17.5. Interfaces
      1. 17.5.1. OnDemandItem
      2. 17.5.2. Stream
      3. 17.5.3. NowPlaying
      4. 17.5.4. EventsInformation
      5. 17.5.5. StationEvent
      6. 17.5.6. ProgrammeEvent
      7. 17.5.7. SongEvent
      8. 17.5.8. CompanionAd
      9. 17.5.9. PlaybackStatus
      10. 17.5.10. AdsWizzProvider
      11. 17.5.11. GoogleProvider
      12. 17.5.12. TritonProvider
      13. 17.5.13. VastProvider
      14. 17.5.14. TrackingConfig
      15. 17.5.15. StreamModifierUtils
      16. 17.5.16. PlaybackConfiguration
  18. 18. Release notes

Radioplayer Integration Guide

radioplayer-webplayer - v4.1.19

Web Player configuration options

Options that are passed to the Web Player

  • Standard console options
  • Region-specific options
  • Advanced options

iframe events

Events used by the iframe widget

Events sent from the player

  • PlayMessage
  • PauseMessage
  • TimeMessage
  • CompanionAdsMessage
  • SetVolumeMessage
  • NowPlayingMessage

Events sent to the player

  • RequestPlayMessage
  • RequestPauseMessage
  • RequestSeekMessage
  • RequestSkipForwardMessage
  • RequestSkipBackMessage
  • RequestSkipToStartMessage
  • RequestSkipToLiveMessage