This demo illustrates the ability of RadMediaPlayer to display banners over the video. The player can show multiple banners at different times (they cannot overlap). You can use the Banners collection of the MadiaPlayer to define banners with the folowing properties:
- NavigateURL - URL that the users will be redirected to when they click on the banner.
- ImageUrl - Url of the image shown as a banner.
- StartTime - Time in seconds, when the banner will show.
- EndTime - Time in seconds when the banner will automatically hide.
- ShowCloseButton - Set to true if you want your users to see close button that hides the bannner.
- ToolTip - Set title for the banner.
- AlternateText - Alternate text for the image shown as a banner.
- Target - For setting the Target html attribute for the a href of the banner.